COLOR #557575

HEX: #557575
RGB: (85,117,117)

Color info

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

RGB color model

#557575 color RGB value is (85,117,117).

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

RGB channels and saturation

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

85
117
117

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

Portions of RGB colors in percentages

R + G + B =
85 + 117 + 117 = 319 (100%)
R 85 of 319 ~ 26.65%
G 117 of 319 ~ 36.68%
B 117 of 319 ~ 36.68%

%26.65
%36.68
%36.68

CMYK color model

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

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

CMYK percentages

%27.35
%0
%0
%54.12

Codes

Color #557575 in popluar color models

557575
RGB85117117
HSL180°15.84%39.61%
HSB/HSV180°27.35%45.88%
CMYK27.35%0.00%0.00%
54.12%

Color #557575 in popluar number systems.

HEX557575
Decimal85117117
Binary101010111101011110101
Octal125165165

Shades and tints

Shades of #557575

#557575
(85,117,117)
#4E6B6B
(78,107,107)
#476161
(71,97,97)
#405757
(64,87,87)
#394D4D
(57,77,77)
#324343
(50,67,67)
#2B3939
(43,57,57)
#242F2F
(36,47,47)
#1D2525
(29,37,37)
#161B1B
(22,27,27)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #557575

#557575
(85,117,117)
#648181
(100,129,129)
#738D8D
(115,141,141)
#829999
(130,153,153)
#91A5A5
(145,165,165)
#A0B1B1
(160,177,177)
#AFBDBD
(175,189,189)
#BEC9C9
(190,201,201)
#CDD5D5
(205,213,213)
#DCE1E1
(220,225,225)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557575; }

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

This text font color is #557575.


Background Color

.myBgColor { background-color: #557575; }

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

This div background color is #557575.


Border color

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

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

This div border color is #557575.


Opacity

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

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

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

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

This text has shadow with #557575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557575 on black background.


Color preview on white background

This text has color #557575 on white background.



Black color preview on #557575 background

This text has black color on #557575 background.


White color preview on #557575 background

This text has white color on #557575 background.