COLOR #5A9D71

HEX: #5A9D71
RGB: (90,157,113)

Color info

#5A9D71 contains mainly green and blue colors. Web safe color of #5A9D71 is #669966 (or #696).

RGB color model

#5A9D71 color RGB value is (90,157,113).

  • red value is 90;
  • green value is 157;
  • blue value is 113.
RGB:
(90,157,113)
(35%,62%,44%)

RGB channels and saturation

R 90 of 255 = 35%
G 157 of 255 = 62%
B 113 of 255 = 44%

90
157
113

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

Portions of RGB colors in percentages

R + G + B =
90 + 157 + 113 = 360 (100%)
R 90 of 360 ~ 25%
G 157 of 360 ~ 43.61%
B 113 of 360 ~ 31.39%

%25
%43.61
%31.39

CMYK color model

#5A9D71 color CMYK value is (43,0,28,38).

  • cyan value is 42.68%
  • magenta value is 0.00%
  • yellow value is 28.03%
  • key color value is 38.43%
CMYK:
(43,0,28,38)
C43M0Y28K38 
(43%,0%,28%,38%)
(0.43/0.00/0.28/0.38)	

CMYK percentages

%42.68
%0
%28.03
%38.43

Codes

Color #5A9D71 in popluar color models

5A9D71
RGB90157113
HSL141°27.13%48.43%
HSB/HSV141°42.68%61.57%
CMYK42.68%0.00%28.03%
38.43%

Color #5A9D71 in popluar number systems.

HEX5A9D71
Decimal90157113
Binary1011010100111011110001
Octal132235161

Shades and tints

Shades of #5A9D71

#5A9D71
(90,157,113)
#528F67
(82,143,103)
#4A815D
(74,129,93)
#427353
(66,115,83)
#3A6549
(58,101,73)
#32573F
(50,87,63)
#2A4935
(42,73,53)
#223B2B
(34,59,43)
#1A2D21
(26,45,33)
#121F17
(18,31,23)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #5A9D71

#5A9D71
(90,157,113)
#69A57D
(105,165,125)
#78AD89
(120,173,137)
#87B595
(135,181,149)
#96BDA1
(150,189,161)
#A5C5AD
(165,197,173)
#B4CDB9
(180,205,185)
#C3D5C5
(195,213,197)
#D2DDD1
(210,221,209)
#E1E5DD
(225,229,221)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9D71 color. Also use rgb(90,157,113) instead hex code.

Text Font Color

.myTextColor { color: #5A9D71; }

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

This text font color is #5A9D71.


Background Color

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

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

This div background color is #5A9D71.


Border color

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

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

This div border color is #5A9D71.


Opacity

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

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

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

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

This text has shadow with #5A9D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9D71 on black background.


Color preview on white background

This text has color #5A9D71 on white background.



Black color preview on #5A9D71 background

This text has black color on #5A9D71 background.


White color preview on #5A9D71 background

This text has white color on #5A9D71 background.