COLOR #5A7809

HEX: #5A7809
RGB: (90,120,9)

Color info

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

RGB color model

#5A7809 color RGB value is (90,120,9).

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

RGB channels and saturation

R 90 of 255 = 35%
G 120 of 255 = 47%
B 9 of 255 = 4%

90
120
9

R + G + B ~ 29%. #5A7809 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 120 + 9 = 219 (100%)
R 90 of 219 ~ 41.1%
G 120 of 219 ~ 54.79%
B 9 of 219 ~ 4.11%

%41.1
%54.79

CMYK color model

#5A7809 color CMYK value is (25,0,93,53).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 92.50%
  • key color value is 52.94%
CMYK:
(25,0,93,53)
C25M0Y93K53 
(25%,0%,93%,53%)
(0.25/0.00/0.93/0.53)	

CMYK percentages

%25
%0
%92.5
%52.94

Codes

Color #5A7809 in popluar color models

5A7809
RGB901209
HSL76°86.05%25.29%
HSB/HSV76°92.50%47.06%
CMYK25.00%0.00%92.50%
52.94%

Color #5A7809 in popluar number systems.

HEX5A7809
Decimal901209
Binary101101011110001001
Octal13217011

Shades and tints

Shades of #5A7809

#5A7809
(90,120,9)
#526E09
(82,110,9)
#4A6409
(74,100,9)
#425A09
(66,90,9)
#3A5009
(58,80,9)
#324609
(50,70,9)
#2A3C09
(42,60,9)
#223209
(34,50,9)
#1A2809
(26,40,9)
#121E09
(18,30,9)
#0A1409
(10,20,9)
#000000
(0,0,0)

Tints of #5A7809

#5A7809
(90,120,9)
#69841F
(105,132,31)
#789035
(120,144,53)
#879C4B
(135,156,75)
#96A861
(150,168,97)
#A5B477
(165,180,119)
#B4C08D
(180,192,141)
#C3CCA3
(195,204,163)
#D2D8B9
(210,216,185)
#E1E4CF
(225,228,207)
#F0F0E5
(240,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7809; }

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

This text font color is #5A7809.


Background Color

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

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

This div background color is #5A7809.


Border color

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

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

This div border color is #5A7809.


Opacity

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

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

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

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

This text has shadow with #5A7809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7809 on black background.


Color preview on white background

This text has color #5A7809 on white background.



Black color preview on #5A7809 background

This text has black color on #5A7809 background.


White color preview on #5A7809 background

This text has white color on #5A7809 background.