Color Hex Logo

#378850 Color Hex

#378850
(55,136,80)
0 Favorites   0 Comments

Color spaces of #378850

RGB 5513680
HSL0.380.420.37
HSV139°60°53°
CMYK 0.600.000.41   0.47
XYZ11.827718.999710.6333
Yxy18.99970.28530.4583
Hunter Lab43.5886-27.844516.0485
CIE-Lab50.6869-37.816922.8760

#378850 color RGB value is (55,136,80).

#378850 hex color red value is 55, green value is 136 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #378850 hue: 0.38 , saturation: 0.42 and the lightness value of 378850 is 0.37.

The process color (four color CMYK) of #378850 color hex is 0.60, 0.00, 0.41, 0.47. Web safe color of #378850 is #339966. Color #378850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001000 01010000
Octal 67 210 120
Decimal 55 136 80
Hex 37 88 50

RGB Percentages of Color #378850

%20.30
%50.18
%29.52

CMYK Percentages of Color #378850

%60
%0
%41
%47

Triadic Colors of #378850

#378850 #503788 #885037

Analogous Colors of #378850

#378850 #378879 #478837

Monochromatic Colors of #378850

#378850

Complementary Color

#378850 #88376f

#378850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378850 Color CSS Codes

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

#378850 Text Font Color

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

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


#378850 Background Color

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

This div background color is #378850


#378850 Border Color

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

This div border color is #378850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378850


Comments

No comments written yet.

Please login to write comment.