COLOR #576548

HEX: #576548
RGB: (87,101,72)

Color info

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

RGB color model

#576548 color RGB value is (87,101,72).

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

RGB channels and saturation

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

87
101
72

R + G + B ~ 34%. #576548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 101 + 72 = 260 (100%)
R 87 of 260 ~ 33.46%
G 101 of 260 ~ 38.85%
B 72 of 260 ~ 27.69%

%33.46
%38.85
%27.69

CMYK color model

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

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 28.71%
  • key color value is 60.39%
CMYK:
(14,0,29,60)
C14M0Y29K60 
(14%,0%,29%,60%)
(0.14/0.00/0.29/0.60)	

CMYK percentages

%13.86
%0
%28.71
%60.39

Codes

Color #576548 in popluar color models

576548
RGB8710172
HSL89°16.76%33.92%
HSB/HSV89°28.71%39.61%
CMYK13.86%0.00%28.71%
60.39%

Color #576548 in popluar number systems.

HEX576548
Decimal8710172
Binary101011111001011001000
Octal127145110

Shades and tints

Shades of #576548

#576548
(87,101,72)
#505C42
(80,92,66)
#49533C
(73,83,60)
#424A36
(66,74,54)
#3B4130
(59,65,48)
#34382A
(52,56,42)
#2D2F24
(45,47,36)
#26261E
(38,38,30)
#1F1D18
(31,29,24)
#181412
(24,20,18)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #576548

#576548
(87,101,72)
#667358
(102,115,88)
#758168
(117,129,104)
#848F78
(132,143,120)
#939D88
(147,157,136)
#A2AB98
(162,171,152)
#B1B9A8
(177,185,168)
#C0C7B8
(192,199,184)
#CFD5C8
(207,213,200)
#DEE3D8
(222,227,216)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576548; }

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

This text font color is #576548.


Background Color

.myBgColor { background-color: #576548; }

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

This div background color is #576548.


Border color

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

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

This div border color is #576548.


Opacity

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

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

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

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

This text has shadow with #576548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576548 on black background.


Color preview on white background

This text has color #576548 on white background.



Black color preview on #576548 background

This text has black color on #576548 background.


White color preview on #576548 background

This text has white color on #576548 background.