Color Hex Logo

#557b4a Color Hex

#557B4A
(85,123,74)
0 Favorites   0 Comments

Color spaces of #557b4a

RGB 8512374
HSL0.300.250.39
HSV107°40°48°
CMYK 0.310.000.40   0.52
XYZ12.065316.59169.0452
Yxy16.59160.32000.4401
Hunter Lab40.7328-18.409615.3469
CIE-Lab47.7413-23.459922.6319

#557b4a color RGB value is (85,123,74).

#557b4a hex color red value is 85, green value is 123 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #557b4a hue: 0.30 , saturation: 0.25 and the lightness value of 557b4a is 0.39.

The process color (four color CMYK) of #557b4a color hex is 0.31, 0.00, 0.40, 0.52. Web safe color of #557b4a is #666633. Color #557b4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111011 01001010
Octal 125 173 112
Decimal 85 123 74
Hex 55 7B 4A

RGB Percentages of Color #557b4a

%30.14
%43.62
%26.24

CMYK Percentages of Color #557b4a

%31
%0
%40
%52

Triadic Colors of #557b4a

#557b4a #4a557b #7b4a55

Analogous Colors of #557b4a

#557b4a #4a7b58 #6e7b4a

Monochromatic Colors of #557b4a

#557b4a

Complementary Color

#557b4a #704a7b

#557b4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557b4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#557b4a Color CSS Codes

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

#557b4a Text Font Color

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

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


#557b4a Background Color

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

This div background color is #557b4a


#557b4a Border Color

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

This div border color is #557b4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,123,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557b4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557b4a;
  -webkit-box-shadow: 1px 1px 3px 2px #557b4a;
  box-shadow:         1px 1px 3px 2px #557b4a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557b4a


Comments

No comments written yet.

Please login to write comment.