Color spaces of #23311e
RGB | 35 | 49 | 30 |
---|---|---|---|
HSL | 0.29 | 0.24 | 0.15 |
HSV | 104° | 39° | 19° |
CMYK | 0.29 | 0.00 | 0.39 0.81 |
XYZ | 2.0258 | 2.6477 | 1.6326 |
Yxy | 2.6477 | 0.3212 | 0.4199 |
Hunter Lab | 16.2718 | -6.2527 | 5.4415 |
CIE-Lab | 18.5738 | -10.3955 | 10.2923 |
#23311e color RGB value is (35,49,30).
#23311e hex color red value is 35, green value is 49 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #23311e hue: 0.29 , saturation: 0.24 and the lightness value of 23311e is 0.15.
The process color (four color CMYK) of #23311e color hex is 0.29, 0.00, 0.39, 0.81. Web safe color of #23311e is #333333. Color #23311e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 00110001 | 00011110 |
Octal | 43 | 61 | 36 |
Decimal | 35 | 49 | 30 |
Hex | 23 | 31 | 1E |
Shades of #23311e
Tints of #23311e
RGB Percentages of Color #23311e
CMYK Percentages of Color #23311e
Complementary Color
#23311e | #2c1e31 |
#23311e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#23311e Color Preview on White Background
Lorem ipsum dolor sit amet.
#23311e Color CSS Codes
.mybgcolor {background-color:#23311e; } .myforecolor {color:#23311e; } .mybordercolor {border:3px solid #23311e; }
#23311e Text Font Color
<p style="color:#23311e">Text here</p>
This sample text font color is #23311e
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.
#23311e Background Color
<div style="background-color:#23311e">
Div content here</div>
This div background color is #23311e
#23311e Border Color
<div style="border:3px solid #23311e">
Div here</div>
This div border color is #23311e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,49,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #23311e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #23311e; -webkit-box-shadow: 1px 1px 3px 2px #23311e; box-shadow: 1px 1px 3px 2px #23311e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,49,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 #23311e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #23311e; -webkit-box-shadow: 1px 1px 3px 2px #23311e; box-shadow: 1px 1px 3px 2px #23311e;">
Div content here</div>
This div box has shadow with color #23311e
#23311e Color Palettes
Comments
No comments written yet.
Please login to write comment.