COLOR #5A8622

HEX: #5A8622
RGB: (90,134,34)

Color info

#5A8622 contains mainly red and green colors. Web safe color of #5A8622 is #669933 (or #693).

RGB color model

#5A8622 color RGB value is (90,134,34).

  • red value is 90;
  • green value is 134;
  • blue value is 34.
RGB:
(90,134,34)
(35%,53%,13%)

RGB channels and saturation

R 90 of 255 = 35%
G 134 of 255 = 53%
B 34 of 255 = 13%

90
134
34

R + G + B ~ 34%. #5A8622 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 134 + 34 = 258 (100%)
R 90 of 258 ~ 34.88%
G 134 of 258 ~ 51.94%
B 34 of 258 ~ 13.18%

%34.88
%51.94
%13.18

CMYK color model

#5A8622 color CMYK value is (33,0,75,47).

  • cyan value is 32.84%
  • magenta value is 0.00%
  • yellow value is 74.63%
  • key color value is 47.45%
CMYK:
(33,0,75,47)
C33M0Y75K47 
(33%,0%,75%,47%)
(0.33/0.00/0.75/0.47)	

CMYK percentages

%32.84
%0
%74.63
%47.45

Codes

Color #5A8622 in popluar color models

5A8622
RGB9013434
HSL86°59.52%32.94%
HSB/HSV86°74.63%52.55%
CMYK32.84%0.00%74.63%
47.45%

Color #5A8622 in popluar number systems.

HEX5A8622
Decimal9013434
Binary101101010000110100010
Octal13220642

Shades and tints

Shades of #5A8622

#5A8622
(90,134,34)
#527A1F
(82,122,31)
#4A6E1C
(74,110,28)
#426219
(66,98,25)
#3A5616
(58,86,22)
#324A13
(50,74,19)
#2A3E10
(42,62,16)
#22320D
(34,50,13)
#1A260A
(26,38,10)
#121A07
(18,26,7)
#0A0E04
(10,14,4)
#000000
(0,0,0)

Tints of #5A8622

#5A8622
(90,134,34)
#699136
(105,145,54)
#789C4A
(120,156,74)
#87A75E
(135,167,94)
#96B272
(150,178,114)
#A5BD86
(165,189,134)
#B4C89A
(180,200,154)
#C3D3AE
(195,211,174)
#D2DEC2
(210,222,194)
#E1E9D6
(225,233,214)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8622 color. Also use rgb(90,134,34) instead hex code.

Text Font Color

.myTextColor { color: #5A8622; }

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

This text font color is #5A8622.


Background Color

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

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

This div background color is #5A8622.


Border color

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

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

This div border color is #5A8622.


Opacity

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

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

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

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

This text has shadow with #5A8622 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8622 on black background.


Color preview on white background

This text has color #5A8622 on white background.



Black color preview on #5A8622 background

This text has black color on #5A8622 background.


White color preview on #5A8622 background

This text has white color on #5A8622 background.