COLOR #557559

HEX: #557559
RGB: (85,117,89)

Color info

#557559 contains red, green and blue colors in about the same proportion. Web safe color of #557559 is #666666 (or #666).

RGB color model

#557559 color RGB value is (85,117,89).

  • red value is 85;
  • green value is 117;
  • blue value is 89.
RGB:
(85,117,89)
(33%,46%,35%)

RGB channels and saturation

R 85 of 255 = 33%
G 117 of 255 = 46%
B 89 of 255 = 35%

85
117
89

R + G + B ~ 38%. #557559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 117 + 89 = 291 (100%)
R 85 of 291 ~ 29.21%
G 117 of 291 ~ 40.21%
B 89 of 291 ~ 30.58%

%29.21
%40.21
%30.58

CMYK color model

#557559 color CMYK value is (27,0,24,54).

  • cyan value is 27.35%
  • magenta value is 0.00%
  • yellow value is 23.93%
  • key color value is 54.12%
CMYK:
(27,0,24,54)
C27M0Y24K54 
(27%,0%,24%,54%)
(0.27/0.00/0.24/0.54)	

CMYK percentages

%27.35
%0
%23.93
%54.12

Codes

Color #557559 in popluar color models

557559
RGB8511789
HSL128°15.84%39.61%
HSB/HSV128°27.35%45.88%
CMYK27.35%0.00%23.93%
54.12%

Color #557559 in popluar number systems.

HEX557559
Decimal8511789
Binary101010111101011011001
Octal125165131

Shades and tints

Shades of #557559

#557559
(85,117,89)
#4E6B51
(78,107,81)
#476149
(71,97,73)
#405741
(64,87,65)
#394D39
(57,77,57)
#324331
(50,67,49)
#2B3929
(43,57,41)
#242F21
(36,47,33)
#1D2519
(29,37,25)
#161B11
(22,27,17)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #557559

#557559
(85,117,89)
#648168
(100,129,104)
#738D77
(115,141,119)
#829986
(130,153,134)
#91A595
(145,165,149)
#A0B1A4
(160,177,164)
#AFBDB3
(175,189,179)
#BEC9C2
(190,201,194)
#CDD5D1
(205,213,209)
#DCE1E0
(220,225,224)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557559 color. Also use rgb(85,117,89) instead hex code.

Text Font Color

.myTextColor { color: #557559; }

<p style="color:#557559">This sample text font color is #557559.</p>

This text font color is #557559.


Background Color

.myBgColor { background-color: #557559; }

<div style="background-color:#557559">Inner text</div>

This div background color is #557559.


Border color

.myBorderColor { border: 1px solid #557559; }

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

This div border color is #557559.


Opacity

.myOpacity80 { color: #557559; opacity: 0.8; }

<p style="color:#557559;opacity:0.8;">80%</p>

Text with #557559 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #557559;}

<p style="text-shadow: 3px 3px 1px #557559">Text here.</p>

This text has shadow with #557559 color.

.textShadow {text-shadow: 3px 3px 1px #557559, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #557559, 5px 5px 20px red">Text here.</p>

This text has shadow with #557559 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#557559, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#557559, Direction=45, Strength=4)">Text</p>

This text has shadow with #557559 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #557559;
  -webkit-box-shadow:	1px 1px 3px 2px #557559;
  box-shadow:		1px 1px 3px 2px #557559;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #557559;
-webkit-box-shadow: 1px 1px 3px 2px #557559;
box-shadow:1px 1px 3px 2px #557559;">
Div content here</div>
This div box has shadow with color #557559.

Preview

Color preview on black background

This text has color #557559 on black background.


Color preview on white background

This text has color #557559 on white background.



Black color preview on #557559 background

This text has black color on #557559 background.


White color preview on #557559 background

This text has white color on #557559 background.