COLOR #5A4006

HEX: #5A4006
RGB: (90,64,6)

Color info

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

RGB color model

#5A4006 color RGB value is (90,64,6).

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

RGB channels and saturation

R 90 of 255 = 35%
G 64 of 255 = 25%
B 6 of 255 = 2%

90
64
6

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

Portions of RGB colors in percentages

R + G + B =
90 + 64 + 6 = 160 (100%)
R 90 of 160 ~ 56.25%
G 64 of 160 ~ 40%
B 6 of 160 ~ 3.75%

%56.25
%40

CMYK color model

#5A4006 color CMYK value is (0,29,93,65).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 93.33%
  • key color value is 64.71%
CMYK:
(0,29,93,65)
C0M29Y93K65 
(0%,29%,93%,65%)
(0.00/0.29/0.93/0.65)	

CMYK percentages

%0
%28.89
%93.33
%64.71

Codes

Color #5A4006 in popluar color models

5A4006
RGB90646
HSL41°87.50%18.82%
HSB/HSV41°93.33%35.29%
CMYK0.00%28.89%93.33%
64.71%

Color #5A4006 in popluar number systems.

HEX5A4006
Decimal90646
Binary10110101000000110
Octal1321006

Shades and tints

Shades of #5A4006

#5A4006
(90,64,6)
#523B06
(82,59,6)
#4A3606
(74,54,6)
#423106
(66,49,6)
#3A2C06
(58,44,6)
#322706
(50,39,6)
#2A2206
(42,34,6)
#221D06
(34,29,6)
#1A1806
(26,24,6)
#121306
(18,19,6)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #5A4006

#5A4006
(90,64,6)
#69511C
(105,81,28)
#786232
(120,98,50)
#877348
(135,115,72)
#96845E
(150,132,94)
#A59574
(165,149,116)
#B4A68A
(180,166,138)
#C3B7A0
(195,183,160)
#D2C8B6
(210,200,182)
#E1D9CC
(225,217,204)
#F0EAE2
(240,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4006; }

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

This text font color is #5A4006.


Background Color

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

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

This div background color is #5A4006.


Border color

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

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

This div border color is #5A4006.


Opacity

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

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

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

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

This text has shadow with #5A4006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4006 on black background.


Color preview on white background

This text has color #5A4006 on white background.



Black color preview on #5A4006 background

This text has black color on #5A4006 background.


White color preview on #5A4006 background

This text has white color on #5A4006 background.