COLOR #5A473B

HEX: #5A473B
RGB: (90,71,59)

Color info

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

RGB color model

#5A473B color RGB value is (90,71,59).

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

RGB channels and saturation

R 90 of 255 = 35%
G 71 of 255 = 28%
B 59 of 255 = 23%

90
71
59

R + G + B ~ 29%. #5A473B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 71 + 59 = 220 (100%)
R 90 of 220 ~ 40.91%
G 71 of 220 ~ 32.27%
B 59 of 220 ~ 26.82%

%40.91
%32.27
%26.82

CMYK color model

#5A473B color CMYK value is (0,21,34,65).

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 34.44%
  • key color value is 64.71%
CMYK:
(0,21,34,65)
C0M21Y34K65 
(0%,21%,34%,65%)
(0.00/0.21/0.34/0.65)	

CMYK percentages

%0
%21.11
%34.44
%64.71

Codes

Color #5A473B in popluar color models

5A473B
RGB907159
HSL23°20.81%29.22%
HSB/HSV23°34.44%35.29%
CMYK0.00%21.11%34.44%
64.71%

Color #5A473B in popluar number systems.

HEX5A473B
Decimal907159
Binary10110101000111111011
Octal13210773

Shades and tints

Shades of #5A473B

#5A473B
(90,71,59)
#524136
(82,65,54)
#4A3B31
(74,59,49)
#42352C
(66,53,44)
#3A2F27
(58,47,39)
#322922
(50,41,34)
#2A231D
(42,35,29)
#221D18
(34,29,24)
#1A1713
(26,23,19)
#12110E
(18,17,14)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #5A473B

#5A473B
(90,71,59)
#69574C
(105,87,76)
#78675D
(120,103,93)
#87776E
(135,119,110)
#96877F
(150,135,127)
#A59790
(165,151,144)
#B4A7A1
(180,167,161)
#C3B7B2
(195,183,178)
#D2C7C3
(210,199,195)
#E1D7D4
(225,215,212)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A473B; }

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

This text font color is #5A473B.


Background Color

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

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

This div background color is #5A473B.


Border color

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

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

This div border color is #5A473B.


Opacity

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

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

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

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

This text has shadow with #5A473B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A473B on black background.


Color preview on white background

This text has color #5A473B on white background.



Black color preview on #5A473B background

This text has black color on #5A473B background.


White color preview on #5A473B background

This text has white color on #5A473B background.