COLOR #557B70

HEX: #557B70
RGB: (85,123,112)

Color info

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

RGB color model

#557B70 color RGB value is (85,123,112).

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

RGB channels and saturation

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

85
123
112

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

Portions of RGB colors in percentages

R + G + B =
85 + 123 + 112 = 320 (100%)
R 85 of 320 ~ 26.56%
G 123 of 320 ~ 38.44%
B 112 of 320 ~ 35%

%26.56
%38.44
%35

CMYK color model

#557B70 color CMYK value is (31,0,9,52).

  • cyan value is 30.89%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 51.76%
CMYK:
(31,0,9,52)
C31M0Y9K52 
(31%,0%,9%,52%)
(0.31/0.00/0.09/0.52)	

CMYK percentages

%30.89
%0
%8.94
%51.76

Codes

Color #557B70 in popluar color models

557B70
RGB85123112
HSL163°18.27%40.78%
HSB/HSV163°30.89%48.24%
CMYK30.89%0.00%8.94%
51.76%

Color #557B70 in popluar number systems.

HEX557B70
Decimal85123112
Binary101010111110111110000
Octal125173160

Shades and tints

Shades of #557B70

#557B70
(85,123,112)
#4E7066
(78,112,102)
#47655C
(71,101,92)
#405A52
(64,90,82)
#394F48
(57,79,72)
#32443E
(50,68,62)
#2B3934
(43,57,52)
#242E2A
(36,46,42)
#1D2320
(29,35,32)
#161816
(22,24,22)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #557B70

#557B70
(85,123,112)
#64877D
(100,135,125)
#73938A
(115,147,138)
#829F97
(130,159,151)
#91ABA4
(145,171,164)
#A0B7B1
(160,183,177)
#AFC3BE
(175,195,190)
#BECFCB
(190,207,203)
#CDDBD8
(205,219,216)
#DCE7E5
(220,231,229)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557B70; }

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

This text font color is #557B70.


Background Color

.myBgColor { background-color: #557B70; }

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

This div background color is #557B70.


Border color

.myBorderColor { border: 1px solid #557B70; }

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

This div border color is #557B70.


Opacity

.myOpacity80 { color: #557B70; opacity: 0.8; }

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

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

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

This text has shadow with #557B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557B70 on black background.


Color preview on white background

This text has color #557B70 on white background.



Black color preview on #557B70 background

This text has black color on #557B70 background.


White color preview on #557B70 background

This text has white color on #557B70 background.