Color Hex Logo

#557110 Color Hex

#557110
(85,113,16)
0 Favorites   0 Comments

Color spaces of #557110

RGB 8511316
HSL0.210.750.25
HSV77°86°44°
CMYK 0.250.000.86   0.56
XYZ9.745013.77902.6362
Yxy13.77900.37250.5267
Hunter Lab37.1201-18.099221.7734
CIE-Lab43.9143-24.232345.4417

#557110 color RGB value is (85,113,16).

#557110 hex color red value is 85, green value is 113 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #557110 hue: 0.21 , saturation: 0.75 and the lightness value of 557110 is 0.25.

The process color (four color CMYK) of #557110 color hex is 0.25, 0.00, 0.86, 0.56. Web safe color of #557110 is #666600. Color #557110 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110001 00010000
Octal 125 161 20
Decimal 85 113 16
Hex 55 71 10

RGB Percentages of Color #557110

%39.72
%52.80
%7.48

CMYK Percentages of Color #557110

%25
%0
%86
%56

Triadic Colors of #557110

#557110 #105571 #711055

Analogous Colors of #557110

#557110 #257110 #715d10

Monochromatic Colors of #557110

#557110

Complementary Color

#557110 #2c1071

#557110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557110 Color CSS Codes

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

#557110 Text Font Color

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

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


#557110 Background Color

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

This div background color is #557110


#557110 Border Color

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

This div border color is #557110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557110


Comments

No comments written yet.

Please login to write comment.