Color Hex Logo

#557112 Color Hex

#557112
(85,113,18)
0 Favorites   0 Comments

Color spaces of #557112

RGB 8511318
HSL0.220.730.26
HSV78°84°44°
CMYK 0.250.000.84   0.56
XYZ9.760613.78522.7186
Yxy13.78520.37160.5249
Hunter Lab37.1284-18.049321.6486
CIE-Lab43.9233-24.146244.8606

#557112 color RGB value is (85,113,18).

#557112 hex color red value is 85, green value is 113 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #557112 hue: 0.22 , saturation: 0.73 and the lightness value of 557112 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110001 00010010
Octal 125 161 22
Decimal 85 113 18
Hex 55 71 12

RGB Percentages of Color #557112

%39.35
%52.31
%8.33

CMYK Percentages of Color #557112

%25
%0
%84
%56

Triadic Colors of #557112

#557112 #125571 #711255

Analogous Colors of #557112

#557112 #267112 #715d12

Monochromatic Colors of #557112

#557112

Complementary Color

#557112 #2e1271

#557112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557112 Color CSS Codes

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

#557112 Text Font Color

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

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


#557112 Background Color

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

This div background color is #557112


#557112 Border Color

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

This div border color is #557112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557112


Comments

No comments written yet.

Please login to write comment.