COLOR #557757

HEX: #557757
RGB: (85,119,87)

Color info

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

RGB color model

#557757 color RGB value is (85,119,87).

  • red value is 85;
  • green value is 119;
  • blue value is 87.
RGB:
(85,119,87)
(33%,47%,34%)

RGB channels and saturation

R 85 of 255 = 33%
G 119 of 255 = 47%
B 87 of 255 = 34%

85
119
87

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

Portions of RGB colors in percentages

R + G + B =
85 + 119 + 87 = 291 (100%)
R 85 of 291 ~ 29.21%
G 119 of 291 ~ 40.89%
B 87 of 291 ~ 29.9%

%29.21
%40.89
%29.9

CMYK color model

#557757 color CMYK value is (29,0,27,53).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(29,0,27,53)
C29M0Y27K53 
(29%,0%,27%,53%)
(0.29/0.00/0.27/0.53)	

CMYK percentages

%28.57
%0
%26.89
%53.33

Codes

Color #557757 in popluar color models

557757
RGB8511987
HSL124°16.67%40.00%
HSB/HSV124°28.57%46.67%
CMYK28.57%0.00%26.89%
53.33%

Color #557757 in popluar number systems.

HEX557757
Decimal8511987
Binary101010111101111010111
Octal125167127

Shades and tints

Shades of #557757

#557757
(85,119,87)
#4E6D50
(78,109,80)
#476349
(71,99,73)
#405942
(64,89,66)
#394F3B
(57,79,59)
#324534
(50,69,52)
#2B3B2D
(43,59,45)
#243126
(36,49,38)
#1D271F
(29,39,31)
#161D18
(22,29,24)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #557757

#557757
(85,119,87)
#648366
(100,131,102)
#738F75
(115,143,117)
#829B84
(130,155,132)
#91A793
(145,167,147)
#A0B3A2
(160,179,162)
#AFBFB1
(175,191,177)
#BECBC0
(190,203,192)
#CDD7CF
(205,215,207)
#DCE3DE
(220,227,222)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557757 color. Also use rgb(85,119,87) instead hex code.

Text Font Color

.myTextColor { color: #557757; }

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

This text font color is #557757.


Background Color

.myBgColor { background-color: #557757; }

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

This div background color is #557757.


Border color

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

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

This div border color is #557757.


Opacity

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

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

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

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

This text has shadow with #557757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557757 on black background.


Color preview on white background

This text has color #557757 on white background.



Black color preview on #557757 background

This text has black color on #557757 background.


White color preview on #557757 background

This text has white color on #557757 background.