COLOR #57523E

HEX: #57523E
RGB: (87,82,62)

Color info

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

RGB color model

#57523E color RGB value is (87,82,62).

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

RGB channels and saturation

R 87 of 255 = 34%
G 82 of 255 = 32%
B 62 of 255 = 24%

87
82
62

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

Portions of RGB colors in percentages

R + G + B =
87 + 82 + 62 = 231 (100%)
R 87 of 231 ~ 37.66%
G 82 of 231 ~ 35.5%
B 62 of 231 ~ 26.84%

%37.66
%35.5
%26.84

CMYK color model

#57523E color CMYK value is (0,6,29,66).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 28.74%
  • key color value is 65.88%
CMYK:
(0,6,29,66)
C0M6Y29K66 
(0%,6%,29%,66%)
(0.00/0.06/0.29/0.66)	

CMYK percentages

%0
%5.75
%28.74
%65.88

Codes

Color #57523E in popluar color models

57523E
RGB878262
HSL48°16.78%29.22%
HSB/HSV48°28.74%34.12%
CMYK0.00%5.75%28.74%
65.88%

Color #57523E in popluar number systems.

HEX57523E
Decimal878262
Binary10101111010010111110
Octal12712276

Shades and tints

Shades of #57523E

#57523E
(87,82,62)
#504B39
(80,75,57)
#494434
(73,68,52)
#423D2F
(66,61,47)
#3B362A
(59,54,42)
#342F25
(52,47,37)
#2D2820
(45,40,32)
#26211B
(38,33,27)
#1F1A16
(31,26,22)
#181311
(24,19,17)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #57523E

#57523E
(87,82,62)
#66614F
(102,97,79)
#757060
(117,112,96)
#847F71
(132,127,113)
#938E82
(147,142,130)
#A29D93
(162,157,147)
#B1ACA4
(177,172,164)
#C0BBB5
(192,187,181)
#CFCAC6
(207,202,198)
#DED9D7
(222,217,215)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57523E; }

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

This text font color is #57523E.


Background Color

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

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

This div background color is #57523E.


Border color

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

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

This div border color is #57523E.


Opacity

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

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

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

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

This text has shadow with #57523E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57523E on black background.


Color preview on white background

This text has color #57523E on white background.



Black color preview on #57523E background

This text has black color on #57523E background.


White color preview on #57523E background

This text has white color on #57523E background.