COLOR #99A385

HEX: #99A385
RGB: (153,163,133)

Color info

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

RGB color model

#99A385 color RGB value is (153,163,133).

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

RGB channels and saturation

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

153
163
133

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

Portions of RGB colors in percentages

R + G + B =
153 + 163 + 133 = 449 (100%)
R 153 of 449 ~ 34.08%
G 163 of 449 ~ 36.3%
B 133 of 449 ~ 29.62%

%34.08
%36.3
%29.62

CMYK color model

#99A385 color CMYK value is (6,0,18,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 36.08%
CMYK:
(6,0,18,36)
C6M0Y18K36 
(6%,0%,18%,36%)
(0.06/0.00/0.18/0.36)	

CMYK percentages

%6.13
%0
%18.4
%36.08

Codes

Color #99A385 in popluar color models

99A385
RGB153163133
HSL80°14.02%58.04%
HSB/HSV80°18.40%63.92%
CMYK6.13%0.00%18.40%
36.08%

Color #99A385 in popluar number systems.

HEX99A385
Decimal153163133
Binary100110011010001110000101
Octal231243205

Shades and tints

Shades of #99A385

#99A385
(153,163,133)
#8C9579
(140,149,121)
#7F876D
(127,135,109)
#727961
(114,121,97)
#656B55
(101,107,85)
#585D49
(88,93,73)
#4B4F3D
(75,79,61)
#3E4131
(62,65,49)
#313325
(49,51,37)
#242519
(36,37,25)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #99A385

#99A385
(153,163,133)
#A2AB90
(162,171,144)
#ABB39B
(171,179,155)
#B4BBA6
(180,187,166)
#BDC3B1
(189,195,177)
#C6CBBC
(198,203,188)
#CFD3C7
(207,211,199)
#D8DBD2
(216,219,210)
#E1E3DD
(225,227,221)
#EAEBE8
(234,235,232)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A385; }

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

This text font color is #99A385.


Background Color

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

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

This div background color is #99A385.


Border color

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

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

This div border color is #99A385.


Opacity

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

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

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

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

This text has shadow with #99A385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A385 on black background.


Color preview on white background

This text has color #99A385 on white background.



Black color preview on #99A385 background

This text has black color on #99A385 background.


White color preview on #99A385 background

This text has white color on #99A385 background.