COLOR #577576

HEX: #577576
RGB: (87,117,118)

Color info

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

RGB color model

#577576 color RGB value is (87,117,118).

  • red value is 87;
  • green value is 117;
  • blue value is 118.
RGB:
(87,117,118)
(34%,46%,46%)

RGB channels and saturation

R 87 of 255 = 34%
G 117 of 255 = 46%
B 118 of 255 = 46%

87
117
118

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

Portions of RGB colors in percentages

R + G + B =
87 + 117 + 118 = 322 (100%)
R 87 of 322 ~ 27.02%
G 117 of 322 ~ 36.34%
B 118 of 322 ~ 36.65%

%27.02
%36.34
%36.65

CMYK color model

#577576 color CMYK value is (26,1,0,54).

  • cyan value is 26.27%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(26,1,0,54)
C26M1Y0K54 
(26%,1%,0%,54%)
(0.26/0.01/0.00/0.54)	

CMYK percentages

%26.27
%0.85
%0
%53.73

Codes

Color #577576 in popluar color models

577576
RGB87117118
HSL182°15.12%40.20%
HSB/HSV182°26.27%46.27%
CMYK26.27%0.85%0.00%
53.73%

Color #577576 in popluar number systems.

HEX577576
Decimal87117118
Binary101011111101011110110
Octal127165166

Shades and tints

Shades of #577576

#577576
(87,117,118)
#506B6C
(80,107,108)
#496162
(73,97,98)
#425758
(66,87,88)
#3B4D4E
(59,77,78)
#344344
(52,67,68)
#2D393A
(45,57,58)
#262F30
(38,47,48)
#1F2526
(31,37,38)
#181B1C
(24,27,28)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #577576

#577576
(87,117,118)
#668182
(102,129,130)
#758D8E
(117,141,142)
#84999A
(132,153,154)
#93A5A6
(147,165,166)
#A2B1B2
(162,177,178)
#B1BDBE
(177,189,190)
#C0C9CA
(192,201,202)
#CFD5D6
(207,213,214)
#DEE1E2
(222,225,226)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577576; }

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

This text font color is #577576.


Background Color

.myBgColor { background-color: #577576; }

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

This div background color is #577576.


Border color

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

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

This div border color is #577576.


Opacity

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

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

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

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

This text has shadow with #577576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577576 on black background.


Color preview on white background

This text has color #577576 on white background.



Black color preview on #577576 background

This text has black color on #577576 background.


White color preview on #577576 background

This text has white color on #577576 background.