Color Hex Logo

#378b0e Color Hex

#378B0E
(55,139,14)
0 Favorites   0 Comments

Color spaces of #378b0e

RGB 5513914
HSL0.280.820.30
HSV100°90°55°
CMYK 0.600.000.90   0.45
XYZ10.887419.30923.5687
Yxy19.30920.32240.5719
Hunter Lab43.9422-32.672625.9444
CIE-Lab51.0470-46.167851.5934

#378b0e color RGB value is (55,139,14).

#378b0e hex color red value is 55, green value is 139 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #378b0e hue: 0.28 , saturation: 0.82 and the lightness value of 378b0e is 0.30.

The process color (four color CMYK) of #378b0e color hex is 0.60, 0.00, 0.90, 0.45. Web safe color of #378b0e is #339900. Color #378b0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001011 00001110
Octal 67 213 16
Decimal 55 139 14
Hex 37 8B E

RGB Percentages of Color #378b0e

%26.44
%66.83
%6.73

CMYK Percentages of Color #378b0e

%60
%0
%90
%45

Triadic Colors of #378b0e

#378b0e #0e378b #8b0e37

Analogous Colors of #378b0e

#378b0e #0e8b24 #768b0e

Monochromatic Colors of #378b0e

#378b0e

Complementary Color

#378b0e #620e8b

#378b0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378b0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#378b0e Color CSS Codes

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

#378b0e Text Font Color

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

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


#378b0e Background Color

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

This div background color is #378b0e


#378b0e Border Color

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

This div border color is #378b0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,139,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #378b0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #378b0e;
  -webkit-box-shadow: 1px 1px 3px 2px #378b0e;
  box-shadow:         1px 1px 3px 2px #378b0e; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378b0e


Comments

No comments written yet.

Please login to write comment.