COLOR #576563

HEX: #576563
RGB: (87,101,99)

Color info

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

RGB color model

#576563 color RGB value is (87,101,99).

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

RGB channels and saturation

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

87
101
99

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

Portions of RGB colors in percentages

R + G + B =
87 + 101 + 99 = 287 (100%)
R 87 of 287 ~ 30.31%
G 101 of 287 ~ 35.19%
B 99 of 287 ~ 34.49%

%30.31
%35.19
%34.49

CMYK color model

#576563 color CMYK value is (14,0,2,60).

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 60.39%
CMYK:
(14,0,2,60)
C14M0Y2K60 
(14%,0%,2%,60%)
(0.14/0.00/0.02/0.60)	

CMYK percentages

%13.86
%0
%1.98
%60.39

Codes

Color #576563 in popluar color models

576563
RGB8710199
HSL171°7.45%36.86%
HSB/HSV171°13.86%39.61%
CMYK13.86%0.00%1.98%
60.39%

Color #576563 in popluar number systems.

HEX576563
Decimal8710199
Binary101011111001011100011
Octal127145143

Shades and tints

Shades of #576563

#576563
(87,101,99)
#505C5A
(80,92,90)
#495351
(73,83,81)
#424A48
(66,74,72)
#3B413F
(59,65,63)
#343836
(52,56,54)
#2D2F2D
(45,47,45)
#262624
(38,38,36)
#1F1D1B
(31,29,27)
#181412
(24,20,18)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #576563

#576563
(87,101,99)
#667371
(102,115,113)
#75817F
(117,129,127)
#848F8D
(132,143,141)
#939D9B
(147,157,155)
#A2ABA9
(162,171,169)
#B1B9B7
(177,185,183)
#C0C7C5
(192,199,197)
#CFD5D3
(207,213,211)
#DEE3E1
(222,227,225)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576563; }

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

This text font color is #576563.


Background Color

.myBgColor { background-color: #576563; }

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

This div background color is #576563.


Border color

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

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

This div border color is #576563.


Opacity

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

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

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

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

This text has shadow with #576563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576563 on black background.


Color preview on white background

This text has color #576563 on white background.



Black color preview on #576563 background

This text has black color on #576563 background.


White color preview on #576563 background

This text has white color on #576563 background.