COLOR #575032

HEX: #575032
RGB: (87,80,50)

Color info

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

RGB color model

#575032 color RGB value is (87,80,50).

  • red value is 87;
  • green value is 80;
  • blue value is 50.
RGB:
(87,80,50)
(34%,31%,20%)

RGB channels and saturation

R 87 of 255 = 34%
G 80 of 255 = 31%
B 50 of 255 = 20%

87
80
50

R + G + B ~ 28%. #575032 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 80 + 50 = 217 (100%)
R 87 of 217 ~ 40.09%
G 80 of 217 ~ 36.87%
B 50 of 217 ~ 23.04%

%40.09
%36.87
%23.04

CMYK color model

#575032 color CMYK value is (0,8,43,66).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 42.53%
  • key color value is 65.88%
CMYK:
(0,8,43,66)
C0M8Y43K66 
(0%,8%,43%,66%)
(0.00/0.08/0.43/0.66)	

CMYK percentages

%0
%8.05
%42.53
%65.88

Codes

Color #575032 in popluar color models

575032
RGB878050
HSL49°27.01%26.86%
HSB/HSV49°42.53%34.12%
CMYK0.00%8.05%42.53%
65.88%

Color #575032 in popluar number systems.

HEX575032
Decimal878050
Binary10101111010000110010
Octal12712062

Shades and tints

Shades of #575032

#575032
(87,80,50)
#50492E
(80,73,46)
#49422A
(73,66,42)
#423B26
(66,59,38)
#3B3422
(59,52,34)
#342D1E
(52,45,30)
#2D261A
(45,38,26)
#261F16
(38,31,22)
#1F1812
(31,24,18)
#18110E
(24,17,14)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #575032

#575032
(87,80,50)
#665F44
(102,95,68)
#756E56
(117,110,86)
#847D68
(132,125,104)
#938C7A
(147,140,122)
#A29B8C
(162,155,140)
#B1AA9E
(177,170,158)
#C0B9B0
(192,185,176)
#CFC8C2
(207,200,194)
#DED7D4
(222,215,212)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575032 color. Also use rgb(87,80,50) instead hex code.

Text Font Color

.myTextColor { color: #575032; }

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

This text font color is #575032.


Background Color

.myBgColor { background-color: #575032; }

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

This div background color is #575032.


Border color

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

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

This div border color is #575032.


Opacity

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

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

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

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

This text has shadow with #575032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575032 on black background.


Color preview on white background

This text has color #575032 on white background.



Black color preview on #575032 background

This text has black color on #575032 background.


White color preview on #575032 background

This text has white color on #575032 background.