Color spaces of #39231e
RGB | 57 | 35 | 30 |
---|---|---|---|
HSL | 0.03 | 0.31 | 0.17 |
HSV | 11° | 47° | 22° |
CMYK | 0.00 | 0.39 | 0.47 0.78 |
XYZ | 2.5227 | 2.1657 | 1.5133 |
Yxy | 2.1657 | 0.4068 | 0.3492 |
Hunter Lab | 14.7163 | 4.8453 | 4.2045 |
CIE-Lab | 16.3339 | 9.7762 | 7.6621 |
#39231e color RGB value is (57,35,30).
#39231e hex color red value is 57, green value is 35 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #39231e hue: 0.03 , saturation: 0.31 and the lightness value of 39231e is 0.17.
The process color (four color CMYK) of #39231e color hex is 0.00, 0.39, 0.47, 0.78. Web safe color of #39231e is #333333. Color #39231e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 00100011 | 00011110 |
Octal | 71 | 43 | 36 |
Decimal | 57 | 35 | 30 |
Hex | 39 | 23 | 1E |
Shades of #39231e
Tints of #39231e
RGB Percentages of Color #39231e
CMYK Percentages of Color #39231e
Complementary Color
#39231e | #1e3439 |
#39231e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39231e Color Preview on White Background
Lorem ipsum dolor sit amet.
#39231e Color CSS Codes
.mybgcolor {background-color:#39231e; } .myforecolor {color:#39231e; } .mybordercolor {border:3px solid #39231e; }
#39231e Text Font Color
<p style="color:#39231e">Text here</p>
This sample text font color is #39231e
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.
#39231e Background Color
<div style="background-color:#39231e">
Div content here</div>
This div background color is #39231e
#39231e Border Color
<div style="border:3px solid #39231e">
Div here</div>
This div border color is #39231e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,35,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39231e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39231e; -webkit-box-shadow: 1px 1px 3px 2px #39231e; box-shadow: 1px 1px 3px 2px #39231e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,35,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #39231e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39231e; -webkit-box-shadow: 1px 1px 3px 2px #39231e; box-shadow: 1px 1px 3px 2px #39231e;">
Div content here</div>
This div box has shadow with color #39231e
Comments
No comments written yet.
Please login to write comment.