COLOR #557070

HEX: #557070
RGB: (85,112,112)

Color info

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

RGB color model

#557070 color RGB value is (85,112,112).

  • red value is 85;
  • green value is 112;
  • blue value is 112.
RGB:
(85,112,112)
(33%,44%,44%)

RGB channels and saturation

R 85 of 255 = 33%
G 112 of 255 = 44%
B 112 of 255 = 44%

85
112
112

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

Portions of RGB colors in percentages

R + G + B =
85 + 112 + 112 = 309 (100%)
R 85 of 309 ~ 27.51%
G 112 of 309 ~ 36.25%
B 112 of 309 ~ 36.25%

%27.51
%36.25
%36.25

CMYK color model

#557070 color CMYK value is (24,0,0,56).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(24,0,0,56)
C24M0Y0K56 
(24%,0%,0%,56%)
(0.24/0.00/0.00/0.56)	

CMYK percentages

%24.11
%0
%0
%56.08

Codes

Color #557070 in popluar color models

557070
RGB85112112
HSL180°13.71%38.63%
HSB/HSV180°24.11%43.92%
CMYK24.11%0.00%0.00%
56.08%

Color #557070 in popluar number systems.

HEX557070
Decimal85112112
Binary101010111100001110000
Octal125160160

Shades and tints

Shades of #557070

#557070
(85,112,112)
#4E6666
(78,102,102)
#475C5C
(71,92,92)
#405252
(64,82,82)
#394848
(57,72,72)
#323E3E
(50,62,62)
#2B3434
(43,52,52)
#242A2A
(36,42,42)
#1D2020
(29,32,32)
#161616
(22,22,22)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #557070

#557070
(85,112,112)
#647D7D
(100,125,125)
#738A8A
(115,138,138)
#829797
(130,151,151)
#91A4A4
(145,164,164)
#A0B1B1
(160,177,177)
#AFBEBE
(175,190,190)
#BECBCB
(190,203,203)
#CDD8D8
(205,216,216)
#DCE5E5
(220,229,229)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557070; }

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

This text font color is #557070.


Background Color

.myBgColor { background-color: #557070; }

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

This div background color is #557070.


Border color

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

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

This div border color is #557070.


Opacity

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

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

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

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

This text has shadow with #557070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557070 on black background.


Color preview on white background

This text has color #557070 on white background.



Black color preview on #557070 background

This text has black color on #557070 background.


White color preview on #557070 background

This text has white color on #557070 background.