COLOR #5A483F

HEX: #5A483F
RGB: (90,72,63)

Color info

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

RGB color model

#5A483F color RGB value is (90,72,63).

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

RGB channels and saturation

R 90 of 255 = 35%
G 72 of 255 = 28%
B 63 of 255 = 25%

90
72
63

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

Portions of RGB colors in percentages

R + G + B =
90 + 72 + 63 = 225 (100%)
R 90 of 225 ~ 40%
G 72 of 225 ~ 32%
B 63 of 225 ~ 28%

%40
%32
%28

CMYK color model

#5A483F color CMYK value is (0,20,30,65).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 30.00%
  • key color value is 64.71%
CMYK:
(0,20,30,65)
C0M20Y30K65 
(0%,20%,30%,65%)
(0.00/0.20/0.30/0.65)	

CMYK percentages

%0
%20
%30
%64.71

Codes

Color #5A483F in popluar color models

5A483F
RGB907263
HSL20°17.65%30.00%
HSB/HSV20°30.00%35.29%
CMYK0.00%20.00%30.00%
64.71%

Color #5A483F in popluar number systems.

HEX5A483F
Decimal907263
Binary10110101001000111111
Octal13211077

Shades and tints

Shades of #5A483F

#5A483F
(90,72,63)
#52423A
(82,66,58)
#4A3C35
(74,60,53)
#423630
(66,54,48)
#3A302B
(58,48,43)
#322A26
(50,42,38)
#2A2421
(42,36,33)
#221E1C
(34,30,28)
#1A1817
(26,24,23)
#121212
(18,18,18)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #5A483F

#5A483F
(90,72,63)
#695850
(105,88,80)
#786861
(120,104,97)
#877872
(135,120,114)
#968883
(150,136,131)
#A59894
(165,152,148)
#B4A8A5
(180,168,165)
#C3B8B6
(195,184,182)
#D2C8C7
(210,200,199)
#E1D8D8
(225,216,216)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A483F; }

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

This text font color is #5A483F.


Background Color

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

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

This div background color is #5A483F.


Border color

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

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

This div border color is #5A483F.


Opacity

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

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

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

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

This text has shadow with #5A483F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A483F on black background.


Color preview on white background

This text has color #5A483F on white background.



Black color preview on #5A483F background

This text has black color on #5A483F background.


White color preview on #5A483F background

This text has white color on #5A483F background.