COLOR #577D6C

HEX: #577D6C
RGB: (87,125,108)

Color info

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

RGB color model

#577D6C color RGB value is (87,125,108).

  • red value is 87;
  • green value is 125;
  • blue value is 108.
RGB:
(87,125,108)
(34%,49%,42%)

RGB channels and saturation

R 87 of 255 = 34%
G 125 of 255 = 49%
B 108 of 255 = 42%

87
125
108

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

Portions of RGB colors in percentages

R + G + B =
87 + 125 + 108 = 320 (100%)
R 87 of 320 ~ 27.19%
G 125 of 320 ~ 39.06%
B 108 of 320 ~ 33.75%

%27.19
%39.06
%33.75

CMYK color model

#577D6C color CMYK value is (30,0,14,51).

  • cyan value is 30.40%
  • magenta value is 0.00%
  • yellow value is 13.60%
  • key color value is 50.98%
CMYK:
(30,0,14,51)
C30M0Y14K51 
(30%,0%,14%,51%)
(0.30/0.00/0.14/0.51)	

CMYK percentages

%30.4
%0
%13.6
%50.98

Codes

Color #577D6C in popluar color models

577D6C
RGB87125108
HSL153°17.92%41.57%
HSB/HSV153°30.40%49.02%
CMYK30.40%0.00%13.60%
50.98%

Color #577D6C in popluar number systems.

HEX577D6C
Decimal87125108
Binary101011111111011101100
Octal127175154

Shades and tints

Shades of #577D6C

#577D6C
(87,125,108)
#507263
(80,114,99)
#49675A
(73,103,90)
#425C51
(66,92,81)
#3B5148
(59,81,72)
#34463F
(52,70,63)
#2D3B36
(45,59,54)
#26302D
(38,48,45)
#1F2524
(31,37,36)
#181A1B
(24,26,27)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #577D6C

#577D6C
(87,125,108)
#668879
(102,136,121)
#759386
(117,147,134)
#849E93
(132,158,147)
#93A9A0
(147,169,160)
#A2B4AD
(162,180,173)
#B1BFBA
(177,191,186)
#C0CAC7
(192,202,199)
#CFD5D4
(207,213,212)
#DEE0E1
(222,224,225)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577D6C color. Also use rgb(87,125,108) instead hex code.

Text Font Color

.myTextColor { color: #577D6C; }

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

This text font color is #577D6C.


Background Color

.myBgColor { background-color: #577D6C; }

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

This div background color is #577D6C.


Border color

.myBorderColor { border: 1px solid #577D6C; }

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

This div border color is #577D6C.


Opacity

.myOpacity80 { color: #577D6C; opacity: 0.8; }

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

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

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

This text has shadow with #577D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577D6C on black background.


Color preview on white background

This text has color #577D6C on white background.



Black color preview on #577D6C background

This text has black color on #577D6C background.


White color preview on #577D6C background

This text has white color on #577D6C background.