COLOR #9DA279

HEX: #9DA279
RGB: (157,162,121)

Color info

#9DA279 contains red, green and blue colors in about the same proportion. Web safe color of #9DA279 is #999966 (or #996).

RGB color model

#9DA279 color RGB value is (157,162,121).

  • red value is 157;
  • green value is 162;
  • blue value is 121.
RGB:
(157,162,121)
(62%,64%,47%)

RGB channels and saturation

R 157 of 255 = 62%
G 162 of 255 = 64%
B 121 of 255 = 47%

157
162
121

R + G + B ~ 58%. #9DA279 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 162 + 121 = 440 (100%)
R 157 of 440 ~ 35.68%
G 162 of 440 ~ 36.82%
B 121 of 440 ~ 27.5%

%35.68
%36.82
%27.5

CMYK color model

#9DA279 color CMYK value is (3,0,25,36).

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 25.31%
  • key color value is 36.47%
CMYK:
(3,0,25,36)
C3M0Y25K36 
(3%,0%,25%,36%)
(0.03/0.00/0.25/0.36)	

CMYK percentages

%3.09
%0
%25.31
%36.47

Codes

Color #9DA279 in popluar color models

9DA279
RGB157162121
HSL67°18.06%55.49%
HSB/HSV67°25.31%63.53%
CMYK3.09%0.00%25.31%
36.47%

Color #9DA279 in popluar number systems.

HEX9DA279
Decimal157162121
Binary10011101101000101111001
Octal235242171

Shades and tints

Shades of #9DA279

#9DA279
(157,162,121)
#8F946E
(143,148,110)
#818663
(129,134,99)
#737858
(115,120,88)
#656A4D
(101,106,77)
#575C42
(87,92,66)
#494E37
(73,78,55)
#3B402C
(59,64,44)
#2D3221
(45,50,33)
#1F2416
(31,36,22)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #9DA279

#9DA279
(157,162,121)
#A5AA85
(165,170,133)
#ADB291
(173,178,145)
#B5BA9D
(181,186,157)
#BDC2A9
(189,194,169)
#C5CAB5
(197,202,181)
#CDD2C1
(205,210,193)
#D5DACD
(213,218,205)
#DDE2D9
(221,226,217)
#E5EAE5
(229,234,229)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA279 color. Also use rgb(157,162,121) instead hex code.

Text Font Color

.myTextColor { color: #9DA279; }

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

This text font color is #9DA279.


Background Color

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

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

This div background color is #9DA279.


Border color

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

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

This div border color is #9DA279.


Opacity

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

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

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

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

This text has shadow with #9DA279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA279 on black background.


Color preview on white background

This text has color #9DA279 on white background.



Black color preview on #9DA279 background

This text has black color on #9DA279 background.


White color preview on #9DA279 background

This text has white color on #9DA279 background.