COLOR #5A4D3D

HEX: #5A4D3D
RGB: (90,77,61)

Color info

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

RGB color model

#5A4D3D color RGB value is (90,77,61).

  • red value is 90;
  • green value is 77;
  • blue value is 61.
RGB:
(90,77,61)
(35%,30%,24%)

RGB channels and saturation

R 90 of 255 = 35%
G 77 of 255 = 30%
B 61 of 255 = 24%

90
77
61

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

Portions of RGB colors in percentages

R + G + B =
90 + 77 + 61 = 228 (100%)
R 90 of 228 ~ 39.47%
G 77 of 228 ~ 33.77%
B 61 of 228 ~ 26.75%

%39.47
%33.77
%26.75

CMYK color model

#5A4D3D color CMYK value is (0,14,32,65).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 32.22%
  • key color value is 64.71%
CMYK:
(0,14,32,65)
C0M14Y32K65 
(0%,14%,32%,65%)
(0.00/0.14/0.32/0.65)	

CMYK percentages

%0
%14.44
%32.22
%64.71

Codes

Color #5A4D3D in popluar color models

5A4D3D
RGB907761
HSL33°19.21%29.61%
HSB/HSV33°32.22%35.29%
CMYK0.00%14.44%32.22%
64.71%

Color #5A4D3D in popluar number systems.

HEX5A4D3D
Decimal907761
Binary10110101001101111101
Octal13211575

Shades and tints

Shades of #5A4D3D

#5A4D3D
(90,77,61)
#524638
(82,70,56)
#4A3F33
(74,63,51)
#42382E
(66,56,46)
#3A3129
(58,49,41)
#322A24
(50,42,36)
#2A231F
(42,35,31)
#221C1A
(34,28,26)
#1A1515
(26,21,21)
#120E10
(18,14,16)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #5A4D3D

#5A4D3D
(90,77,61)
#695D4E
(105,93,78)
#786D5F
(120,109,95)
#877D70
(135,125,112)
#968D81
(150,141,129)
#A59D92
(165,157,146)
#B4ADA3
(180,173,163)
#C3BDB4
(195,189,180)
#D2CDC5
(210,205,197)
#E1DDD6
(225,221,214)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4D3D color. Also use rgb(90,77,61) instead hex code.

Text Font Color

.myTextColor { color: #5A4D3D; }

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

This text font color is #5A4D3D.


Background Color

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

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

This div background color is #5A4D3D.


Border color

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

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

This div border color is #5A4D3D.


Opacity

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

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

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

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

This text has shadow with #5A4D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4D3D on black background.


Color preview on white background

This text has color #5A4D3D on white background.



Black color preview on #5A4D3D background

This text has black color on #5A4D3D background.


White color preview on #5A4D3D background

This text has white color on #5A4D3D background.