COLOR #5A5247

HEX: #5A5247
RGB: (90,82,71)

Color info

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

RGB color model

#5A5247 color RGB value is (90,82,71).

  • red value is 90;
  • green value is 82;
  • blue value is 71.
RGB:
(90,82,71)
(35%,32%,28%)

RGB channels and saturation

R 90 of 255 = 35%
G 82 of 255 = 32%
B 71 of 255 = 28%

90
82
71

R + G + B ~ 32%. #5A5247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 82 + 71 = 243 (100%)
R 90 of 243 ~ 37.04%
G 82 of 243 ~ 33.74%
B 71 of 243 ~ 29.22%

%37.04
%33.74
%29.22

CMYK color model

#5A5247 color CMYK value is (0,9,21,65).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 21.11%
  • key color value is 64.71%
CMYK:
(0,9,21,65)
C0M9Y21K65 
(0%,9%,21%,65%)
(0.00/0.09/0.21/0.65)	

CMYK percentages

%0
%8.89
%21.11
%64.71

Codes

Color #5A5247 in popluar color models

5A5247
RGB908271
HSL35°11.80%31.57%
HSB/HSV35°21.11%35.29%
CMYK0.00%8.89%21.11%
64.71%

Color #5A5247 in popluar number systems.

HEX5A5247
Decimal908271
Binary101101010100101000111
Octal132122107

Shades and tints

Shades of #5A5247

#5A5247
(90,82,71)
#524B41
(82,75,65)
#4A443B
(74,68,59)
#423D35
(66,61,53)
#3A362F
(58,54,47)
#322F29
(50,47,41)
#2A2823
(42,40,35)
#22211D
(34,33,29)
#1A1A17
(26,26,23)
#121311
(18,19,17)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #5A5247

#5A5247
(90,82,71)
#696157
(105,97,87)
#787067
(120,112,103)
#877F77
(135,127,119)
#968E87
(150,142,135)
#A59D97
(165,157,151)
#B4ACA7
(180,172,167)
#C3BBB7
(195,187,183)
#D2CAC7
(210,202,199)
#E1D9D7
(225,217,215)
#F0E8E7
(240,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5247 color. Also use rgb(90,82,71) instead hex code.

Text Font Color

.myTextColor { color: #5A5247; }

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

This text font color is #5A5247.


Background Color

.myBgColor { background-color: #5A5247; }

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

This div background color is #5A5247.


Border color

.myBorderColor { border: 1px solid #5A5247; }

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

This div border color is #5A5247.


Opacity

.myOpacity80 { color: #5A5247; opacity: 0.8; }

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

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

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

This text has shadow with #5A5247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5247 on black background.


Color preview on white background

This text has color #5A5247 on white background.



Black color preview on #5A5247 background

This text has black color on #5A5247 background.


White color preview on #5A5247 background

This text has white color on #5A5247 background.