COLOR #5A8E70

HEX: #5A8E70 RGB: (90,142,112)

Color info

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

RGB color model

#5A8E70 color RGB value is (90,142,112).

RGB: (90,142,112) (35%, 56%, 44%)

RGB channels and saturation

R 90 of 255 = 35%
G 142 of 255 = 56%
B 112 of 255 = 44%

90
142
112

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

Portions of RGB colors in percentages

R + G + B = 90 + 142 + 112 = 344 (100%)
R 90 of 344 ~ 26.16%
G 142 of 344 ~ 41.28%
B 112 of 344 ~ 32.56'%

%26.16
%41.28
%32.56

CMYK color model

#5A8E70 color CMYK value is (37,0,21,44).

  • cyan value is 36.62%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 44.31%

CMYK: (37,0,21,44)
C37M0Y21K44 (37%, 0%, 21%, 44%)
(0.37 / 0.00 / 0.21 / 0.44)

CMYK percentages

%36.62
%0
%21.13
%44.31

Codes

Color #5A8E70 in popluar color models

5A 8E 70
RGB 90 142 112
HSL 145° 22.41% 45.49%
HSB/HSV 145° 36.62% 55.69%
CMYK 36.62% 0.00% 21.13%
44.31%

Color #5A8E70 in popluar number systems.

HEX 5A 8E 70
Decimal 90 142 112
Binary 1011010 10001110 1110000
Octal 132 216 160

Shades and tints

Shades of #5A8E70

#5A8E70
(90,142,112)
#528266
(82,130,102)
#4A765C
(74,118,92)
#426A52
(66,106,82)
#3A5E48
(58,94,72)
#32523E
(50,82,62)
#2A4634
(42,70,52)
#223A2A
(34,58,42)
#1A2E20
(26,46,32)
#122216
(18,34,22)
#0A160C
(10,22,12)
#000000
(0,0,0)

Tints of #5A8E70

#5A8E70
(90,142,112)
#69987D
(105,152,125)
#78A28A
(120,162,138)
#87AC97
(135,172,151)
#96B6A4
(150,182,164)
#A5C0B1
(165,192,177)
#B4CABE
(180,202,190)
#C3D4CB
(195,212,203)
#D2DED8
(210,222,216)
#E1E8E5
(225,232,229)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8E70 color. Also use rgb(90,142,112) instead hex code.

Text Font Color

.myTextColor { color: #5A8E70; }

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

This text font color is #5A8E70.

Background Color

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

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

This div background color is #5A8E70.

Border color

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

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

This div border color is #5A8E70.

Opacity

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

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

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

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

This text has shadow with #5A8E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A8E70.

Preview

Color preview on black background

This text has color #5A8E70 on black background.


Color preview on white background

This text has color #5A8E70 on white background.


Black color preview on #5A8E70 background

This text has black color on #5A8E70 background.


White color preview on #5A8E70 background

This text has white color on #5A8E70 background.


Related colors

Complementary color

Complementary color for #hex is #A5718F.


I love getcolorcode.com

Triadic colors

1 #705A8E and #8E705A with #5A8E70 are triadic colors.

2 #708E5A and #8E5A70 with #5A8E70 are triadic colors.