COLOR #577875

HEX: #577875
RGB: (87,120,117)

Color info

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

RGB color model

#577875 color RGB value is (87,120,117).

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

RGB channels and saturation

R 87 of 255 = 34%
G 120 of 255 = 47%
B 117 of 255 = 46%

87
120
117

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

Portions of RGB colors in percentages

R + G + B =
87 + 120 + 117 = 324 (100%)
R 87 of 324 ~ 26.85%
G 120 of 324 ~ 37.04%
B 117 of 324 ~ 36.11%

%26.85
%37.04
%36.11

CMYK color model

#577875 color CMYK value is (28,0,3,53).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 52.94%
CMYK:
(28,0,3,53)
C28M0Y3K53 
(28%,0%,3%,53%)
(0.28/0.00/0.03/0.53)	

CMYK percentages

%27.5
%0
%2.5
%52.94

Codes

Color #577875 in popluar color models

577875
RGB87120117
HSL175°15.94%40.59%
HSB/HSV175°27.50%47.06%
CMYK27.50%0.00%2.50%
52.94%

Color #577875 in popluar number systems.

HEX577875
Decimal87120117
Binary101011111110001110101
Octal127170165

Shades and tints

Shades of #577875

#577875
(87,120,117)
#506E6B
(80,110,107)
#496461
(73,100,97)
#425A57
(66,90,87)
#3B504D
(59,80,77)
#344643
(52,70,67)
#2D3C39
(45,60,57)
#26322F
(38,50,47)
#1F2825
(31,40,37)
#181E1B
(24,30,27)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #577875

#577875
(87,120,117)
#668481
(102,132,129)
#75908D
(117,144,141)
#849C99
(132,156,153)
#93A8A5
(147,168,165)
#A2B4B1
(162,180,177)
#B1C0BD
(177,192,189)
#C0CCC9
(192,204,201)
#CFD8D5
(207,216,213)
#DEE4E1
(222,228,225)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577875; }

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

This text font color is #577875.


Background Color

.myBgColor { background-color: #577875; }

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

This div background color is #577875.


Border color

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

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

This div border color is #577875.


Opacity

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

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

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

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

This text has shadow with #577875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577875 on black background.


Color preview on white background

This text has color #577875 on white background.



Black color preview on #577875 background

This text has black color on #577875 background.


White color preview on #577875 background

This text has white color on #577875 background.