COLOR #5A483A

HEX: #5A483A
RGB: (90,72,58)

Color info

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

RGB color model

#5A483A color RGB value is (90,72,58).

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

RGB channels and saturation

R 90 of 255 = 35%
G 72 of 255 = 28%
B 58 of 255 = 23%

90
72
58

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

Portions of RGB colors in percentages

R + G + B =
90 + 72 + 58 = 220 (100%)
R 90 of 220 ~ 40.91%
G 72 of 220 ~ 32.73%
B 58 of 220 ~ 26.36%

%40.91
%32.73
%26.36

CMYK color model

#5A483A color CMYK value is (0,20,36,65).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 35.56%
  • key color value is 64.71%
CMYK:
(0,20,36,65)
C0M20Y36K65 
(0%,20%,36%,65%)
(0.00/0.20/0.36/0.65)	

CMYK percentages

%0
%20
%35.56
%64.71

Codes

Color #5A483A in popluar color models

5A483A
RGB907258
HSL26°21.62%29.02%
HSB/HSV26°35.56%35.29%
CMYK0.00%20.00%35.56%
64.71%

Color #5A483A in popluar number systems.

HEX5A483A
Decimal907258
Binary10110101001000111010
Octal13211072

Shades and tints

Shades of #5A483A

#5A483A
(90,72,58)
#524235
(82,66,53)
#4A3C30
(74,60,48)
#42362B
(66,54,43)
#3A3026
(58,48,38)
#322A21
(50,42,33)
#2A241C
(42,36,28)
#221E17
(34,30,23)
#1A1812
(26,24,18)
#12120D
(18,18,13)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #5A483A

#5A483A
(90,72,58)
#69584B
(105,88,75)
#78685C
(120,104,92)
#87786D
(135,120,109)
#96887E
(150,136,126)
#A5988F
(165,152,143)
#B4A8A0
(180,168,160)
#C3B8B1
(195,184,177)
#D2C8C2
(210,200,194)
#E1D8D3
(225,216,211)
#F0E8E4
(240,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A483A; }

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

This text font color is #5A483A.


Background Color

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

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

This div background color is #5A483A.


Border color

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

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

This div border color is #5A483A.


Opacity

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

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

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

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

This text has shadow with #5A483A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A483A on black background.


Color preview on white background

This text has color #5A483A on white background.



Black color preview on #5A483A background

This text has black color on #5A483A background.


White color preview on #5A483A background

This text has white color on #5A483A background.