COLOR #576372

HEX: #576372
RGB: (87,99,114)

Color info

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

RGB color model

#576372 color RGB value is (87,99,114).

  • red value is 87;
  • green value is 99;
  • blue value is 114.
RGB:
(87,99,114)
(34%,39%,45%)

RGB channels and saturation

R 87 of 255 = 34%
G 99 of 255 = 39%
B 114 of 255 = 45%

87
99
114

R + G + B ~ 39%. #576372 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 99 + 114 = 300 (100%)
R 87 of 300 ~ 29%
G 99 of 300 ~ 33%
B 114 of 300 ~ 38%

%29
%33
%38

CMYK color model

#576372 color CMYK value is (24,13,0,55).

  • cyan value is 23.68%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(24,13,0,55)
C24M13Y0K55 
(24%,13%,0%,55%)
(0.24/0.13/0.00/0.55)	

CMYK percentages

%23.68
%13.16
%0
%55.29

Codes

Color #576372 in popluar color models

576372
RGB8799114
HSL213°13.43%39.41%
HSB/HSV213°23.68%44.71%
CMYK23.68%13.16%0.00%
55.29%

Color #576372 in popluar number systems.

HEX576372
Decimal8799114
Binary101011111000111110010
Octal127143162

Shades and tints

Shades of #576372

#576372
(87,99,114)
#505A68
(80,90,104)
#49515E
(73,81,94)
#424854
(66,72,84)
#3B3F4A
(59,63,74)
#343640
(52,54,64)
#2D2D36
(45,45,54)
#26242C
(38,36,44)
#1F1B22
(31,27,34)
#181218
(24,18,24)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #576372

#576372
(87,99,114)
#66717E
(102,113,126)
#757F8A
(117,127,138)
#848D96
(132,141,150)
#939BA2
(147,155,162)
#A2A9AE
(162,169,174)
#B1B7BA
(177,183,186)
#C0C5C6
(192,197,198)
#CFD3D2
(207,211,210)
#DEE1DE
(222,225,222)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576372 color. Also use rgb(87,99,114) instead hex code.

Text Font Color

.myTextColor { color: #576372; }

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

This text font color is #576372.


Background Color

.myBgColor { background-color: #576372; }

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

This div background color is #576372.


Border color

.myBorderColor { border: 1px solid #576372; }

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

This div border color is #576372.


Opacity

.myOpacity80 { color: #576372; opacity: 0.8; }

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

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

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

This text has shadow with #576372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576372 on black background.


Color preview on white background

This text has color #576372 on white background.



Black color preview on #576372 background

This text has black color on #576372 background.


White color preview on #576372 background

This text has white color on #576372 background.