Color Hex Logo

#557046 Color Hex

#557046
(85,112,70)
0 Favorites   0 Comments

Color spaces of #557046

RGB 8511270
HSL0.270.230.36
HSV99°38°44°
CMYK 0.240.000.38   0.56
XYZ10.646013.96187.9282
Yxy13.96180.32720.4291
Hunter Lab37.3655-14.532213.5757
CIE-Lab44.1781-18.368620.2396

#557046 color RGB value is (85,112,70).

#557046 hex color red value is 85, green value is 112 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #557046 hue: 0.27 , saturation: 0.23 and the lightness value of 557046 is 0.36.

The process color (four color CMYK) of #557046 color hex is 0.24, 0.00, 0.38, 0.56. Web safe color of #557046 is #666633. Color #557046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110000 01000110
Octal 125 160 106
Decimal 85 112 70
Hex 55 70 46

RGB Percentages of Color #557046

%31.84
%41.95
%26.22

CMYK Percentages of Color #557046

%24
%0
%38
%56

Triadic Colors of #557046

#557046 #465570 #704655

Analogous Colors of #557046

#557046 #46704c #6a7046

Monochromatic Colors of #557046

#557046

Complementary Color

#557046 #614670

#557046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557046 Color CSS Codes

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

#557046 Text Font Color

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

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


#557046 Background Color

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

This div background color is #557046


#557046 Border Color

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

This div border color is #557046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557046


Comments

No comments written yet.

Please login to write comment.