Color spaces of #27230e
RGB | 39 | 35 | 14 |
---|---|---|---|
HSL | 0.14 | 0.47 | 0.10 |
HSV | 50° | 64° | 15° |
CMYK | 0.00 | 0.10 | 0.64 0.85 |
XYZ | 1.5170 | 1.6651 | 0.6569 |
Yxy | 1.6651 | 0.3952 | 0.4337 |
Hunter Lab | 12.9039 | -1.5970 | 6.0144 |
CIE-Lab | 13.6213 | -1.7898 | 14.0892 |
#27230e color RGB value is (39,35,14).
#27230e hex color red value is 39, green value is 35 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #27230e hue: 0.14 , saturation: 0.47 and the lightness value of 27230e is 0.10.
The process color (four color CMYK) of #27230e color hex is 0.00, 0.10, 0.64, 0.85. Web safe color of #27230e is #333300. Color #27230e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 00100011 | 00001110 |
Octal | 47 | 43 | 16 |
Decimal | 39 | 35 | 14 |
Hex | 27 | 23 | E |
Shades of #27230e
Tints of #27230e
RGB Percentages of Color #27230e
CMYK Percentages of Color #27230e
Complementary Color
#27230e | #0e1227 |
#27230e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#27230e Color Preview on White Background
Lorem ipsum dolor sit amet.
#27230e Color CSS Codes
.mybgcolor {background-color:#27230e; } .myforecolor {color:#27230e; } .mybordercolor {border:3px solid #27230e; }
#27230e Text Font Color
<p style="color:#27230e">Text here</p>
This sample text font color is #27230e
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.
#27230e Background Color
<div style="background-color:#27230e">
Div content here</div>
This div background color is #27230e
#27230e Border Color
<div style="border:3px solid #27230e">
Div here</div>
This div border color is #27230e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,35,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #27230e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #27230e; -webkit-box-shadow: 1px 1px 3px 2px #27230e; box-shadow: 1px 1px 3px 2px #27230e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,35,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 #27230e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #27230e; -webkit-box-shadow: 1px 1px 3px 2px #27230e; box-shadow: 1px 1px 3px 2px #27230e;">
Div content here</div>
This div box has shadow with color #27230e
Comments
No comments written yet.
Please login to write comment.