COLOR #5A493F

HEX: #5A493F
RGB: (90,73,63)

Color info

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

RGB color model

#5A493F color RGB value is (90,73,63).

  • red value is 90;
  • green value is 73;
  • blue value is 63.
RGB:
(90,73,63)
(35%,29%,25%)

RGB channels and saturation

R 90 of 255 = 35%
G 73 of 255 = 29%
B 63 of 255 = 25%

90
73
63

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

Portions of RGB colors in percentages

R + G + B =
90 + 73 + 63 = 226 (100%)
R 90 of 226 ~ 39.82%
G 73 of 226 ~ 32.3%
B 63 of 226 ~ 27.88%

%39.82
%32.3
%27.88

CMYK color model

#5A493F color CMYK value is (0,19,30,65).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 30.00%
  • key color value is 64.71%
CMYK:
(0,19,30,65)
C0M19Y30K65 
(0%,19%,30%,65%)
(0.00/0.19/0.30/0.65)	

CMYK percentages

%0
%18.89
%30
%64.71

Codes

Color #5A493F in popluar color models

5A493F
RGB907363
HSL22°17.65%30.00%
HSB/HSV22°30.00%35.29%
CMYK0.00%18.89%30.00%
64.71%

Color #5A493F in popluar number systems.

HEX5A493F
Decimal907363
Binary10110101001001111111
Octal13211177

Shades and tints

Shades of #5A493F

#5A493F
(90,73,63)
#52433A
(82,67,58)
#4A3D35
(74,61,53)
#423730
(66,55,48)
#3A312B
(58,49,43)
#322B26
(50,43,38)
#2A2521
(42,37,33)
#221F1C
(34,31,28)
#1A1917
(26,25,23)
#121312
(18,19,18)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #5A493F

#5A493F
(90,73,63)
#695950
(105,89,80)
#786961
(120,105,97)
#877972
(135,121,114)
#968983
(150,137,131)
#A59994
(165,153,148)
#B4A9A5
(180,169,165)
#C3B9B6
(195,185,182)
#D2C9C7
(210,201,199)
#E1D9D8
(225,217,216)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A493F; }

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

This text font color is #5A493F.


Background Color

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

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

This div background color is #5A493F.


Border color

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

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

This div border color is #5A493F.


Opacity

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

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

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

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

This text has shadow with #5A493F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A493F on black background.


Color preview on white background

This text has color #5A493F on white background.



Black color preview on #5A493F background

This text has black color on #5A493F background.


White color preview on #5A493F background

This text has white color on #5A493F background.