COLOR #576E77

HEX: #576E77 RGB: (87,110,119)

Color info

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

RGB color model

#576E77 color RGB value is (87,110,119).

RGB: (87,110,119) (34%, 43%, 47%)

RGB channels and saturation

R 87 of 255 = 34%
G 110 of 255 = 43%
B 119 of 255 = 47%

87
110
119

R + G + B ~ 41%. #576E77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 87 + 110 + 119 = 316 (100%)
R 87 of 316 ~ 27.53%
G 110 of 316 ~ 34.81%
B 119 of 316 ~ 37.66'%

%27.53
%34.81
%37.66

CMYK color model

#576E77 color CMYK value is (27,8,0,53).

  • cyan value is 26.89%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (27,8,0,53)
C27M8Y0K53 (27%, 8%, 0%, 53%)
(0.27 / 0.08 / 0.00 / 0.53)

CMYK percentages

%26.89
%7.56
%0
%53.33

Codes

Color #576E77 in popluar color models

57 6E 77
RGB 87 110 119
HSL 197° 15.53% 40.39%
HSB/HSV 197° 26.89% 46.67%
CMYK 26.89% 7.56% 0.00%
53.33%

Color #576E77 in popluar number systems.

HEX 57 6E 77
Decimal 87 110 119
Binary 1010111 1101110 1110111
Octal 127 156 167

Shades and tints

Shades of #576E77

#576E77
(87,110,119)
#50646D
(80,100,109)
#495A63
(73,90,99)
#425059
(66,80,89)
#3B464F
(59,70,79)
#343C45
(52,60,69)
#2D323B
(45,50,59)
#262831
(38,40,49)
#1F1E27
(31,30,39)
#18141D
(24,20,29)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #576E77

#576E77
(87,110,119)
#667B83
(102,123,131)
#75888F
(117,136,143)
#84959B
(132,149,155)
#93A2A7
(147,162,167)
#A2AFB3
(162,175,179)
#B1BCBF
(177,188,191)
#C0C9CB
(192,201,203)
#CFD6D7
(207,214,215)
#DEE3E3
(222,227,227)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576E77 color. Also use rgb(87,110,119) instead hex code.

Text Font Color

.myTextColor { color: #576E77; }

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

This text font color is #576E77.

Background Color

.myBgColor { background-color: #576E77; }

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

This div background color is #576E77.

Border color

.myBorderColor { border: 1px solid #576E77; }

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

This div border color is #576E77.

Opacity

.myOpacity80 { color: #576E77; opacity: 0.8; }

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

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

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

This text has shadow with #576E77 color.


.textShadow {text-shadow: 3px 3px 1px #576E77', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #576E77; -webkit-box-shadow: 1px 1px 3px 2px #576E77; box-shadow:1px 1px 3px 2px #576E77;">
Div content here
</div>

This div box has shadow with color #576E77.

Preview

Color preview on black background

This text has color #576E77 on black background.


Color preview on white background

This text has color #576E77 on white background.


Black color preview on #576E77 background

This text has black color on #576E77 background.


White color preview on #576E77 background

This text has white color on #576E77 background.


Related colors

Complementary color

Complementary color for #hex is #A89188.


I love getcolorcode.com

Triadic colors

1 #77576E and #6E7757 with #576E77 are triadic colors.

2 #776E57 and #6E5777 with #576E77 are triadic colors.