Color spaces of #38730e
RGB | 56 | 115 | 14 |
---|---|---|---|
HSL | 0.26 | 0.78 | 0.25 |
HSV | 95° | 88° | 45° |
CMYK | 0.51 | 0.00 | 0.88 0.55 |
XYZ | 7.8409 | 13.1339 | 2.5373 |
Yxy | 13.1339 | 0.3335 | 0.5586 |
Hunter Lab | 36.2407 | -24.8017 | 21.2175 |
CIE-Lab | 42.9643 | -36.4962 | 44.5366 |
#38730e color RGB value is (56,115,14).
#38730e hex color red value is 56, green value is 115 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #38730e hue: 0.26 , saturation: 0.78 and the lightness value of 38730e is 0.25.
The process color (four color CMYK) of #38730e color hex is 0.51, 0.00, 0.88, 0.55. Web safe color of #38730e is #336600. Color #38730e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 01110011 | 00001110 |
Octal | 70 | 163 | 16 |
Decimal | 56 | 115 | 14 |
Hex | 38 | 73 | E |
Shades of #38730e
Tints of #38730e
RGB Percentages of Color #38730e
CMYK Percentages of Color #38730e
Complementary Color
#38730e | #490e73 |
#38730e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#38730e Color Preview on White Background
Lorem ipsum dolor sit amet.
#38730e Color CSS Codes
.mybgcolor {background-color:#38730e; } .myforecolor {color:#38730e; } .mybordercolor {border:3px solid #38730e; }
#38730e Text Font Color
<p style="color:#38730e">Text here</p>
This sample text font color is #38730e
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.
#38730e Background Color
<div style="background-color:#38730e">
Div content here</div>
This div background color is #38730e
#38730e Border Color
<div style="border:3px solid #38730e">
Div here</div>
This div border color is #38730e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,115,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #38730e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #38730e; -webkit-box-shadow: 1px 1px 3px 2px #38730e; box-shadow: 1px 1px 3px 2px #38730e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,115,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 #38730e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #38730e; -webkit-box-shadow: 1px 1px 3px 2px #38730e; box-shadow: 1px 1px 3px 2px #38730e;">
Div content here</div>
This div box has shadow with color #38730e
Comments
No comments written yet.
Please login to write comment.