COLOR #5A4E09

HEX: #5A4E09
RGB: (90,78,9)

Color info

#5A4E09 contains mainly red and green colors. Web safe color of #5A4E09 is #666600 (or #660).

RGB color model

#5A4E09 color RGB value is (90,78,9).

  • red value is 90;
  • green value is 78;
  • blue value is 9.
RGB:
(90,78,9)
(35%,31%,4%)

RGB channels and saturation

R 90 of 255 = 35%
G 78 of 255 = 31%
B 9 of 255 = 4%

90
78
9

R + G + B ~ 23%. #5A4E09 is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 78 + 9 = 177 (100%)
R 90 of 177 ~ 50.85%
G 78 of 177 ~ 44.07%
B 9 of 177 ~ 5.08%

%50.85
%44.07

CMYK color model

#5A4E09 color CMYK value is (0,13,90,65).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 90.00%
  • key color value is 64.71%
CMYK:
(0,13,90,65)
C0M13Y90K65 
(0%,13%,90%,65%)
(0.00/0.13/0.90/0.65)	

CMYK percentages

%0
%13.33
%90
%64.71

Codes

Color #5A4E09 in popluar color models

5A4E09
RGB90789
HSL51°81.82%19.41%
HSB/HSV51°90.00%35.29%
CMYK0.00%13.33%90.00%
64.71%

Color #5A4E09 in popluar number systems.

HEX5A4E09
Decimal90789
Binary101101010011101001
Octal13211611

Shades and tints

Shades of #5A4E09

#5A4E09
(90,78,9)
#524709
(82,71,9)
#4A4009
(74,64,9)
#423909
(66,57,9)
#3A3209
(58,50,9)
#322B09
(50,43,9)
#2A2409
(42,36,9)
#221D09
(34,29,9)
#1A1609
(26,22,9)
#120F09
(18,15,9)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #5A4E09

#5A4E09
(90,78,9)
#695E1F
(105,94,31)
#786E35
(120,110,53)
#877E4B
(135,126,75)
#968E61
(150,142,97)
#A59E77
(165,158,119)
#B4AE8D
(180,174,141)
#C3BEA3
(195,190,163)
#D2CEB9
(210,206,185)
#E1DECF
(225,222,207)
#F0EEE5
(240,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4E09 color. Also use rgb(90,78,9) instead hex code.

Text Font Color

.myTextColor { color: #5A4E09; }

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

This text font color is #5A4E09.


Background Color

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

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

This div background color is #5A4E09.


Border color

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

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

This div border color is #5A4E09.


Opacity

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

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

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

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

This text has shadow with #5A4E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4E09 on black background.


Color preview on white background

This text has color #5A4E09 on white background.



Black color preview on #5A4E09 background

This text has black color on #5A4E09 background.


White color preview on #5A4E09 background

This text has white color on #5A4E09 background.