COLOR #5A8254

HEX: #5A8254
RGB: (90,130,84)

Color info

#5A8254 contains red, green and blue colors in about the same proportion. Web safe color of #5A8254 is #669966 (or #696).

RGB color model

#5A8254 color RGB value is (90,130,84).

  • red value is 90;
  • green value is 130;
  • blue value is 84.
RGB:
(90,130,84)
(35%,51%,33%)

RGB channels and saturation

R 90 of 255 = 35%
G 130 of 255 = 51%
B 84 of 255 = 33%

90
130
84

R + G + B ~ 40%. #5A8254 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 130 + 84 = 304 (100%)
R 90 of 304 ~ 29.61%
G 130 of 304 ~ 42.76%
B 84 of 304 ~ 27.63%

%29.61
%42.76
%27.63

CMYK color model

#5A8254 color CMYK value is (31,0,35,49).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 35.38%
  • key color value is 49.02%
CMYK:
(31,0,35,49)
C31M0Y35K49 
(31%,0%,35%,49%)
(0.31/0.00/0.35/0.49)	

CMYK percentages

%30.77
%0
%35.38
%49.02

Codes

Color #5A8254 in popluar color models

5A8254
RGB9013084
HSL112°21.50%41.96%
HSB/HSV112°35.38%50.98%
CMYK30.77%0.00%35.38%
49.02%

Color #5A8254 in popluar number systems.

HEX5A8254
Decimal9013084
Binary1011010100000101010100
Octal132202124

Shades and tints

Shades of #5A8254

#5A8254
(90,130,84)
#52774D
(82,119,77)
#4A6C46
(74,108,70)
#42613F
(66,97,63)
#3A5638
(58,86,56)
#324B31
(50,75,49)
#2A402A
(42,64,42)
#223523
(34,53,35)
#1A2A1C
(26,42,28)
#121F15
(18,31,21)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #5A8254

#5A8254
(90,130,84)
#698D63
(105,141,99)
#789872
(120,152,114)
#87A381
(135,163,129)
#96AE90
(150,174,144)
#A5B99F
(165,185,159)
#B4C4AE
(180,196,174)
#C3CFBD
(195,207,189)
#D2DACC
(210,218,204)
#E1E5DB
(225,229,219)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8254 color. Also use rgb(90,130,84) instead hex code.

Text Font Color

.myTextColor { color: #5A8254; }

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

This text font color is #5A8254.


Background Color

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

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

This div background color is #5A8254.


Border color

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

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

This div border color is #5A8254.


Opacity

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

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

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

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

This text has shadow with #5A8254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8254 on black background.


Color preview on white background

This text has color #5A8254 on white background.



Black color preview on #5A8254 background

This text has black color on #5A8254 background.


White color preview on #5A8254 background

This text has white color on #5A8254 background.