COLOR #5A4847

HEX: #5A4847
RGB: (90,72,71)

Color info

#5A4847 contains red, green and blue colors in about the same proportion. Web safe color of #5A4847 is #663333 (or #633).

RGB color model

#5A4847 color RGB value is (90,72,71).

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

RGB channels and saturation

R 90 of 255 = 35%
G 72 of 255 = 28%
B 71 of 255 = 28%

90
72
71

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

Portions of RGB colors in percentages

R + G + B =
90 + 72 + 71 = 233 (100%)
R 90 of 233 ~ 38.63%
G 72 of 233 ~ 30.9%
B 71 of 233 ~ 30.47%

%38.63
%30.9
%30.47

CMYK color model

#5A4847 color CMYK value is (0,20,21,65).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 21.11%
  • key color value is 64.71%
CMYK:
(0,20,21,65)
C0M20Y21K65 
(0%,20%,21%,65%)
(0.00/0.20/0.21/0.65)	

CMYK percentages

%0
%20
%21.11
%64.71

Codes

Color #5A4847 in popluar color models

5A4847
RGB907271
HSL11.80%31.57%
HSB/HSV21.11%35.29%
CMYK0.00%20.00%21.11%
64.71%

Color #5A4847 in popluar number systems.

HEX5A4847
Decimal907271
Binary101101010010001000111
Octal132110107

Shades and tints

Shades of #5A4847

#5A4847
(90,72,71)
#524241
(82,66,65)
#4A3C3B
(74,60,59)
#423635
(66,54,53)
#3A302F
(58,48,47)
#322A29
(50,42,41)
#2A2423
(42,36,35)
#221E1D
(34,30,29)
#1A1817
(26,24,23)
#121211
(18,18,17)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #5A4847

#5A4847
(90,72,71)
#695857
(105,88,87)
#786867
(120,104,103)
#877877
(135,120,119)
#968887
(150,136,135)
#A59897
(165,152,151)
#B4A8A7
(180,168,167)
#C3B8B7
(195,184,183)
#D2C8C7
(210,200,199)
#E1D8D7
(225,216,215)
#F0E8E7
(240,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4847; }

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

This text font color is #5A4847.


Background Color

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

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

This div background color is #5A4847.


Border color

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

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

This div border color is #5A4847.


Opacity

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

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

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

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

This text has shadow with #5A4847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4847 on black background.


Color preview on white background

This text has color #5A4847 on white background.



Black color preview on #5A4847 background

This text has black color on #5A4847 background.


White color preview on #5A4847 background

This text has white color on #5A4847 background.