COLOR #576E75

HEX: #576E75 RGB: (87,110,117)

Color info

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

RGB color model

#576E75 color RGB value is (87,110,117).

RGB: (87,110,117) (34%, 43%, 46%)

RGB channels and saturation

R 87 of 255 = 34%
G 110 of 255 = 43%
B 117 of 255 = 46%

87
110
117

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

Portions of RGB colors in percentages

R + G + B = 87 + 110 + 117 = 314 (100%)
R 87 of 314 ~ 27.71%
G 110 of 314 ~ 35.03%
B 117 of 314 ~ 37.26'%

%27.71
%35.03
%37.26

CMYK color model

#576E75 color CMYK value is (26,6,0,54).

  • cyan value is 25.64%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (26,6,0,54)
C26M6Y0K54 (26%, 6%, 0%, 54%)
(0.26 / 0.06 / 0.00 / 0.54)

CMYK percentages

%25.64
%5.98
%0
%54.12

Codes

Color #576E75 in popluar color models

57 6E 75
RGB 87 110 117
HSL 194° 14.71% 40.00%
HSB/HSV 194° 25.64% 45.88%
CMYK 25.64% 5.98% 0.00%
54.12%

Color #576E75 in popluar number systems.

HEX 57 6E 75
Decimal 87 110 117
Binary 1010111 1101110 1110101
Octal 127 156 165

Shades and tints

Shades of #576E75

#576E75
(87,110,117)
#50646B
(80,100,107)
#495A61
(73,90,97)
#425057
(66,80,87)
#3B464D
(59,70,77)
#343C43
(52,60,67)
#2D3239
(45,50,57)
#26282F
(38,40,47)
#1F1E25
(31,30,37)
#18141B
(24,20,27)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #576E75

#576E75
(87,110,117)
#667B81
(102,123,129)
#75888D
(117,136,141)
#849599
(132,149,153)
#93A2A5
(147,162,165)
#A2AFB1
(162,175,177)
#B1BCBD
(177,188,189)
#C0C9C9
(192,201,201)
#CFD6D5
(207,214,213)
#DEE3E1
(222,227,225)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576E75; }

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

This text font color is #576E75.

Background Color

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

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

This div background color is #576E75.

Border color

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

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

This div border color is #576E75.

Opacity

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

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

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

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

This text has shadow with #576E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #576E75.

Preview

Color preview on black background

This text has color #576E75 on black background.


Color preview on white background

This text has color #576E75 on white background.


Black color preview on #576E75 background

This text has black color on #576E75 background.


White color preview on #576E75 background

This text has white color on #576E75 background.


Related colors

Complementary color

Complementary color for #hex is #A8918A.


I love getcolorcode.com

Triadic colors

1 #75576E and #6E7557 with #576E75 are triadic colors.

2 #756E57 and #6E5775 with #576E75 are triadic colors.