COLOR #557572

HEX: #557572
RGB: (85,117,114)

Color info

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

RGB color model

#557572 color RGB value is (85,117,114).

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

RGB channels and saturation

R 85 of 255 = 33%
G 117 of 255 = 46%
B 114 of 255 = 45%

85
117
114

R + G + B ~ 41%. #557572 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 117 + 114 = 316 (100%)
R 85 of 316 ~ 26.9%
G 117 of 316 ~ 37.03%
B 114 of 316 ~ 36.08%

%26.9
%37.03
%36.08

CMYK color model

#557572 color CMYK value is (27,0,3,54).

  • cyan value is 27.35%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 54.12%
CMYK:
(27,0,3,54)
C27M0Y3K54 
(27%,0%,3%,54%)
(0.27/0.00/0.03/0.54)	

CMYK percentages

%27.35
%0
%2.56
%54.12

Codes

Color #557572 in popluar color models

557572
RGB85117114
HSL174°15.84%39.61%
HSB/HSV174°27.35%45.88%
CMYK27.35%0.00%2.56%
54.12%

Color #557572 in popluar number systems.

HEX557572
Decimal85117114
Binary101010111101011110010
Octal125165162

Shades and tints

Shades of #557572

#557572
(85,117,114)
#4E6B68
(78,107,104)
#47615E
(71,97,94)
#405754
(64,87,84)
#394D4A
(57,77,74)
#324340
(50,67,64)
#2B3936
(43,57,54)
#242F2C
(36,47,44)
#1D2522
(29,37,34)
#161B18
(22,27,24)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #557572

#557572
(85,117,114)
#64817E
(100,129,126)
#738D8A
(115,141,138)
#829996
(130,153,150)
#91A5A2
(145,165,162)
#A0B1AE
(160,177,174)
#AFBDBA
(175,189,186)
#BEC9C6
(190,201,198)
#CDD5D2
(205,213,210)
#DCE1DE
(220,225,222)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557572; }

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

This text font color is #557572.


Background Color

.myBgColor { background-color: #557572; }

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

This div background color is #557572.


Border color

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

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

This div border color is #557572.


Opacity

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

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

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

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

This text has shadow with #557572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557572 on black background.


Color preview on white background

This text has color #557572 on white background.



Black color preview on #557572 background

This text has black color on #557572 background.


White color preview on #557572 background

This text has white color on #557572 background.