Color spaces of #343136
RGB | 52 | 49 | 54 |
---|---|---|---|
HSL | 0.77 | 0.05 | 0.20 |
HSV | 276° | 9° | 21° |
CMYK | 0.04 | 0.09 | 0.00 0.79 |
XYZ | 3.1803 | 3.1930 | 3.9387 |
Yxy | 3.1930 | 0.3084 | 0.3096 |
Hunter Lab | 17.8690 | 0.4985 | -0.5605 |
CIE-Lab | 20.8008 | 2.4947 | -2.6949 |
#343136 color RGB value is (52,49,54).
#343136 hex color red value is 52, green value is 49 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #343136 hue: 0.77 , saturation: 0.05 and the lightness value of 343136 is 0.20.
The process color (four color CMYK) of #343136 color hex is 0.04, 0.09, 0.00, 0.79. Web safe color of #343136 is #333333. Color #343136 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 00110001 | 00110110 |
Octal | 64 | 61 | 66 |
Decimal | 52 | 49 | 54 |
Hex | 34 | 31 | 36 |
Shades of #343136
Tints of #343136
RGB Percentages of Color #343136
CMYK Percentages of Color #343136
Complementary Color
#343136 | #333631 |
#343136 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#343136 Color Preview on White Background
Lorem ipsum dolor sit amet.
#343136 Color CSS Codes
.mybgcolor {background-color:#343136; } .myforecolor {color:#343136; } .mybordercolor {border:3px solid #343136; }
#343136 Text Font Color
<p style="color:#343136">Text here</p>
This sample text font color is #343136
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#343136 Background Color
<div style="background-color:#343136">
Div content here</div>
This div background color is #343136
#343136 Border Color
<div style="border:3px solid #343136">
Div here</div>
This div border color is #343136
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,49,54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #343136; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #343136; -webkit-box-shadow: 1px 1px 3px 2px #343136; box-shadow: 1px 1px 3px 2px #343136; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,49,54, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #343136">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #343136; -webkit-box-shadow: 1px 1px 3px 2px #343136; box-shadow: 1px 1px 3px 2px #343136;">
Div content here</div>
This div box has shadow with color #343136
Comments
No comments written yet.
Please login to write comment.