COLOR #576C6C

HEX: #576C6C
RGB: (87,108,108)

Color info

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

RGB color model

#576C6C color RGB value is (87,108,108).

  • red value is 87;
  • green value is 108;
  • blue value is 108.
RGB:
(87,108,108)
(34%,42%,42%)

RGB channels and saturation

R 87 of 255 = 34%
G 108 of 255 = 42%
B 108 of 255 = 42%

87
108
108

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

Portions of RGB colors in percentages

R + G + B =
87 + 108 + 108 = 303 (100%)
R 87 of 303 ~ 28.71%
G 108 of 303 ~ 35.64%
B 108 of 303 ~ 35.64%

%28.71
%35.64
%35.64

CMYK color model

#576C6C color CMYK value is (19,0,0,58).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(19,0,0,58)
C19M0Y0K58 
(19%,0%,0%,58%)
(0.19/0.00/0.00/0.58)	

CMYK percentages

%19.44
%0
%0
%57.65

Codes

Color #576C6C in popluar color models

576C6C
RGB87108108
HSL180°10.77%38.24%
HSB/HSV180°19.44%42.35%
CMYK19.44%0.00%0.00%
57.65%

Color #576C6C in popluar number systems.

HEX576C6C
Decimal87108108
Binary101011111011001101100
Octal127154154

Shades and tints

Shades of #576C6C

#576C6C
(87,108,108)
#506363
(80,99,99)
#495A5A
(73,90,90)
#425151
(66,81,81)
#3B4848
(59,72,72)
#343F3F
(52,63,63)
#2D3636
(45,54,54)
#262D2D
(38,45,45)
#1F2424
(31,36,36)
#181B1B
(24,27,27)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #576C6C

#576C6C
(87,108,108)
#667979
(102,121,121)
#758686
(117,134,134)
#849393
(132,147,147)
#93A0A0
(147,160,160)
#A2ADAD
(162,173,173)
#B1BABA
(177,186,186)
#C0C7C7
(192,199,199)
#CFD4D4
(207,212,212)
#DEE1E1
(222,225,225)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576C6C; }

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

This text font color is #576C6C.


Background Color

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

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

This div background color is #576C6C.


Border color

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

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

This div border color is #576C6C.


Opacity

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

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

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

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

This text has shadow with #576C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576C6C on black background.


Color preview on white background

This text has color #576C6C on white background.



Black color preview on #576C6C background

This text has black color on #576C6C background.


White color preview on #576C6C background

This text has white color on #576C6C background.