Color Hex Logo

#378814 Color Hex

#378814
(55,136,20)
0 Favorites   0 Comments

Color spaces of #378814

RGB 5513620
HSL0.280.740.31
HSV102°85°53°
CMYK 0.600.000.85   0.47
XYZ10.506018.47113.6734
Yxy18.47110.32180.5657
Hunter Lab42.9780-31.577125.0170
CIE-Lab50.0626-44.793949.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

BaseRedGreenBlue
Binary 00110111 10001000 00010100
Octal 67 210 24
Decimal 55 136 20
Hex 37 88 14

RGB Percentages of Color #378814

%26.07
%64.45
%9.48

CMYK Percentages of Color #378814

%60
%0
%85
%47

Triadic Colors of #378814

#378814 #143788 #881437

Analogous Colors of #378814

#378814 #14882b #718814

Monochromatic Colors of #378814

#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.