COLOR #557973

HEX: #557973
RGB: (85,121,115)

Color info

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

RGB color model

#557973 color RGB value is (85,121,115).

  • red value is 85;
  • green value is 121;
  • blue value is 115.
RGB:
(85,121,115)
(33%,47%,45%)

RGB channels and saturation

R 85 of 255 = 33%
G 121 of 255 = 47%
B 115 of 255 = 45%

85
121
115

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

Portions of RGB colors in percentages

R + G + B =
85 + 121 + 115 = 321 (100%)
R 85 of 321 ~ 26.48%
G 121 of 321 ~ 37.69%
B 115 of 321 ~ 35.83%

%26.48
%37.69
%35.83

CMYK color model

#557973 color CMYK value is (30,0,5,53).

  • cyan value is 29.75%
  • magenta value is 0.00%
  • yellow value is 4.96%
  • key color value is 52.55%
CMYK:
(30,0,5,53)
C30M0Y5K53 
(30%,0%,5%,53%)
(0.30/0.00/0.05/0.53)	

CMYK percentages

%29.75
%0
%4.96
%52.55

Codes

Color #557973 in popluar color models

557973
RGB85121115
HSL170°17.48%40.39%
HSB/HSV170°29.75%47.45%
CMYK29.75%0.00%4.96%
52.55%

Color #557973 in popluar number systems.

HEX557973
Decimal85121115
Binary101010111110011110011
Octal125171163

Shades and tints

Shades of #557973

#557973
(85,121,115)
#4E6E69
(78,110,105)
#47635F
(71,99,95)
#405855
(64,88,85)
#394D4B
(57,77,75)
#324241
(50,66,65)
#2B3737
(43,55,55)
#242C2D
(36,44,45)
#1D2123
(29,33,35)
#161619
(22,22,25)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #557973

#557973
(85,121,115)
#64857F
(100,133,127)
#73918B
(115,145,139)
#829D97
(130,157,151)
#91A9A3
(145,169,163)
#A0B5AF
(160,181,175)
#AFC1BB
(175,193,187)
#BECDC7
(190,205,199)
#CDD9D3
(205,217,211)
#DCE5DF
(220,229,223)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557973 color. Also use rgb(85,121,115) instead hex code.

Text Font Color

.myTextColor { color: #557973; }

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

This text font color is #557973.


Background Color

.myBgColor { background-color: #557973; }

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

This div background color is #557973.


Border color

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

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

This div border color is #557973.


Opacity

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

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

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

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

This text has shadow with #557973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557973 on black background.


Color preview on white background

This text has color #557973 on white background.



Black color preview on #557973 background

This text has black color on #557973 background.


White color preview on #557973 background

This text has white color on #557973 background.