COLOR #557859

HEX: #557859
RGB: (85,120,89)

Color info

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

RGB color model

#557859 color RGB value is (85,120,89).

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

RGB channels and saturation

R 85 of 255 = 33%
G 120 of 255 = 47%
B 89 of 255 = 35%

85
120
89

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

Portions of RGB colors in percentages

R + G + B =
85 + 120 + 89 = 294 (100%)
R 85 of 294 ~ 28.91%
G 120 of 294 ~ 40.82%
B 89 of 294 ~ 30.27%

%28.91
%40.82
%30.27

CMYK color model

#557859 color CMYK value is (29,0,26,53).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 25.83%
  • key color value is 52.94%
CMYK:
(29,0,26,53)
C29M0Y26K53 
(29%,0%,26%,53%)
(0.29/0.00/0.26/0.53)	

CMYK percentages

%29.17
%0
%25.83
%52.94

Codes

Color #557859 in popluar color models

557859
RGB8512089
HSL127°17.07%40.20%
HSB/HSV127°29.17%47.06%
CMYK29.17%0.00%25.83%
52.94%

Color #557859 in popluar number systems.

HEX557859
Decimal8512089
Binary101010111110001011001
Octal125170131

Shades and tints

Shades of #557859

#557859
(85,120,89)
#4E6E51
(78,110,81)
#476449
(71,100,73)
#405A41
(64,90,65)
#395039
(57,80,57)
#324631
(50,70,49)
#2B3C29
(43,60,41)
#243221
(36,50,33)
#1D2819
(29,40,25)
#161E11
(22,30,17)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #557859

#557859
(85,120,89)
#648468
(100,132,104)
#739077
(115,144,119)
#829C86
(130,156,134)
#91A895
(145,168,149)
#A0B4A4
(160,180,164)
#AFC0B3
(175,192,179)
#BECCC2
(190,204,194)
#CDD8D1
(205,216,209)
#DCE4E0
(220,228,224)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557859; }

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

This text font color is #557859.


Background Color

.myBgColor { background-color: #557859; }

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

This div background color is #557859.


Border color

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

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

This div border color is #557859.


Opacity

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

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

Text with #557859 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 #557859;}

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

This text has shadow with #557859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557859 on black background.


Color preview on white background

This text has color #557859 on white background.



Black color preview on #557859 background

This text has black color on #557859 background.


White color preview on #557859 background

This text has white color on #557859 background.