COLOR #5A986E

HEX: #5A986E RGB: (90,152,110)

Color info

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

RGB color model

#5A986E color RGB value is (90,152,110).

RGB: (90,152,110) (35%, 60%, 43%)

RGB channels and saturation

R 90 of 255 = 35%
G 152 of 255 = 60%
B 110 of 255 = 43%

90
152
110

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

Portions of RGB colors in percentages

R + G + B = 90 + 152 + 110 = 352 (100%)
R 90 of 352 ~ 25.57%
G 152 of 352 ~ 43.18%
B 110 of 352 ~ 31.25'%

%25.57
%43.18
%31.25

CMYK color model

#5A986E color CMYK value is (41,0,28,40).

  • cyan value is 40.79%
  • magenta value is 0.00%
  • yellow value is 27.63%
  • key color value is 40.39%

CMYK: (41,0,28,40)
C41M0Y28K40 (41%, 0%, 28%, 40%)
(0.41 / 0.00 / 0.28 / 0.40)

CMYK percentages

%40.79
%0
%27.63
%40.39

Codes

Color #5A986E in popluar color models

5A 98 6E
RGB 90 152 110
HSL 139° 25.62% 47.45%
HSB/HSV 139° 40.79% 59.61%
CMYK 40.79% 0.00% 27.63%
40.39%

Color #5A986E in popluar number systems.

HEX 5A 98 6E
Decimal 90 152 110
Binary 1011010 10011000 1101110
Octal 132 230 156

Shades and tints

Shades of #5A986E

#5A986E
(90,152,110)
#528B64
(82,139,100)
#4A7E5A
(74,126,90)
#427150
(66,113,80)
#3A6446
(58,100,70)
#32573C
(50,87,60)
#2A4A32
(42,74,50)
#223D28
(34,61,40)
#1A301E
(26,48,30)
#122314
(18,35,20)
#0A160A
(10,22,10)
#000000
(0,0,0)

Tints of #5A986E

#5A986E
(90,152,110)
#69A17B
(105,161,123)
#78AA88
(120,170,136)
#87B395
(135,179,149)
#96BCA2
(150,188,162)
#A5C5AF
(165,197,175)
#B4CEBC
(180,206,188)
#C3D7C9
(195,215,201)
#D2E0D6
(210,224,214)
#E1E9E3
(225,233,227)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A986E color. Also use rgb(90,152,110) instead hex code.

Text Font Color

.myTextColor { color: #5A986E; }

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

This text font color is #5A986E.

Background Color

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

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

This div background color is #5A986E.

Border color

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

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

This div border color is #5A986E.

Opacity

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

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

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

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

This text has shadow with #5A986E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A986E.

Preview

Color preview on black background

This text has color #5A986E on black background.


Color preview on white background

This text has color #5A986E on white background.


Black color preview on #5A986E background

This text has black color on #5A986E background.


White color preview on #5A986E background

This text has white color on #5A986E background.


Related colors

Complementary color

Complementary color for #hex is #A56791.


I love getcolorcode.com

Triadic colors

1 #6E5A98 and #986E5A with #5A986E are triadic colors.

2 #6E985A and #985A6E with #5A986E are triadic colors.