COLOR #9EA58F

HEX: #9EA58F RGB: (158,165,143)

Color info

#9EA58F contains red, green and blue colors in about the same proportion. Web safe color of #9EA58F is #999999 (or #999).

RGB color model

#9EA58F color RGB value is (158,165,143).

RGB: (158,165,143) (62%, 65%, 56%)

RGB channels and saturation

R 158 of 255 = 62%
G 165 of 255 = 65%
B 143 of 255 = 56%

158
165
143

R + G + B ~ 61%. #9EA58F is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 165 + 143 = 466 (100%)
R 158 of 466 ~ 33.91%
G 165 of 466 ~ 35.41%
B 143 of 466 ~ 30.69'%

%33.91
%35.41
%30.69

CMYK color model

#9EA58F color CMYK value is (4,0,13,35).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 35.29%

CMYK: (4,0,13,35)
C4M0Y13K35 (4%, 0%, 13%, 35%)
(0.04 / 0.00 / 0.13 / 0.35)

CMYK percentages

%4.24
%0
%13.33
%35.29

Codes

Color #9EA58F in popluar color models

9E A5 8F
RGB 158 165 143
HSL 79° 10.89% 60.39%
HSB/HSV 79° 13.33% 64.71%
CMYK 4.24% 0.00% 13.33%
35.29%

Color #9EA58F in popluar number systems.

HEX 9E A5 8F
Decimal 158 165 143
Binary 10011110 10100101 10001111
Octal 236 245 217

Shades and tints

Shades of #9EA58F

#9EA58F
(158,165,143)
#909682
(144,150,130)
#828775
(130,135,117)
#747868
(116,120,104)
#66695B
(102,105,91)
#585A4E
(88,90,78)
#4A4B41
(74,75,65)
#3C3C34
(60,60,52)
#2E2D27
(46,45,39)
#201E1A
(32,30,26)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #9EA58F

#9EA58F
(158,165,143)
#A6AD99
(166,173,153)
#AEB5A3
(174,181,163)
#B6BDAD
(182,189,173)
#BEC5B7
(190,197,183)
#C6CDC1
(198,205,193)
#CED5CB
(206,213,203)
#D6DDD5
(214,221,213)
#DEE5DF
(222,229,223)
#E6EDE9
(230,237,233)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA58F color. Also use rgb(158,165,143) instead hex code.

Text Font Color

.myTextColor { color: #9EA58F; }

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

This text font color is #9EA58F.

Background Color

.myBgColor { background-color: #9EA58F; }

<div style="background-color:#9EA58F">Inner text</div>

This div background color is #9EA58F.

Border color

.myBorderColor { border: 1px solid #9EA58F; }

<div style="border:3px solid #9EA58F">Div</div>

This div border color is #9EA58F.

Opacity

.myOpacity80 { color: #9EA58F; opacity: 0.8; }

<p style="color:#9EA58F;opacity:0.8;">80%</p>

Text with #9EA58F 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 #9EA58F;}

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

This text has shadow with #9EA58F color.


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

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

This text has shadow with #9EA58F primary color and red secondary color.


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

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

This text has shadow with #9EA58F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9EA58F.

Preview

Color preview on black background

This text has color #9EA58F on black background.


Color preview on white background

This text has color #9EA58F on white background.


Black color preview on #9EA58F background

This text has black color on #9EA58F background.


White color preview on #9EA58F background

This text has white color on #9EA58F background.


Related colors

Complementary color

Complementary color for #hex is #615A70.


I love getcolorcode.com

Triadic colors

1 #8F9EA5 and #A58F9E with #9EA58F are triadic colors.

2 #8FA59E and #A59E8F with #9EA58F are triadic colors.