COLOR #575033

HEX: #575033
RGB: (87,80,51)

Color info

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

RGB color model

#575033 color RGB value is (87,80,51).

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

RGB channels and saturation

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

87
80
51

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

Portions of RGB colors in percentages

R + G + B =
87 + 80 + 51 = 218 (100%)
R 87 of 218 ~ 39.91%
G 80 of 218 ~ 36.7%
B 51 of 218 ~ 23.39%

%39.91
%36.7
%23.39

CMYK color model

#575033 color CMYK value is (0,8,41,66).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 41.38%
  • key color value is 65.88%
CMYK:
(0,8,41,66)
C0M8Y41K66 
(0%,8%,41%,66%)
(0.00/0.08/0.41/0.66)	

CMYK percentages

%0
%8.05
%41.38
%65.88

Codes

Color #575033 in popluar color models

575033
RGB878051
HSL48°26.09%27.06%
HSB/HSV48°41.38%34.12%
CMYK0.00%8.05%41.38%
65.88%

Color #575033 in popluar number systems.

HEX575033
Decimal878051
Binary10101111010000110011
Octal12712063

Shades and tints

Shades of #575033

#575033
(87,80,51)
#50492F
(80,73,47)
#49422B
(73,66,43)
#423B27
(66,59,39)
#3B3423
(59,52,35)
#342D1F
(52,45,31)
#2D261B
(45,38,27)
#261F17
(38,31,23)
#1F1813
(31,24,19)
#18110F
(24,17,15)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #575033

#575033
(87,80,51)
#665F45
(102,95,69)
#756E57
(117,110,87)
#847D69
(132,125,105)
#938C7B
(147,140,123)
#A29B8D
(162,155,141)
#B1AA9F
(177,170,159)
#C0B9B1
(192,185,177)
#CFC8C3
(207,200,195)
#DED7D5
(222,215,213)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575033; }

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

This text font color is #575033.


Background Color

.myBgColor { background-color: #575033; }

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

This div background color is #575033.


Border color

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

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

This div border color is #575033.


Opacity

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

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

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

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

This text has shadow with #575033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575033 on black background.


Color preview on white background

This text has color #575033 on white background.



Black color preview on #575033 background

This text has black color on #575033 background.


White color preview on #575033 background

This text has white color on #575033 background.