COLOR #576E74

HEX: #576E74
RGB: (87,110,116)

Color info

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

RGB color model

#576E74 color RGB value is (87,110,116).

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

RGB channels and saturation

R 87 of 255 = 34%
G 110 of 255 = 43%
B 116 of 255 = 45%

87
110
116

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

Portions of RGB colors in percentages

R + G + B =
87 + 110 + 116 = 313 (100%)
R 87 of 313 ~ 27.8%
G 110 of 313 ~ 35.14%
B 116 of 313 ~ 37.06%

%27.8
%35.14
%37.06

CMYK color model

#576E74 color CMYK value is (25,5,0,55).

  • cyan value is 25.00%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(25,5,0,55)
C25M5Y0K55 
(25%,5%,0%,55%)
(0.25/0.05/0.00/0.55)	

CMYK percentages

%25
%5.17
%0
%54.51

Codes

Color #576E74 in popluar color models

576E74
RGB87110116
HSL192°14.29%39.80%
HSB/HSV192°25.00%45.49%
CMYK25.00%5.17%0.00%
54.51%

Color #576E74 in popluar number systems.

HEX576E74
Decimal87110116
Binary101011111011101110100
Octal127156164

Shades and tints

Shades of #576E74

#576E74
(87,110,116)
#50646A
(80,100,106)
#495A60
(73,90,96)
#425056
(66,80,86)
#3B464C
(59,70,76)
#343C42
(52,60,66)
#2D3238
(45,50,56)
#26282E
(38,40,46)
#1F1E24
(31,30,36)
#18141A
(24,20,26)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #576E74

#576E74
(87,110,116)
#667B80
(102,123,128)
#75888C
(117,136,140)
#849598
(132,149,152)
#93A2A4
(147,162,164)
#A2AFB0
(162,175,176)
#B1BCBC
(177,188,188)
#C0C9C8
(192,201,200)
#CFD6D4
(207,214,212)
#DEE3E0
(222,227,224)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576E74; }

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

This text font color is #576E74.


Background Color

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

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

This div background color is #576E74.


Border color

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

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

This div border color is #576E74.


Opacity

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

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

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

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

This text has shadow with #576E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576E74 on black background.


Color preview on white background

This text has color #576E74 on white background.



Black color preview on #576E74 background

This text has black color on #576E74 background.


White color preview on #576E74 background

This text has white color on #576E74 background.