COLOR #5A8965

HEX: #5A8965
RGB: (90,137,101)

Color info

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

RGB color model

#5A8965 color RGB value is (90,137,101).

  • red value is 90;
  • green value is 137;
  • blue value is 101.
RGB:
(90,137,101)
(35%,54%,40%)

RGB channels and saturation

R 90 of 255 = 35%
G 137 of 255 = 54%
B 101 of 255 = 40%

90
137
101

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

Portions of RGB colors in percentages

R + G + B =
90 + 137 + 101 = 328 (100%)
R 90 of 328 ~ 27.44%
G 137 of 328 ~ 41.77%
B 101 of 328 ~ 30.79%

%27.44
%41.77
%30.79

CMYK color model

#5A8965 color CMYK value is (34,0,26,46).

  • cyan value is 34.31%
  • magenta value is 0.00%
  • yellow value is 26.28%
  • key color value is 46.27%
CMYK:
(34,0,26,46)
C34M0Y26K46 
(34%,0%,26%,46%)
(0.34/0.00/0.26/0.46)	

CMYK percentages

%34.31
%0
%26.28
%46.27

Codes

Color #5A8965 in popluar color models

5A8965
RGB90137101
HSL134°20.70%44.51%
HSB/HSV134°34.31%53.73%
CMYK34.31%0.00%26.28%
46.27%

Color #5A8965 in popluar number systems.

HEX5A8965
Decimal90137101
Binary1011010100010011100101
Octal132211145

Shades and tints

Shades of #5A8965

#5A8965
(90,137,101)
#527D5C
(82,125,92)
#4A7153
(74,113,83)
#42654A
(66,101,74)
#3A5941
(58,89,65)
#324D38
(50,77,56)
#2A412F
(42,65,47)
#223526
(34,53,38)
#1A291D
(26,41,29)
#121D14
(18,29,20)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #5A8965

#5A8965
(90,137,101)
#699373
(105,147,115)
#789D81
(120,157,129)
#87A78F
(135,167,143)
#96B19D
(150,177,157)
#A5BBAB
(165,187,171)
#B4C5B9
(180,197,185)
#C3CFC7
(195,207,199)
#D2D9D5
(210,217,213)
#E1E3E3
(225,227,227)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8965; }

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

This text font color is #5A8965.


Background Color

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

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

This div background color is #5A8965.


Border color

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

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

This div border color is #5A8965.


Opacity

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

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

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

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

This text has shadow with #5A8965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8965 on black background.


Color preview on white background

This text has color #5A8965 on white background.



Black color preview on #5A8965 background

This text has black color on #5A8965 background.


White color preview on #5A8965 background

This text has white color on #5A8965 background.