COLOR #575423

HEX: #575423
RGB: (87,84,35)

Color info

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

RGB color model

#575423 color RGB value is (87,84,35).

  • red value is 87;
  • green value is 84;
  • blue value is 35.
RGB:
(87,84,35)
(34%,33%,14%)

RGB channels and saturation

R 87 of 255 = 34%
G 84 of 255 = 33%
B 35 of 255 = 14%

87
84
35

R + G + B ~ 27%. #575423 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 84 + 35 = 206 (100%)
R 87 of 206 ~ 42.23%
G 84 of 206 ~ 40.78%
B 35 of 206 ~ 16.99%

%42.23
%40.78
%16.99

CMYK color model

#575423 color CMYK value is (0,3,60,66).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 59.77%
  • key color value is 65.88%
CMYK:
(0,3,60,66)
C0M3Y60K66 
(0%,3%,60%,66%)
(0.00/0.03/0.60/0.66)	

CMYK percentages

%0
%3.45
%59.77
%65.88

Codes

Color #575423 in popluar color models

575423
RGB878435
HSL57°42.62%23.92%
HSB/HSV57°59.77%34.12%
CMYK0.00%3.45%59.77%
65.88%

Color #575423 in popluar number systems.

HEX575423
Decimal878435
Binary10101111010100100011
Octal12712443

Shades and tints

Shades of #575423

#575423
(87,84,35)
#504D20
(80,77,32)
#49461D
(73,70,29)
#423F1A
(66,63,26)
#3B3817
(59,56,23)
#343114
(52,49,20)
#2D2A11
(45,42,17)
#26230E
(38,35,14)
#1F1C0B
(31,28,11)
#181508
(24,21,8)
#110E05
(17,14,5)
#000000
(0,0,0)

Tints of #575423

#575423
(87,84,35)
#666337
(102,99,55)
#75724B
(117,114,75)
#84815F
(132,129,95)
#939073
(147,144,115)
#A29F87
(162,159,135)
#B1AE9B
(177,174,155)
#C0BDAF
(192,189,175)
#CFCCC3
(207,204,195)
#DEDBD7
(222,219,215)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575423 color. Also use rgb(87,84,35) instead hex code.

Text Font Color

.myTextColor { color: #575423; }

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

This text font color is #575423.


Background Color

.myBgColor { background-color: #575423; }

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

This div background color is #575423.


Border color

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

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

This div border color is #575423.


Opacity

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

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

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

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

This text has shadow with #575423 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575423 on black background.


Color preview on white background

This text has color #575423 on white background.



Black color preview on #575423 background

This text has black color on #575423 background.


White color preview on #575423 background

This text has white color on #575423 background.