COLOR #576564

HEX: #576564
RGB: (87,101,100)

Color info

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

RGB color model

#576564 color RGB value is (87,101,100).

  • red value is 87;
  • green value is 101;
  • blue value is 100.
RGB: (87,101,100) (34%,40%,39%)

RGB channels and saturation

R 87 of 255 = 34%
G 101 of 255 = 40%
B 100 of 255 = 39%

87
101
100

R + G + B ~ 38%. #576564 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 101 + 100 = 288 (100%)
R 87 of 288 ~ 30.21%
G 101 of 288 ~ 35.07%
B 100 of 288 ~ 34.72%

%30.21
%35.07
%34.72

CMYK color model

#576564 color CMYK value is (14,0,1,60).

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 0.99%
  • key color value is 60.39%
CMYK: (14,0,1,60) C14M0Y1K60 (14%,0%,1%,60%) (0.14/0.00/0.01/0.60)

CMYK percentages

%13.86
%0
%0.99
%60.39

Codes

Color #576564 in popluar color models

576564
RGB87101100
HSL176°7.45%36.86%
HSB/HSV176°13.86%39.61%
CMYK13.86%0.00%0.99%
60.39%

Color #576564 in popluar number systems.

HEX576564
Decimal87101100
Binary101011111001011100100
Octal127145144

Shades and tints

Shades of #576564

#576564
(87,101,100)
#505C5B
(80,92,91)
#495352
(73,83,82)
#424A49
(66,74,73)
#3B4140
(59,65,64)
#343837
(52,56,55)
#2D2F2E
(45,47,46)
#262625
(38,38,37)
#1F1D1C
(31,29,28)
#181413
(24,20,19)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #576564

#576564
(87,101,100)
#667372
(102,115,114)
#758180
(117,129,128)
#848F8E
(132,143,142)
#939D9C
(147,157,156)
#A2ABAA
(162,171,170)
#B1B9B8
(177,185,184)
#C0C7C6
(192,199,198)
#CFD5D4
(207,213,212)
#DEE3E2
(222,227,226)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576564 color. Also use rgb(87,101,100) instead hex code.

Text Font Color

.myTextColor { color: #576564; }

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

This text font color is #576564.


Background Color

.myBgColor { background-color: #576564; }

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

This div background color is #576564.


Border color

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

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

This div border color is #576564.


Opacity

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

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

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

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

This text has shadow with #576564 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #576564 on black background.


Color preview on white background

This text has color #576564 on white background.



Black color preview on #576564 background

This text has black color on #576564 background.


White color preview on #576564 background

This text has white color on #576564 background.