COLOR #99A384

HEX: #99A384
RGB: (153,163,132)

Color info

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

RGB color model

#99A384 color RGB value is (153,163,132).

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

RGB channels and saturation

R 153 of 255 = 60%
G 163 of 255 = 64%
B 132 of 255 = 52%

153
163
132

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

Portions of RGB colors in percentages

R + G + B =
153 + 163 + 132 = 448 (100%)
R 153 of 448 ~ 34.15%
G 163 of 448 ~ 36.38%
B 132 of 448 ~ 29.46%

%34.15
%36.38
%29.46

CMYK color model

#99A384 color CMYK value is (6,0,19,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 36.08%
CMYK:
(6,0,19,36)
C6M0Y19K36 
(6%,0%,19%,36%)
(0.06/0.00/0.19/0.36)	

CMYK percentages

%6.13
%0
%19.02
%36.08

Codes

Color #99A384 in popluar color models

99A384
RGB153163132
HSL79°14.42%57.84%
HSB/HSV79°19.02%63.92%
CMYK6.13%0.00%19.02%
36.08%

Color #99A384 in popluar number systems.

HEX99A384
Decimal153163132
Binary100110011010001110000100
Octal231243204

Shades and tints

Shades of #99A384

#99A384
(153,163,132)
#8C9578
(140,149,120)
#7F876C
(127,135,108)
#727960
(114,121,96)
#656B54
(101,107,84)
#585D48
(88,93,72)
#4B4F3C
(75,79,60)
#3E4130
(62,65,48)
#313324
(49,51,36)
#242518
(36,37,24)
#17170C
(23,23,12)
#000000
(0,0,0)

Tints of #99A384

#99A384
(153,163,132)
#A2AB8F
(162,171,143)
#ABB39A
(171,179,154)
#B4BBA5
(180,187,165)
#BDC3B0
(189,195,176)
#C6CBBB
(198,203,187)
#CFD3C6
(207,211,198)
#D8DBD1
(216,219,209)
#E1E3DC
(225,227,220)
#EAEBE7
(234,235,231)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A384; }

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

This text font color is #99A384.


Background Color

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

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

This div background color is #99A384.


Border color

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

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

This div border color is #99A384.


Opacity

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

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

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

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

This text has shadow with #99A384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A384 on black background.


Color preview on white background

This text has color #99A384 on white background.



Black color preview on #99A384 background

This text has black color on #99A384 background.


White color preview on #99A384 background

This text has white color on #99A384 background.