COLOR #576A48

HEX: #576A48
RGB: (87,106,72)

Color info

#576A48 contains red, green and blue colors in about the same proportion. Web safe color of #576A48 is #666633 (or #663).

RGB color model

#576A48 color RGB value is (87,106,72).

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

RGB channels and saturation

R 87 of 255 = 34%
G 106 of 255 = 42%
B 72 of 255 = 28%

87
106
72

R + G + B ~ 35%. #576A48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 106 + 72 = 265 (100%)
R 87 of 265 ~ 32.83%
G 106 of 265 ~ 40%
B 72 of 265 ~ 27.17%

%32.83
%40
%27.17

CMYK color model

#576A48 color CMYK value is (18,0,32,58).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 32.08%
  • key color value is 58.43%
CMYK:
(18,0,32,58)
C18M0Y32K58 
(18%,0%,32%,58%)
(0.18/0.00/0.32/0.58)	

CMYK percentages

%17.92
%0
%32.08
%58.43

Codes

Color #576A48 in popluar color models

576A48
RGB8710672
HSL94°19.10%34.90%
HSB/HSV94°32.08%41.57%
CMYK17.92%0.00%32.08%
58.43%

Color #576A48 in popluar number systems.

HEX576A48
Decimal8710672
Binary101011111010101001000
Octal127152110

Shades and tints

Shades of #576A48

#576A48
(87,106,72)
#506142
(80,97,66)
#49583C
(73,88,60)
#424F36
(66,79,54)
#3B4630
(59,70,48)
#343D2A
(52,61,42)
#2D3424
(45,52,36)
#262B1E
(38,43,30)
#1F2218
(31,34,24)
#181912
(24,25,18)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #576A48

#576A48
(87,106,72)
#667758
(102,119,88)
#758468
(117,132,104)
#849178
(132,145,120)
#939E88
(147,158,136)
#A2AB98
(162,171,152)
#B1B8A8
(177,184,168)
#C0C5B8
(192,197,184)
#CFD2C8
(207,210,200)
#DEDFD8
(222,223,216)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576A48; }

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

This text font color is #576A48.


Background Color

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

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

This div background color is #576A48.


Border color

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

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

This div border color is #576A48.


Opacity

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

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

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

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

This text has shadow with #576A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576A48 on black background.


Color preview on white background

This text has color #576A48 on white background.



Black color preview on #576A48 background

This text has black color on #576A48 background.


White color preview on #576A48 background

This text has white color on #576A48 background.