Color Hex Logo

#557807 Color Hex

#557807
(85,120,7)
0 Favorites   0 Comments

Color spaces of #557807

RGB 851207
HSL0.220.890.25
HSV79°94°47°
CMYK 0.290.000.94   0.53
XYZ10.501115.37962.6161
Yxy15.37960.36850.5397
Hunter Lab39.2168-20.832523.4966
CIE-Lab46.1498-27.965749.4434

#557807 color RGB value is (85,120,7).

#557807 hex color red value is 85, green value is 120 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #557807 hue: 0.22 , saturation: 0.89 and the lightness value of 557807 is 0.25.

The process color (four color CMYK) of #557807 color hex is 0.29, 0.00, 0.94, 0.53. Web safe color of #557807 is #666600. Color #557807 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111000 00000111
Octal 125 170 7
Decimal 85 120 7
Hex 55 78 7

RGB Percentages of Color #557807

%40.09
%56.60
%3.30

CMYK Percentages of Color #557807

%29
%0
%94
%53

Triadic Colors of #557807

#557807 #075578 #780755

Analogous Colors of #557807

#557807 #1d7807 #786307

Monochromatic Colors of #557807

#557807

Complementary Color

#557807 #2a0778

#557807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557807 Color CSS Codes

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

#557807 Text Font Color

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

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


#557807 Background Color

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

This div background color is #557807


#557807 Border Color

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

This div border color is #557807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557807


Comments

No comments written yet.

Please login to write comment.