Color spaces of #39342e
RGB | 57 | 52 | 46 |
---|---|---|---|
HSL | 0.09 | 0.11 | 0.20 |
HSV | 33° | 19° | 22° |
CMYK | 0.00 | 0.09 | 0.19 0.78 |
XYZ | 3.4085 | 3.5231 | 3.0851 |
Yxy | 3.5231 | 0.3403 | 0.3517 |
Hunter Lab | 18.7699 | -0.4329 | 3.3938 |
CIE-Lab | 22.0277 | 0.9716 | 4.5926 |
#39342e color RGB value is (57,52,46).
#39342e hex color red value is 57, green value is 52 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #39342e hue: 0.09 , saturation: 0.11 and the lightness value of 39342e is 0.20.
The process color (four color CMYK) of #39342e color hex is 0.00, 0.09, 0.19, 0.78. Web safe color of #39342e is #333333. Color #39342e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 00110100 | 00101110 |
Octal | 71 | 64 | 56 |
Decimal | 57 | 52 | 46 |
Hex | 39 | 34 | 2E |
Shades of #39342e
Tints of #39342e
RGB Percentages of Color #39342e
CMYK Percentages of Color #39342e
Complementary Color
#39342e | #2e3339 |
#39342e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39342e Color Preview on White Background
Lorem ipsum dolor sit amet.
#39342e Color CSS Codes
.mybgcolor {background-color:#39342e; } .myforecolor {color:#39342e; } .mybordercolor {border:3px solid #39342e; }
#39342e Text Font Color
<p style="color:#39342e">Text here</p>
This sample text font color is #39342e
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.
#39342e Background Color
<div style="background-color:#39342e">
Div content here</div>
This div background color is #39342e
#39342e Border Color
<div style="border:3px solid #39342e">
Div here</div>
This div border color is #39342e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,52,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39342e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39342e; -webkit-box-shadow: 1px 1px 3px 2px #39342e; box-shadow: 1px 1px 3px 2px #39342e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,52,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #39342e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39342e; -webkit-box-shadow: 1px 1px 3px 2px #39342e; box-shadow: 1px 1px 3px 2px #39342e;">
Div content here</div>
This div box has shadow with color #39342e
#39342e Color Palettes
Comments
No comments written yet.
Please login to write comment.