Color spaces of #23300e
RGB | 35 | 48 | 14 |
---|---|---|---|
HSL | 0.23 | 0.55 | 0.12 |
HSV | 83° | 71° | 19° |
CMYK | 0.27 | 0.00 | 0.71 0.81 |
XYZ | 1.8294 | 2.5029 | 0.8022 |
Yxy | 2.5029 | 0.3563 | 0.4875 |
Hunter Lab | 15.8206 | -7.0452 | 8.0680 |
CIE-Lab | 17.9317 | -12.2609 | 19.4425 |
#23300e color RGB value is (35,48,14).
#23300e hex color red value is 35, green value is 48 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #23300e hue: 0.23 , saturation: 0.55 and the lightness value of 23300e is 0.12.
The process color (four color CMYK) of #23300e color hex is 0.27, 0.00, 0.71, 0.81. Web safe color of #23300e is #333300. Color #23300e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 00110000 | 00001110 |
Octal | 43 | 60 | 16 |
Decimal | 35 | 48 | 14 |
Hex | 23 | 30 | E |
Shades of #23300e
Tints of #23300e
RGB Percentages of Color #23300e
CMYK Percentages of Color #23300e
Complementary Color
#23300e | #1b0e30 |
#23300e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#23300e Color Preview on White Background
Lorem ipsum dolor sit amet.
#23300e Color CSS Codes
.mybgcolor {background-color:#23300e; } .myforecolor {color:#23300e; } .mybordercolor {border:3px solid #23300e; }
#23300e Text Font Color
<p style="color:#23300e">Text here</p>
This sample text font color is #23300e
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.
#23300e Background Color
<div style="background-color:#23300e">
Div content here</div>
This div background color is #23300e
#23300e Border Color
<div style="border:3px solid #23300e">
Div here</div>
This div border color is #23300e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,48,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #23300e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #23300e; -webkit-box-shadow: 1px 1px 3px 2px #23300e; box-shadow: 1px 1px 3px 2px #23300e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,48,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #23300e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #23300e; -webkit-box-shadow: 1px 1px 3px 2px #23300e; box-shadow: 1px 1px 3px 2px #23300e;">
Div content here</div>
This div box has shadow with color #23300e
Comments
No comments written yet.
Please login to write comment.