COLOR #576F54

HEX: #576F54
RGB: (87,111,84)

Color info

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

RGB color model

#576F54 color RGB value is (87,111,84).

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

RGB channels and saturation

R 87 of 255 = 34%
G 111 of 255 = 44%
B 84 of 255 = 33%

87
111
84

R + G + B ~ 37%. #576F54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 111 + 84 = 282 (100%)
R 87 of 282 ~ 30.85%
G 111 of 282 ~ 39.36%
B 84 of 282 ~ 29.79%

%30.85
%39.36
%29.79

CMYK color model

#576F54 color CMYK value is (22,0,24,56).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 56.47%
CMYK:
(22,0,24,56)
C22M0Y24K56 
(22%,0%,24%,56%)
(0.22/0.00/0.24/0.56)	

CMYK percentages

%21.62
%0
%24.32
%56.47

Codes

Color #576F54 in popluar color models

576F54
RGB8711184
HSL113°13.85%38.24%
HSB/HSV113°24.32%43.53%
CMYK21.62%0.00%24.32%
56.47%

Color #576F54 in popluar number systems.

HEX576F54
Decimal8711184
Binary101011111011111010100
Octal127157124

Shades and tints

Shades of #576F54

#576F54
(87,111,84)
#50654D
(80,101,77)
#495B46
(73,91,70)
#42513F
(66,81,63)
#3B4738
(59,71,56)
#343D31
(52,61,49)
#2D332A
(45,51,42)
#262923
(38,41,35)
#1F1F1C
(31,31,28)
#181515
(24,21,21)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #576F54

#576F54
(87,111,84)
#667C63
(102,124,99)
#758972
(117,137,114)
#849681
(132,150,129)
#93A390
(147,163,144)
#A2B09F
(162,176,159)
#B1BDAE
(177,189,174)
#C0CABD
(192,202,189)
#CFD7CC
(207,215,204)
#DEE4DB
(222,228,219)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576F54; }

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

This text font color is #576F54.


Background Color

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

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

This div background color is #576F54.


Border color

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

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

This div border color is #576F54.


Opacity

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

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

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

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

This text has shadow with #576F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576F54 on black background.


Color preview on white background

This text has color #576F54 on white background.



Black color preview on #576F54 background

This text has black color on #576F54 background.


White color preview on #576F54 background

This text has white color on #576F54 background.