Color Hex Logo

#378b1d Color Hex

#378B1D
(55,139,29)
0 Favorites   0 Comments

Color spaces of #378b1d

RGB 5513929
HSL0.290.650.33
HSV106°79°55°
CMYK 0.600.000.79   0.45
XYZ11.029919.36624.3191
Yxy19.36620.31770.5579
Hunter Lab44.0070-32.273224.9859
CIE-Lab51.1129-45.397147.5030

#378b1d color RGB value is (55,139,29).

#378b1d hex color red value is 55, green value is 139 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #378b1d hue: 0.29 , saturation: 0.65 and the lightness value of 378b1d is 0.33.

The process color (four color CMYK) of #378b1d color hex is 0.60, 0.00, 0.79, 0.45. Web safe color of #378b1d is #339933. Color #378b1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001011 00011101
Octal 67 213 35
Decimal 55 139 29
Hex 37 8B 1D

RGB Percentages of Color #378b1d

%24.66
%62.33
%13.00

CMYK Percentages of Color #378b1d

%60
%0
%79
%45

Triadic Colors of #378b1d

#378b1d #1d378b #8b1d37

Analogous Colors of #378b1d

#378b1d #1d8b3a #6e8b1d

Monochromatic Colors of #378b1d

#378b1d

Complementary Color

#378b1d #711d8b

#378b1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378b1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#378b1d Color CSS Codes

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

#378b1d Text Font Color

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

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


#378b1d Background Color

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

This div background color is #378b1d


#378b1d Border Color

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

This div border color is #378b1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,139,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #378b1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378b1d


Comments

No comments written yet.

Please login to write comment.