COLOR #576F78

HEX: #576F78 RGB: (87,111,120)

Color info

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

RGB color model

#576F78 color RGB value is (87,111,120).

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

RGB channels and saturation

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

87
111
120

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

Portions of RGB colors in percentages

R + G + B = 87 + 111 + 120 = 318 (100%)
R 87 of 318 ~ 27.36%
G 111 of 318 ~ 34.91%
B 120 of 318 ~ 37.74'%

%27.36
%34.91
%37.74

CMYK color model

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

  • cyan value is 27.50%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 52.94%

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

CMYK percentages

%27.5
%7.5
%0
%52.94

Codes

Color #576F78 in popluar color models

57 6F 78
RGB 87 111 120
HSL 196° 15.94% 40.59%
HSB/HSV 196° 27.50% 47.06%
CMYK 27.50% 7.50% 0.00%
52.94%

Color #576F78 in popluar number systems.

HEX 57 6F 78
Decimal 87 111 120
Binary 1010111 1101111 1111000
Octal 127 157 170

Shades and tints

Shades of #576F78

#576F78
(87,111,120)
#50656E
(80,101,110)
#495B64
(73,91,100)
#42515A
(66,81,90)
#3B4750
(59,71,80)
#343D46
(52,61,70)
#2D333C
(45,51,60)
#262932
(38,41,50)
#1F1F28
(31,31,40)
#18151E
(24,21,30)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #576F78

#576F78
(87,111,120)
#667C84
(102,124,132)
#758990
(117,137,144)
#84969C
(132,150,156)
#93A3A8
(147,163,168)
#A2B0B4
(162,176,180)
#B1BDC0
(177,189,192)
#C0CACC
(192,202,204)
#CFD7D8
(207,215,216)
#DEE4E4
(222,228,228)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576F78; }

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

This text font color is #576F78.

Background Color

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

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

This div background color is #576F78.

Border color

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

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

This div border color is #576F78.

Opacity

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

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

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

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

This text has shadow with #576F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #576F78.

Preview

Color preview on black background

This text has color #576F78 on black background.


Color preview on white background

This text has color #576F78 on white background.


Black color preview on #576F78 background

This text has black color on #576F78 background.


White color preview on #576F78 background

This text has white color on #576F78 background.


Related colors

Complementary color

Complementary color for #hex is #A89087.


I love getcolorcode.com

Triadic colors

1 #78576F and #6F7857 with #576F78 are triadic colors.

2 #786F57 and #6F5778 with #576F78 are triadic colors.