Color Hex Logo

#379010 Color Hex

#379010
(55,144,16)
0 Favorites   0 Comments

Color spaces of #379010

RGB 5514416
HSL0.280.800.31
HSV102°89°56°
CMYK 0.620.000.89   0.44
XYZ11.642320.79623.8907
Yxy20.79620.32050.5724
Hunter Lab45.6029-34.234426.8635
CIE-Lab52.7257-47.916352.6178

#379010 color RGB value is (55,144,16).

#379010 hex color red value is 55, green value is 144 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #379010 hue: 0.28 , saturation: 0.80 and the lightness value of 379010 is 0.31.

The process color (four color CMYK) of #379010 color hex is 0.62, 0.00, 0.89, 0.44. Web safe color of #379010 is #339900. Color #379010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10010000 00010000
Octal 67 220 20
Decimal 55 144 16
Hex 37 90 10

RGB Percentages of Color #379010

%25.58
%66.98
%7.44

CMYK Percentages of Color #379010

%62
%0
%89
%44

Triadic Colors of #379010

#379010 #103790 #901037

Analogous Colors of #379010

#379010 #109029 #779010

Monochromatic Colors of #379010

#379010

Complementary Color

#379010 #691090

#379010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#379010 Color CSS Codes

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

#379010 Text Font Color

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

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


#379010 Background Color

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

This div background color is #379010


#379010 Border Color

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

This div border color is #379010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379010


Comments

No comments written yet.

Please login to write comment.