COLOR #575249

HEX: #575249
RGB: (87,82,73)

Color info

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

RGB color model

#575249 color RGB value is (87,82,73).

  • red value is 87;
  • green value is 82;
  • blue value is 73.
RGB:
(87,82,73)
(34%,32%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 82 of 255 = 32%
B 73 of 255 = 29%

87
82
73

R + G + B ~ 32%. #575249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 82 + 73 = 242 (100%)
R 87 of 242 ~ 35.95%
G 82 of 242 ~ 33.88%
B 73 of 242 ~ 30.17%

%35.95
%33.88
%30.17

CMYK color model

#575249 color CMYK value is (0,6,16,66).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 16.09%
  • key color value is 65.88%
CMYK:
(0,6,16,66)
C0M6Y16K66 
(0%,6%,16%,66%)
(0.00/0.06/0.16/0.66)	

CMYK percentages

%0
%5.75
%16.09
%65.88

Codes

Color #575249 in popluar color models

575249
RGB878273
HSL39°8.75%31.37%
HSB/HSV39°16.09%34.12%
CMYK0.00%5.75%16.09%
65.88%

Color #575249 in popluar number systems.

HEX575249
Decimal878273
Binary101011110100101001001
Octal127122111

Shades and tints

Shades of #575249

#575249
(87,82,73)
#504B43
(80,75,67)
#49443D
(73,68,61)
#423D37
(66,61,55)
#3B3631
(59,54,49)
#342F2B
(52,47,43)
#2D2825
(45,40,37)
#26211F
(38,33,31)
#1F1A19
(31,26,25)
#181313
(24,19,19)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #575249

#575249
(87,82,73)
#666159
(102,97,89)
#757069
(117,112,105)
#847F79
(132,127,121)
#938E89
(147,142,137)
#A29D99
(162,157,153)
#B1ACA9
(177,172,169)
#C0BBB9
(192,187,185)
#CFCAC9
(207,202,201)
#DED9D9
(222,217,217)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575249 color. Also use rgb(87,82,73) instead hex code.

Text Font Color

.myTextColor { color: #575249; }

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

This text font color is #575249.


Background Color

.myBgColor { background-color: #575249; }

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

This div background color is #575249.


Border color

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

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

This div border color is #575249.


Opacity

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

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

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

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

This text has shadow with #575249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575249 on black background.


Color preview on white background

This text has color #575249 on white background.



Black color preview on #575249 background

This text has black color on #575249 background.


White color preview on #575249 background

This text has white color on #575249 background.