COLOR #99A377

HEX: #99A377
RGB: (153,163,119)

Color info

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

RGB color model

#99A377 color RGB value is (153,163,119).

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

RGB channels and saturation

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

153
163
119

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

Portions of RGB colors in percentages

R + G + B =
153 + 163 + 119 = 435 (100%)
R 153 of 435 ~ 35.17%
G 163 of 435 ~ 37.47%
B 119 of 435 ~ 27.36%

%35.17
%37.47
%27.36

CMYK color model

#99A377 color CMYK value is (6,0,27,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • key color value is 36.08%
CMYK:
(6,0,27,36)
C6M0Y27K36 
(6%,0%,27%,36%)
(0.06/0.00/0.27/0.36)	

CMYK percentages

%6.13
%0
%26.99
%36.08

Codes

Color #99A377 in popluar color models

99A377
RGB153163119
HSL74°19.30%55.29%
HSB/HSV74°26.99%63.92%
CMYK6.13%0.00%26.99%
36.08%

Color #99A377 in popluar number systems.

HEX99A377
Decimal153163119
Binary10011001101000111110111
Octal231243167

Shades and tints

Shades of #99A377

#99A377
(153,163,119)
#8C956D
(140,149,109)
#7F8763
(127,135,99)
#727959
(114,121,89)
#656B4F
(101,107,79)
#585D45
(88,93,69)
#4B4F3B
(75,79,59)
#3E4131
(62,65,49)
#313327
(49,51,39)
#24251D
(36,37,29)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #99A377

#99A377
(153,163,119)
#A2AB83
(162,171,131)
#ABB38F
(171,179,143)
#B4BB9B
(180,187,155)
#BDC3A7
(189,195,167)
#C6CBB3
(198,203,179)
#CFD3BF
(207,211,191)
#D8DBCB
(216,219,203)
#E1E3D7
(225,227,215)
#EAEBE3
(234,235,227)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A377; }

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

This text font color is #99A377.


Background Color

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

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

This div background color is #99A377.


Border color

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

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

This div border color is #99A377.


Opacity

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

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

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

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

This text has shadow with #99A377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A377 on black background.


Color preview on white background

This text has color #99A377 on white background.



Black color preview on #99A377 background

This text has black color on #99A377 background.


White color preview on #99A377 background

This text has white color on #99A377 background.