COLOR #576F60

HEX: #576F60
RGB: (87,111,96)

Color info

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

RGB color model

#576F60 color RGB value is (87,111,96).

  • red value is 87;
  • green value is 111;
  • blue value is 96.
RGB:
(87,111,96)
(34%,44%,38%)

RGB channels and saturation

R 87 of 255 = 34%
G 111 of 255 = 44%
B 96 of 255 = 38%

87
111
96

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

Portions of RGB colors in percentages

R + G + B =
87 + 111 + 96 = 294 (100%)
R 87 of 294 ~ 29.59%
G 111 of 294 ~ 37.76%
B 96 of 294 ~ 32.65%

%29.59
%37.76
%32.65

CMYK color model

#576F60 color CMYK value is (22,0,14,56).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 56.47%
CMYK:
(22,0,14,56)
C22M0Y14K56 
(22%,0%,14%,56%)
(0.22/0.00/0.14/0.56)	

CMYK percentages

%21.62
%0
%13.51
%56.47

Codes

Color #576F60 in popluar color models

576F60
RGB8711196
HSL143°12.12%38.82%
HSB/HSV143°21.62%43.53%
CMYK21.62%0.00%13.51%
56.47%

Color #576F60 in popluar number systems.

HEX576F60
Decimal8711196
Binary101011111011111100000
Octal127157140

Shades and tints

Shades of #576F60

#576F60
(87,111,96)
#506558
(80,101,88)
#495B50
(73,91,80)
#425148
(66,81,72)
#3B4740
(59,71,64)
#343D38
(52,61,56)
#2D3330
(45,51,48)
#262928
(38,41,40)
#1F1F20
(31,31,32)
#181518
(24,21,24)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #576F60

#576F60
(87,111,96)
#667C6E
(102,124,110)
#75897C
(117,137,124)
#84968A
(132,150,138)
#93A398
(147,163,152)
#A2B0A6
(162,176,166)
#B1BDB4
(177,189,180)
#C0CAC2
(192,202,194)
#CFD7D0
(207,215,208)
#DEE4DE
(222,228,222)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576F60; }

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

This text font color is #576F60.


Background Color

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

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

This div background color is #576F60.


Border color

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

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

This div border color is #576F60.


Opacity

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

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

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

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

This text has shadow with #576F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576F60 on black background.


Color preview on white background

This text has color #576F60 on white background.



Black color preview on #576F60 background

This text has black color on #576F60 background.


White color preview on #576F60 background

This text has white color on #576F60 background.