COLOR #57523B

HEX: #57523B
RGB: (87,82,59)

Color info

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

RGB color model

#57523B color RGB value is (87,82,59).

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

RGB channels and saturation

R 87 of 255 = 34%
G 82 of 255 = 32%
B 59 of 255 = 23%

87
82
59

R + G + B ~ 30%. #57523B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 82 + 59 = 228 (100%)
R 87 of 228 ~ 38.16%
G 82 of 228 ~ 35.96%
B 59 of 228 ~ 25.88%

%38.16
%35.96
%25.88

CMYK color model

#57523B color CMYK value is (0,6,32,66).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 32.18%
  • key color value is 65.88%
CMYK:
(0,6,32,66)
C0M6Y32K66 
(0%,6%,32%,66%)
(0.00/0.06/0.32/0.66)	

CMYK percentages

%0
%5.75
%32.18
%65.88

Codes

Color #57523B in popluar color models

57523B
RGB878259
HSL49°19.18%28.63%
HSB/HSV49°32.18%34.12%
CMYK0.00%5.75%32.18%
65.88%

Color #57523B in popluar number systems.

HEX57523B
Decimal878259
Binary10101111010010111011
Octal12712273

Shades and tints

Shades of #57523B

#57523B
(87,82,59)
#504B36
(80,75,54)
#494431
(73,68,49)
#423D2C
(66,61,44)
#3B3627
(59,54,39)
#342F22
(52,47,34)
#2D281D
(45,40,29)
#262118
(38,33,24)
#1F1A13
(31,26,19)
#18130E
(24,19,14)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #57523B

#57523B
(87,82,59)
#66614C
(102,97,76)
#75705D
(117,112,93)
#847F6E
(132,127,110)
#938E7F
(147,142,127)
#A29D90
(162,157,144)
#B1ACA1
(177,172,161)
#C0BBB2
(192,187,178)
#CFCAC3
(207,202,195)
#DED9D4
(222,217,212)
#EDE8E5
(237,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57523B; }

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

This text font color is #57523B.


Background Color

.myBgColor { background-color: #57523B; }

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

This div background color is #57523B.


Border color

.myBorderColor { border: 1px solid #57523B; }

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

This div border color is #57523B.


Opacity

.myOpacity80 { color: #57523B; opacity: 0.8; }

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

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

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

This text has shadow with #57523B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57523B on black background.


Color preview on white background

This text has color #57523B on white background.



Black color preview on #57523B background

This text has black color on #57523B background.


White color preview on #57523B background

This text has white color on #57523B background.