COLOR #5A9459

HEX: #5A9459
RGB: (90,148,89)

Color info

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

RGB color model

#5A9459 color RGB value is (90,148,89).

  • red value is 90;
  • green value is 148;
  • blue value is 89.
RGB:
(90,148,89)
(35%,58%,35%)

RGB channels and saturation

R 90 of 255 = 35%
G 148 of 255 = 58%
B 89 of 255 = 35%

90
148
89

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

Portions of RGB colors in percentages

R + G + B =
90 + 148 + 89 = 327 (100%)
R 90 of 327 ~ 27.52%
G 148 of 327 ~ 45.26%
B 89 of 327 ~ 27.22%

%27.52
%45.26
%27.22

CMYK color model

#5A9459 color CMYK value is (39,0,40,42).

  • cyan value is 39.19%
  • magenta value is 0.00%
  • yellow value is 39.86%
  • key color value is 41.96%
CMYK:
(39,0,40,42)
C39M0Y40K42 
(39%,0%,40%,42%)
(0.39/0.00/0.40/0.42)	

CMYK percentages

%39.19
%0
%39.86
%41.96

Codes

Color #5A9459 in popluar color models

5A9459
RGB9014889
HSL119°24.89%46.47%
HSB/HSV119°39.86%58.04%
CMYK39.19%0.00%39.86%
41.96%

Color #5A9459 in popluar number systems.

HEX5A9459
Decimal9014889
Binary1011010100101001011001
Octal132224131

Shades and tints

Shades of #5A9459

#5A9459
(90,148,89)
#528751
(82,135,81)
#4A7A49
(74,122,73)
#426D41
(66,109,65)
#3A6039
(58,96,57)
#325331
(50,83,49)
#2A4629
(42,70,41)
#223921
(34,57,33)
#1A2C19
(26,44,25)
#121F11
(18,31,17)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #5A9459

#5A9459
(90,148,89)
#699D68
(105,157,104)
#78A677
(120,166,119)
#87AF86
(135,175,134)
#96B895
(150,184,149)
#A5C1A4
(165,193,164)
#B4CAB3
(180,202,179)
#C3D3C2
(195,211,194)
#D2DCD1
(210,220,209)
#E1E5E0
(225,229,224)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9459 color. Also use rgb(90,148,89) instead hex code.

Text Font Color

.myTextColor { color: #5A9459; }

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

This text font color is #5A9459.


Background Color

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

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

This div background color is #5A9459.


Border color

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

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

This div border color is #5A9459.


Opacity

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

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

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

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

This text has shadow with #5A9459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9459 on black background.


Color preview on white background

This text has color #5A9459 on white background.



Black color preview on #5A9459 background

This text has black color on #5A9459 background.


White color preview on #5A9459 background

This text has white color on #5A9459 background.