COLOR #5A4406

HEX: #5A4406
RGB: (90,68,6)

Color info

#5A4406 contains mainly red and green colors. Web safe color of #5A4406 is #663300 (or #630).

RGB color model

#5A4406 color RGB value is (90,68,6).

  • red value is 90;
  • green value is 68;
  • blue value is 6.
RGB:
(90,68,6)
(35%,27%,2%)

RGB channels and saturation

R 90 of 255 = 35%
G 68 of 255 = 27%
B 6 of 255 = 2%

90
68
6

R + G + B ~ 21%. #5A4406 is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 68 + 6 = 164 (100%)
R 90 of 164 ~ 54.88%
G 68 of 164 ~ 41.46%
B 6 of 164 ~ 3.66%

%54.88
%41.46

CMYK color model

#5A4406 color CMYK value is (0,24,93,65).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 93.33%
  • key color value is 64.71%
CMYK:
(0,24,93,65)
C0M24Y93K65 
(0%,24%,93%,65%)
(0.00/0.24/0.93/0.65)	

CMYK percentages

%0
%24.44
%93.33
%64.71

Codes

Color #5A4406 in popluar color models

5A4406
RGB90686
HSL44°87.50%18.82%
HSB/HSV44°93.33%35.29%
CMYK0.00%24.44%93.33%
64.71%

Color #5A4406 in popluar number systems.

HEX5A4406
Decimal90686
Binary10110101000100110
Octal1321046

Shades and tints

Shades of #5A4406

#5A4406
(90,68,6)
#523E06
(82,62,6)
#4A3806
(74,56,6)
#423206
(66,50,6)
#3A2C06
(58,44,6)
#322606
(50,38,6)
#2A2006
(42,32,6)
#221A06
(34,26,6)
#1A1406
(26,20,6)
#120E06
(18,14,6)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #5A4406

#5A4406
(90,68,6)
#69551C
(105,85,28)
#786632
(120,102,50)
#877748
(135,119,72)
#96885E
(150,136,94)
#A59974
(165,153,116)
#B4AA8A
(180,170,138)
#C3BBA0
(195,187,160)
#D2CCB6
(210,204,182)
#E1DDCC
(225,221,204)
#F0EEE2
(240,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4406 color. Also use rgb(90,68,6) instead hex code.

Text Font Color

.myTextColor { color: #5A4406; }

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

This text font color is #5A4406.


Background Color

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

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

This div background color is #5A4406.


Border color

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

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

This div border color is #5A4406.


Opacity

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

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

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

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

This text has shadow with #5A4406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4406 on black background.


Color preview on white background

This text has color #5A4406 on white background.



Black color preview on #5A4406 background

This text has black color on #5A4406 background.


White color preview on #5A4406 background

This text has white color on #5A4406 background.