COLOR #576E7D

HEX: #576E7D
RGB: (87,110,125)

Color info

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

RGB color model

#576E7D color RGB value is (87,110,125).

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

RGB channels and saturation

R 87 of 255 = 34%
G 110 of 255 = 43%
B 125 of 255 = 49%

87
110
125

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

Portions of RGB colors in percentages

R + G + B =
87 + 110 + 125 = 322 (100%)
R 87 of 322 ~ 27.02%
G 110 of 322 ~ 34.16%
B 125 of 322 ~ 38.82%

%27.02
%34.16
%38.82

CMYK color model

#576E7D color CMYK value is (30,12,0,51).

  • cyan value is 30.40%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(30,12,0,51)
C30M12Y0K51 
(30%,12%,0%,51%)
(0.30/0.12/0.00/0.51)	

CMYK percentages

%30.4
%12
%0
%50.98

Codes

Color #576E7D in popluar color models

576E7D
RGB87110125
HSL204°17.92%41.57%
HSB/HSV204°30.40%49.02%
CMYK30.40%12.00%0.00%
50.98%

Color #576E7D in popluar number systems.

HEX576E7D
Decimal87110125
Binary101011111011101111101
Octal127156175

Shades and tints

Shades of #576E7D

#576E7D
(87,110,125)
#506472
(80,100,114)
#495A67
(73,90,103)
#42505C
(66,80,92)
#3B4651
(59,70,81)
#343C46
(52,60,70)
#2D323B
(45,50,59)
#262830
(38,40,48)
#1F1E25
(31,30,37)
#18141A
(24,20,26)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #576E7D

#576E7D
(87,110,125)
#667B88
(102,123,136)
#758893
(117,136,147)
#84959E
(132,149,158)
#93A2A9
(147,162,169)
#A2AFB4
(162,175,180)
#B1BCBF
(177,188,191)
#C0C9CA
(192,201,202)
#CFD6D5
(207,214,213)
#DEE3E0
(222,227,224)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576E7D; }

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

This text font color is #576E7D.


Background Color

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

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

This div background color is #576E7D.


Border color

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

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

This div border color is #576E7D.


Opacity

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

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

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

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

This text has shadow with #576E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576E7D on black background.


Color preview on white background

This text has color #576E7D on white background.



Black color preview on #576E7D background

This text has black color on #576E7D background.


White color preview on #576E7D background

This text has white color on #576E7D background.