COLOR #99A379

HEX: #99A379
RGB: (153,163,121)

Color info

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

RGB color model

#99A379 color RGB value is (153,163,121).

  • red value is 153;
  • green value is 163;
  • blue value is 121.
RGB:
(153,163,121)
(60%,64%,47%)

RGB channels and saturation

R 153 of 255 = 60%
G 163 of 255 = 64%
B 121 of 255 = 47%

153
163
121

R + G + B ~ 57%. #99A379 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 163 + 121 = 437 (100%)
R 153 of 437 ~ 35.01%
G 163 of 437 ~ 37.3%
B 121 of 437 ~ 27.69%

%35.01
%37.3
%27.69

CMYK color model

#99A379 color CMYK value is (6,0,26,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 25.77%
  • key color value is 36.08%
CMYK:
(6,0,26,36)
C6M0Y26K36 
(6%,0%,26%,36%)
(0.06/0.00/0.26/0.36)	

CMYK percentages

%6.13
%0
%25.77
%36.08

Codes

Color #99A379 in popluar color models

99A379
RGB153163121
HSL74°18.58%55.69%
HSB/HSV74°25.77%63.92%
CMYK6.13%0.00%25.77%
36.08%

Color #99A379 in popluar number systems.

HEX99A379
Decimal153163121
Binary10011001101000111111001
Octal231243171

Shades and tints

Shades of #99A379

#99A379
(153,163,121)
#8C956E
(140,149,110)
#7F8763
(127,135,99)
#727958
(114,121,88)
#656B4D
(101,107,77)
#585D42
(88,93,66)
#4B4F37
(75,79,55)
#3E412C
(62,65,44)
#313321
(49,51,33)
#242516
(36,37,22)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #99A379

#99A379
(153,163,121)
#A2AB85
(162,171,133)
#ABB391
(171,179,145)
#B4BB9D
(180,187,157)
#BDC3A9
(189,195,169)
#C6CBB5
(198,203,181)
#CFD3C1
(207,211,193)
#D8DBCD
(216,219,205)
#E1E3D9
(225,227,217)
#EAEBE5
(234,235,229)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A379 color. Also use rgb(153,163,121) instead hex code.

Text Font Color

.myTextColor { color: #99A379; }

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

This text font color is #99A379.


Background Color

.myBgColor { background-color: #99A379; }

<div style="background-color:#99A379">Inner text</div>

This div background color is #99A379.


Border color

.myBorderColor { border: 1px solid #99A379; }

<div style="border:3px solid #99A379">Div</div>

This div border color is #99A379.


Opacity

.myOpacity80 { color: #99A379; opacity: 0.8; }

<p style="color:#99A379;opacity:0.8;">80%</p>

Text with #99A379 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 #99A379;}

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

This text has shadow with #99A379 color.

.textShadow {text-shadow: 3px 3px 1px #99A379, 3px 3px 1px red;}

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

This text has shadow with #99A379 primary color and red secondary color.


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

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

This text has shadow with #99A379 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A379 on black background.


Color preview on white background

This text has color #99A379 on white background.



Black color preview on #99A379 background

This text has black color on #99A379 background.


White color preview on #99A379 background

This text has white color on #99A379 background.