Color Hex Logo

#379808 Color Hex

#379808
(55,152,8)
0 Favorites   0 Comments

Color spaces of #379808

RGB 551528
HSL0.280.900.31
HSV100°95°60°
CMYK 0.640.000.95   0.40
XYZ12.847623.28624.0473
Yxy23.28620.31970.5795
Hunter Lab48.2558-36.923828.8063
CIE-Lab55.3659-51.007156.2977

#379808 color RGB value is (55,152,8).

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

The process color (four color CMYK) of #379808 color hex is 0.64, 0.00, 0.95, 0.40. Web safe color of #379808 is #339900. Color #379808 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011000 00001000
Octal 67 230 10
Decimal 55 152 8
Hex 37 98 8

RGB Percentages of Color #379808

%25.58
%70.70
%3.72

CMYK Percentages of Color #379808

%64
%0
%95
%40

Triadic Colors of #379808

#379808 #083798 #980837

Analogous Colors of #379808

#379808 #089821 #7f9808

Monochromatic Colors of #379808

#379808

Complementary Color

#379808 #690898

#379808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#379808 Color CSS Codes

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

#379808 Text Font Color

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

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


#379808 Background Color

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

This div background color is #379808


#379808 Border Color

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

This div border color is #379808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379808


Comments

No comments written yet.

Please login to write comment.