COLOR #99A34A

HEX: #99A34A
RGB: (153,163,74)

Color info

#99A34A contains mainly red and green colors. Web safe color of #99A34A is #999933 (or #993).

RGB color model

#99A34A color RGB value is (153,163,74).

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

RGB channels and saturation

R 153 of 255 = 60%
G 163 of 255 = 64%
B 74 of 255 = 29%

153
163
74

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

Portions of RGB colors in percentages

R + G + B =
153 + 163 + 74 = 390 (100%)
R 153 of 390 ~ 39.23%
G 163 of 390 ~ 41.79%
B 74 of 390 ~ 18.97%

%39.23
%41.79
%18.97

CMYK color model

#99A34A color CMYK value is (6,0,55,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 54.60%
  • key color value is 36.08%
CMYK:
(6,0,55,36)
C6M0Y55K36 
(6%,0%,55%,36%)
(0.06/0.00/0.55/0.36)	

CMYK percentages

%6.13
%0
%54.6
%36.08

Codes

Color #99A34A in popluar color models

99A34A
RGB15316374
HSL67°37.55%46.47%
HSB/HSV67°54.60%63.92%
CMYK6.13%0.00%54.60%
36.08%

Color #99A34A in popluar number systems.

HEX99A34A
Decimal15316374
Binary10011001101000111001010
Octal231243112

Shades and tints

Shades of #99A34A

#99A34A
(153,163,74)
#8C9544
(140,149,68)
#7F873E
(127,135,62)
#727938
(114,121,56)
#656B32
(101,107,50)
#585D2C
(88,93,44)
#4B4F26
(75,79,38)
#3E4120
(62,65,32)
#31331A
(49,51,26)
#242514
(36,37,20)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #99A34A

#99A34A
(153,163,74)
#A2AB5A
(162,171,90)
#ABB36A
(171,179,106)
#B4BB7A
(180,187,122)
#BDC38A
(189,195,138)
#C6CB9A
(198,203,154)
#CFD3AA
(207,211,170)
#D8DBBA
(216,219,186)
#E1E3CA
(225,227,202)
#EAEBDA
(234,235,218)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A34A; }

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

This text font color is #99A34A.


Background Color

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

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

This div background color is #99A34A.


Border color

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

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

This div border color is #99A34A.


Opacity

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

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

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

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

This text has shadow with #99A34A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A34A on black background.


Color preview on white background

This text has color #99A34A on white background.



Black color preview on #99A34A background

This text has black color on #99A34A background.


White color preview on #99A34A background

This text has white color on #99A34A background.