COLOR #576565

HEX: #576565 RGB: (87,101,101)

Color info

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

RGB color model

#576565 color RGB value is (87,101,101).

RGB: (87,101,101) (34%, 40%, 40%)

RGB channels and saturation

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

87
101
101

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

Portions of RGB colors in percentages

R + G + B = 87 + 101 + 101 = 289 (100%)
R 87 of 289 ~ 30.1%
G 101 of 289 ~ 34.95%
B 101 of 289 ~ 34.95'%

%30.1
%34.95
%34.95

CMYK color model

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

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (14,0,0,60)
C14M0Y0K60 (14%, 0%, 0%, 60%)
(0.14 / 0.00 / 0.00 / 0.60)

CMYK percentages

%13.86
%0
%0
%60.39

Codes

Color #576565 in popluar color models

57 65 65
RGB 87 101 101
HSL 180° 7.45% 36.86%
HSB/HSV 180° 13.86% 39.61%
CMYK 13.86% 0.00% 0.00%
60.39%

Color #576565 in popluar number systems.

HEX 57 65 65
Decimal 87 101 101
Binary 1010111 1100101 1100101
Octal 127 145 145

Shades and tints

Shades of #576565

#576565
(87,101,101)
#505C5C
(80,92,92)
#495353
(73,83,83)
#424A4A
(66,74,74)
#3B4141
(59,65,65)
#343838
(52,56,56)
#2D2F2F
(45,47,47)
#262626
(38,38,38)
#1F1D1D
(31,29,29)
#181414
(24,20,20)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #576565

#576565
(87,101,101)
#667373
(102,115,115)
#758181
(117,129,129)
#848F8F
(132,143,143)
#939D9D
(147,157,157)
#A2ABAB
(162,171,171)
#B1B9B9
(177,185,185)
#C0C7C7
(192,199,199)
#CFD5D5
(207,213,213)
#DEE3E3
(222,227,227)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576565; }

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

This text font color is #576565.

Background Color

.myBgColor { background-color: #576565; }

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

This div background color is #576565.

Border color

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

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

This div border color is #576565.

Opacity

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

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

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

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

This text has shadow with #576565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #576565.

Preview

Color preview on black background

This text has color #576565 on black background.


Color preview on white background

This text has color #576565 on white background.


Black color preview on #576565 background

This text has black color on #576565 background.


White color preview on #576565 background

This text has white color on #576565 background.


Related colors

Complementary color

Complementary color for #hex is #A89A9A.


I love getcolorcode.com