Color Hex Logo

#378014 Color Hex

#378014
(55,128,20)
0 Favorites   0 Comments

Color spaces of #378014

RGB 5512820
HSL0.280.730.29
HSV101°84°50°
CMYK 0.570.000.84   0.50
XYZ9.421016.30113.3117
Yxy16.30110.32450.5615
Hunter Lab40.3746-29.004523.3990
CIE-Lab47.3671-41.737746.8235

#378014 color RGB value is (55,128,20).

#378014 hex color red value is 55, green value is 128 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #378014 hue: 0.28 , saturation: 0.73 and the lightness value of 378014 is 0.29.

The process color (four color CMYK) of #378014 color hex is 0.57, 0.00, 0.84, 0.50. Web safe color of #378014 is #339900. Color #378014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000000 00010100
Octal 67 200 24
Decimal 55 128 20
Hex 37 80 14

RGB Percentages of Color #378014

%27.09
%63.05
%9.85

CMYK Percentages of Color #378014

%57
%0
%84
%50

Triadic Colors of #378014

#378014 #143780 #801437

Analogous Colors of #378014

#378014 #148027 #6d8014

Monochromatic Colors of #378014

#378014

Complementary Color

#378014 #5d1480

#378014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378014 Color CSS Codes

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

#378014 Text Font Color

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

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


#378014 Background Color

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

This div background color is #378014


#378014 Border Color

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

This div border color is #378014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378014


Comments

No comments written yet.

Please login to write comment.