COLOR #576F79

HEX: #576F79 RGB: (87,111,121)

Color info

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

RGB color model

#576F79 color RGB value is (87,111,121).

RGB: (87,111,121) (34%, 44%, 47%)

RGB channels and saturation

R 87 of 255 = 34%
G 111 of 255 = 44%
B 121 of 255 = 47%

87
111
121

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

Portions of RGB colors in percentages

R + G + B = 87 + 111 + 121 = 319 (100%)
R 87 of 319 ~ 27.27%
G 111 of 319 ~ 34.8%
B 121 of 319 ~ 37.93'%

%27.27
%34.8
%37.93

CMYK color model

#576F79 color CMYK value is (28,8,0,53).

  • cyan value is 28.10%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (28,8,0,53)
C28M8Y0K53 (28%, 8%, 0%, 53%)
(0.28 / 0.08 / 0.00 / 0.53)

CMYK percentages

%28.1
%8.26
%0
%52.55

Codes

Color #576F79 in popluar color models

57 6F 79
RGB 87 111 121
HSL 198° 16.35% 40.78%
HSB/HSV 198° 28.10% 47.45%
CMYK 28.10% 8.26% 0.00%
52.55%

Color #576F79 in popluar number systems.

HEX 57 6F 79
Decimal 87 111 121
Binary 1010111 1101111 1111001
Octal 127 157 171

Shades and tints

Shades of #576F79

#576F79
(87,111,121)
#50656E
(80,101,110)
#495B63
(73,91,99)
#425158
(66,81,88)
#3B474D
(59,71,77)
#343D42
(52,61,66)
#2D3337
(45,51,55)
#26292C
(38,41,44)
#1F1F21
(31,31,33)
#181516
(24,21,22)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #576F79

#576F79
(87,111,121)
#667C85
(102,124,133)
#758991
(117,137,145)
#84969D
(132,150,157)
#93A3A9
(147,163,169)
#A2B0B5
(162,176,181)
#B1BDC1
(177,189,193)
#C0CACD
(192,202,205)
#CFD7D9
(207,215,217)
#DEE4E5
(222,228,229)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576F79 color. Also use rgb(87,111,121) instead hex code.

Text Font Color

.myTextColor { color: #576F79; }

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

This text font color is #576F79.

Background Color

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

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

This div background color is #576F79.

Border color

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

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

This div border color is #576F79.

Opacity

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

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

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

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

This text has shadow with #576F79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #576F79.

Preview

Color preview on black background

This text has color #576F79 on black background.


Color preview on white background

This text has color #576F79 on white background.


Black color preview on #576F79 background

This text has black color on #576F79 background.


White color preview on #576F79 background

This text has white color on #576F79 background.


Related colors

Complementary color

Complementary color for #hex is #A89086.


I love getcolorcode.com

Triadic colors

1 #79576F and #6F7957 with #576F79 are triadic colors.

2 #796F57 and #6F5779 with #576F79 are triadic colors.