COLOR #99A389

HEX: #99A389 RGB: (153,163,137)

Color info

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

RGB color model

#99A389 color RGB value is (153,163,137).

RGB: (153,163,137) (60%, 64%, 54%)

RGB channels and saturation

R 153 of 255 = 60%
G 163 of 255 = 64%
B 137 of 255 = 54%

153
163
137

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

Portions of RGB colors in percentages

R + G + B = 153 + 163 + 137 = 453 (100%)
R 153 of 453 ~ 33.77%
G 163 of 453 ~ 35.98%
B 137 of 453 ~ 30.24'%

%33.77
%35.98
%30.24

CMYK color model

#99A389 color CMYK value is (6,0,16,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 15.95%
  • key color value is 36.08%

CMYK: (6,0,16,36)
C6M0Y16K36 (6%, 0%, 16%, 36%)
(0.06 / 0.00 / 0.16 / 0.36)

CMYK percentages

%6.13
%0
%15.95
%36.08

Codes

Color #99A389 in popluar color models

99 A3 89
RGB 153 163 137
HSL 83° 12.38% 58.82%
HSB/HSV 83° 15.95% 63.92%
CMYK 6.13% 0.00% 15.95%
36.08%

Color #99A389 in popluar number systems.

HEX 99 A3 89
Decimal 153 163 137
Binary 10011001 10100011 10001001
Octal 231 243 211

Shades and tints

Shades of #99A389

#99A389
(153,163,137)
#8C957D
(140,149,125)
#7F8771
(127,135,113)
#727965
(114,121,101)
#656B59
(101,107,89)
#585D4D
(88,93,77)
#4B4F41
(75,79,65)
#3E4135
(62,65,53)
#313329
(49,51,41)
#24251D
(36,37,29)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #99A389

#99A389
(153,163,137)
#A2AB93
(162,171,147)
#ABB39D
(171,179,157)
#B4BBA7
(180,187,167)
#BDC3B1
(189,195,177)
#C6CBBB
(198,203,187)
#CFD3C5
(207,211,197)
#D8DBCF
(216,219,207)
#E1E3D9
(225,227,217)
#EAEBE3
(234,235,227)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A389; }

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

This text font color is #99A389.

Background Color

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

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

This div background color is #99A389.

Border color

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

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

This div border color is #99A389.

Opacity

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

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

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

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

This text has shadow with #99A389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A389.

Preview

Color preview on black background

This text has color #99A389 on black background.


Color preview on white background

This text has color #99A389 on white background.


Black color preview on #99A389 background

This text has black color on #99A389 background.


White color preview on #99A389 background

This text has white color on #99A389 background.


Related colors

Complementary color

Complementary color for #hex is #665C76.


I love getcolorcode.com

Triadic colors

1 #8999A3 and #A38999 with #99A389 are triadic colors.

2 #89A399 and #A39989 with #99A389 are triadic colors.