COLOR #5A8354

HEX: #5A8354
RGB: (90,131,84)

Color info

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

RGB color model

#5A8354 color RGB value is (90,131,84).

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

RGB channels and saturation

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

90
131
84

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

Portions of RGB colors in percentages

R + G + B =
90 + 131 + 84 = 305 (100%)
R 90 of 305 ~ 29.51%
G 131 of 305 ~ 42.95%
B 84 of 305 ~ 27.54%

%29.51
%42.95
%27.54

CMYK color model

#5A8354 color CMYK value is (31,0,36,49).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 35.88%
  • key color value is 48.63%
CMYK:
(31,0,36,49)
C31M0Y36K49 
(31%,0%,36%,49%)
(0.31/0.00/0.36/0.49)	

CMYK percentages

%31.3
%0
%35.88
%48.63

Codes

Color #5A8354 in popluar color models

5A8354
RGB9013184
HSL112°21.86%42.16%
HSB/HSV112°35.88%51.37%
CMYK31.30%0.00%35.88%
48.63%

Color #5A8354 in popluar number systems.

HEX5A8354
Decimal9013184
Binary1011010100000111010100
Octal132203124

Shades and tints

Shades of #5A8354

#5A8354
(90,131,84)
#52784D
(82,120,77)
#4A6D46
(74,109,70)
#42623F
(66,98,63)
#3A5738
(58,87,56)
#324C31
(50,76,49)
#2A412A
(42,65,42)
#223623
(34,54,35)
#1A2B1C
(26,43,28)
#122015
(18,32,21)
#0A150E
(10,21,14)
#000000
(0,0,0)

Tints of #5A8354

#5A8354
(90,131,84)
#698E63
(105,142,99)
#789972
(120,153,114)
#87A481
(135,164,129)
#96AF90
(150,175,144)
#A5BA9F
(165,186,159)
#B4C5AE
(180,197,174)
#C3D0BD
(195,208,189)
#D2DBCC
(210,219,204)
#E1E6DB
(225,230,219)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8354; }

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

This text font color is #5A8354.


Background Color

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

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

This div background color is #5A8354.


Border color

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

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

This div border color is #5A8354.


Opacity

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

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

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

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

This text has shadow with #5A8354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8354 on black background.


Color preview on white background

This text has color #5A8354 on white background.



Black color preview on #5A8354 background

This text has black color on #5A8354 background.


White color preview on #5A8354 background

This text has white color on #5A8354 background.