Color Hex Logo

#557309 Color Hex

#557309
(85,115,9)
0 Favorites   0 Comments

Color spaces of #557309

RGB 851159
HSL0.210.850.24
HSV77°92°45°
CMYK 0.260.000.92   0.55
XYZ9.926414.21252.4786
Yxy14.21250.37290.5340
Hunter Lab37.6995-18.974422.4915
CIE-Lab44.5362-25.469547.6906

#557309 color RGB value is (85,115,9).

#557309 hex color red value is 85, green value is 115 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #557309 hue: 0.21 , saturation: 0.85 and the lightness value of 557309 is 0.24.

The process color (four color CMYK) of #557309 color hex is 0.26, 0.00, 0.92, 0.55. Web safe color of #557309 is #666600. Color #557309 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110011 00001001
Octal 125 163 11
Decimal 85 115 9
Hex 55 73 9

RGB Percentages of Color #557309

%40.67
%55.02
%4.31

CMYK Percentages of Color #557309

%26
%0
%92
%55

Triadic Colors of #557309

#557309 #095573 #730955

Analogous Colors of #557309

#557309 #207309 #735c09

Monochromatic Colors of #557309

#557309

Complementary Color

#557309 #270973

#557309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557309 Color CSS Codes

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

#557309 Text Font Color

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

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


#557309 Background Color

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

This div background color is #557309


#557309 Border Color

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

This div border color is #557309


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,115,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557309; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557309;
  -webkit-box-shadow: 1px 1px 3px 2px #557309;
  box-shadow:         1px 1px 3px 2px #557309; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,115,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557309


Comments

No comments written yet.

Please login to write comment.