Color spaces of #378814
RGB | 55 | 136 | 20 |
---|---|---|---|
HSL | 0.28 | 0.74 | 0.31 |
HSV | 102° | 85° | 53° |
CMYK | 0.60 | 0.00 | 0.85 0.47 |
XYZ | 10.5060 | 18.4711 | 3.6734 |
Yxy | 18.4711 | 0.3218 | 0.5657 |
Hunter Lab | 42.9780 | -31.5771 | 25.0170 |
CIE-Lab | 50.0626 | -44.7939 | 49.2762 |
#378814 color RGB value is (55,136,20).
#378814 hex color red value is 55, green value is 136 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #378814 hue: 0.28 , saturation: 0.74 and the lightness value of 378814 is 0.31.
The process color (four color CMYK) of #378814 color hex is 0.60, 0.00, 0.85, 0.47. Web safe color of #378814 is #339900. Color #378814 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 10001000 | 00010100 |
Octal | 67 | 210 | 24 |
Decimal | 55 | 136 | 20 |
Hex | 37 | 88 | 14 |
Shades of #378814
Tints of #378814
RGB Percentages of Color #378814
CMYK Percentages of Color #378814
Complementary Color
#378814 | #651488 |
#378814 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#378814 Color Preview on White Background
Lorem ipsum dolor sit amet.
#378814 Color CSS Codes
.mybgcolor {background-color:#378814; } .myforecolor {color:#378814; } .mybordercolor {border:3px solid #378814; }
#378814 Text Font Color
<p style="color:#378814">Text here</p>
This sample text font color is #378814
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.
#378814 Background Color
<div style="background-color:#378814">
Div content here</div>
This div background color is #378814
#378814 Border Color
<div style="border:3px solid #378814">
Div here</div>
This div border color is #378814
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,136,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #378814; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #378814; -webkit-box-shadow: 1px 1px 3px 2px #378814; box-shadow: 1px 1px 3px 2px #378814; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,136,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #378814">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #378814; -webkit-box-shadow: 1px 1px 3px 2px #378814; box-shadow: 1px 1px 3px 2px #378814;">
Div content here</div>
This div box has shadow with color #378814
Comments
No comments written yet.
Please login to write comment.