COLOR #5A8954

HEX: #5A8954 RGB: (90,137,84)

Color info

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

RGB color model

#5A8954 color RGB value is (90,137,84).

RGB: (90,137,84) (35%, 54%, 33%)

RGB channels and saturation

R 90 of 255 = 35%
G 137 of 255 = 54%
B 84 of 255 = 33%

90
137
84

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

Portions of RGB colors in percentages

R + G + B = 90 + 137 + 84 = 311 (100%)
R 90 of 311 ~ 28.94%
G 137 of 311 ~ 44.05%
B 84 of 311 ~ 27.01'%

%28.94
%44.05
%27.01

CMYK color model

#5A8954 color CMYK value is (34,0,39,46).

  • cyan value is 34.31%
  • magenta value is 0.00%
  • yellow value is 38.69%
  • key color value is 46.27%

CMYK: (34,0,39,46)
C34M0Y39K46 (34%, 0%, 39%, 46%)
(0.34 / 0.00 / 0.39 / 0.46)

CMYK percentages

%34.31
%0
%38.69
%46.27

Codes

Color #5A8954 in popluar color models

5A 89 54
RGB 90 137 84
HSL 113° 23.98% 43.33%
HSB/HSV 113° 38.69% 53.73%
CMYK 34.31% 0.00% 38.69%
46.27%

Color #5A8954 in popluar number systems.

HEX 5A 89 54
Decimal 90 137 84
Binary 1011010 10001001 1010100
Octal 132 211 124

Shades and tints

Shades of #5A8954

#5A8954
(90,137,84)
#527D4D
(82,125,77)
#4A7146
(74,113,70)
#42653F
(66,101,63)
#3A5938
(58,89,56)
#324D31
(50,77,49)
#2A412A
(42,65,42)
#223523
(34,53,35)
#1A291C
(26,41,28)
#121D15
(18,29,21)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #5A8954

#5A8954
(90,137,84)
#699363
(105,147,99)
#789D72
(120,157,114)
#87A781
(135,167,129)
#96B190
(150,177,144)
#A5BB9F
(165,187,159)
#B4C5AE
(180,197,174)
#C3CFBD
(195,207,189)
#D2D9CC
(210,217,204)
#E1E3DB
(225,227,219)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8954; }

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

This text font color is #5A8954.

Background Color

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

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

This div background color is #5A8954.

Border color

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

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

This div border color is #5A8954.

Opacity

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

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

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

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

This text has shadow with #5A8954 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A8954.

Preview

Color preview on black background

This text has color #5A8954 on black background.


Color preview on white background

This text has color #5A8954 on white background.


Black color preview on #5A8954 background

This text has black color on #5A8954 background.


White color preview on #5A8954 background

This text has white color on #5A8954 background.


Related colors

Complementary color

Complementary color for #hex is #A576AB.


I love getcolorcode.com

Triadic colors

1 #545A89 and #89545A with #5A8954 are triadic colors.

2 #54895A and #895A54 with #5A8954 are triadic colors.