Color Hex Logo

#376814 Color Hex

#376814
(55,104,20)
0 Favorites   0 Comments

Color spaces of #376814

RGB 5510420
HSL0.260.680.24
HSV95°81°41°
CMYK 0.470.000.81   0.59
XYZ6.652110.76342.3888
Yxy10.76340.33590.5435
Hunter Lab32.8076-21.220518.6483
CIE-Lab39.1791-31.788939.1473

#376814 color RGB value is (55,104,20).

#376814 hex color red value is 55, green value is 104 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #376814 hue: 0.26 , saturation: 0.68 and the lightness value of 376814 is 0.24.

The process color (four color CMYK) of #376814 color hex is 0.47, 0.00, 0.81, 0.59. Web safe color of #376814 is #336600. Color #376814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101000 00010100
Octal 67 150 24
Decimal 55 104 20
Hex 37 68 14

RGB Percentages of Color #376814

%30.73
%58.10
%11.17

CMYK Percentages of Color #376814

%47
%0
%81
%59

Triadic Colors of #376814

#376814 #143768 #681437

Analogous Colors of #376814

#376814 #14681b #616814

Monochromatic Colors of #376814

#376814

Complementary Color

#376814 #451468

#376814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376814 Color CSS Codes

.mybgcolor {background-color:#376814; } 
.myforecolor {color:#376814; }
.mybordercolor {border:3px solid #376814; }

#376814 Text Font Color

<p style="color:#376814">Text here</p>

This sample text font color is #376814
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.


#376814 Background Color

<div style="background-color:#376814">
Div content here</div>

This div background color is #376814


#376814 Border Color

<div style="border:3px solid #376814">
Div here</div>

This div border color is #376814


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,104,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #376814; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #376814;
  -webkit-box-shadow: 1px 1px 3px 2px #376814;
  box-shadow:         1px 1px 3px 2px #376814; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,104,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 #376814">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #376814;
  -webkit-box-shadow: 1px 1px 3px 2px #376814;
  box-shadow:         1px 1px 3px 2px #376814;">
Div content here</div>

This div box has shadow with color #376814


Comments

No comments written yet.

Please login to write comment.