COLOR #5A493B

HEX: #5A493B RGB: (90,73,59)

Color info

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

RGB color model

#5A493B color RGB value is (90,73,59).

RGB: (90,73,59) (35%, 29%, 23%)

RGB channels and saturation

R 90 of 255 = 35%
G 73 of 255 = 29%
B 59 of 255 = 23%

90
73
59

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

Portions of RGB colors in percentages

R + G + B = 90 + 73 + 59 = 222 (100%)
R 90 of 222 ~ 40.54%
G 73 of 222 ~ 32.88%
B 59 of 222 ~ 26.58'%

%40.54
%32.88
%26.58

CMYK color model

#5A493B color CMYK value is (0,19,34,65).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 34.44%
  • key color value is 64.71%
CMYK: (0,19,34,65) C0M19Y34K65 (0%,19%,34%,65%) (0.00/0.19/0.34/0.65) 

CMYK percentages

%0
%18.89
%34.44
%64.71

Codes

Color #5A493B in popluar color models

5A 49 3B
RGB 90 73 59
HSL 27° 20.81% 29.22%
HSB/HSV 27° 34.44% 35.29%
CMYK 0.00% 18.89% 34.44%
64.71%

Color #5A493B in popluar number systems.

HEX 5A 49 3B
Decimal 90 73 59
Binary 1011010 1001001 111011
Octal 132 111 73

Shades and tints

Shades of #5A493B

#5A493B
(90,73,59)
#524336
(82,67,54)
#4A3D31
(74,61,49)
#42372C
(66,55,44)
#3A3127
(58,49,39)
#322B22
(50,43,34)
#2A251D
(42,37,29)
#221F18
(34,31,24)
#1A1913
(26,25,19)
#12130E
(18,19,14)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #5A493B

#5A493B
(90,73,59)
#69594C
(105,89,76)
#78695D
(120,105,93)
#87796E
(135,121,110)
#96897F
(150,137,127)
#A59990
(165,153,144)
#B4A9A1
(180,169,161)
#C3B9B2
(195,185,178)
#D2C9C3
(210,201,195)
#E1D9D4
(225,217,212)
#F0E9E5
(240,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A493B; }

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

This text font color is #5A493B.

Background Color

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

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

This div background color is #5A493B.

Border color

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

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

This div border color is #5A493B.

Opacity

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

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

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

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

This text has shadow with #5A493B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A493B.

Preview

Color preview on black background

This text has color #5A493B on black background.


Color preview on white background

This text has color #5A493B on white background.


Black color preview on #5A493B background

This text has black color on #5A493B background.


White color preview on #5A493B background

This text has white color on #5A493B background.


Related colors

Complementary color

Complementary color for #hex is #A5B6C4.


I love getcolorcode.com

Triadic colors

1 #3B5A49 and #493B5A with #5A493B are triadic colors.

2 #3B495A and #495A3B with #5A493B are triadic colors.