COLOR #5A4D1F

HEX: #5A4D1F
RGB: (90,77,31)

Color info

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

RGB color model

#5A4D1F color RGB value is (90,77,31).

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

RGB channels and saturation

R 90 of 255 = 35%
G 77 of 255 = 30%
B 31 of 255 = 12%

90
77
31

R + G + B ~ 26%. #5A4D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 77 + 31 = 198 (100%)
R 90 of 198 ~ 45.45%
G 77 of 198 ~ 38.89%
B 31 of 198 ~ 15.66%

%45.45
%38.89
%15.66

CMYK color model

#5A4D1F color CMYK value is (0,14,66,65).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 65.56%
  • key color value is 64.71%
CMYK:
(0,14,66,65)
C0M14Y66K65 
(0%,14%,66%,65%)
(0.00/0.14/0.66/0.65)	

CMYK percentages

%0
%14.44
%65.56
%64.71

Codes

Color #5A4D1F in popluar color models

5A4D1F
RGB907731
HSL47°48.76%23.73%
HSB/HSV47°65.56%35.29%
CMYK0.00%14.44%65.56%
64.71%

Color #5A4D1F in popluar number systems.

HEX5A4D1F
Decimal907731
Binary1011010100110111111
Octal13211537

Shades and tints

Shades of #5A4D1F

#5A4D1F
(90,77,31)
#52461D
(82,70,29)
#4A3F1B
(74,63,27)
#423819
(66,56,25)
#3A3117
(58,49,23)
#322A15
(50,42,21)
#2A2313
(42,35,19)
#221C11
(34,28,17)
#1A150F
(26,21,15)
#120E0D
(18,14,13)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #5A4D1F

#5A4D1F
(90,77,31)
#695D33
(105,93,51)
#786D47
(120,109,71)
#877D5B
(135,125,91)
#968D6F
(150,141,111)
#A59D83
(165,157,131)
#B4AD97
(180,173,151)
#C3BDAB
(195,189,171)
#D2CDBF
(210,205,191)
#E1DDD3
(225,221,211)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4D1F; }

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

This text font color is #5A4D1F.


Background Color

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

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

This div background color is #5A4D1F.


Border color

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

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

This div border color is #5A4D1F.


Opacity

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

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

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

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

This text has shadow with #5A4D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4D1F on black background.


Color preview on white background

This text has color #5A4D1F on white background.



Black color preview on #5A4D1F background

This text has black color on #5A4D1F background.


White color preview on #5A4D1F background

This text has white color on #5A4D1F background.