COLOR #99A47D

HEX: #99A47D RGB: (153,164,125)

Color info

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

RGB color model

#99A47D color RGB value is (153,164,125).

RGB: (153,164,125) (60%, 64%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 164 of 255 = 64%
B 125 of 255 = 49%

153
164
125

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

Portions of RGB colors in percentages

R + G + B = 153 + 164 + 125 = 442 (100%)
R 153 of 442 ~ 34.62%
G 164 of 442 ~ 37.1%
B 125 of 442 ~ 28.28'%

%34.62
%37.1
%28.28

CMYK color model

#99A47D color CMYK value is (7,0,24,36).

  • cyan value is 6.71%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 35.69%

CMYK: (7,0,24,36)
C7M0Y24K36 (7%, 0%, 24%, 36%)
(0.07 / 0.00 / 0.24 / 0.36)

CMYK percentages

%6.71
%0
%23.78
%35.69

Codes

Color #99A47D in popluar color models

99 A4 7D
RGB 153 164 125
HSL 77° 17.65% 56.67%
HSB/HSV 77° 23.78% 64.31%
CMYK 6.71% 0.00% 23.78%
35.69%

Color #99A47D in popluar number systems.

HEX 99 A4 7D
Decimal 153 164 125
Binary 10011001 10100100 1111101
Octal 231 244 175

Shades and tints

Shades of #99A47D

#99A47D
(153,164,125)
#8C9672
(140,150,114)
#7F8867
(127,136,103)
#727A5C
(114,122,92)
#656C51
(101,108,81)
#585E46
(88,94,70)
#4B503B
(75,80,59)
#3E4230
(62,66,48)
#313425
(49,52,37)
#24261A
(36,38,26)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #99A47D

#99A47D
(153,164,125)
#A2AC88
(162,172,136)
#ABB493
(171,180,147)
#B4BC9E
(180,188,158)
#BDC4A9
(189,196,169)
#C6CCB4
(198,204,180)
#CFD4BF
(207,212,191)
#D8DCCA
(216,220,202)
#E1E4D5
(225,228,213)
#EAECE0
(234,236,224)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A47D color. Also use rgb(153,164,125) instead hex code.

Text Font Color

.myTextColor { color: #99A47D; }

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

This text font color is #99A47D.

Background Color

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

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

This div background color is #99A47D.

Border color

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

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

This div border color is #99A47D.

Opacity

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

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

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

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

This text has shadow with #99A47D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A47D.

Preview

Color preview on black background

This text has color #99A47D on black background.


Color preview on white background

This text has color #99A47D on white background.


Black color preview on #99A47D background

This text has black color on #99A47D background.


White color preview on #99A47D background

This text has white color on #99A47D background.


Related colors

Complementary color

Complementary color for #hex is #665B82.


I love getcolorcode.com

Triadic colors

1 #7D99A4 and #A47D99 with #99A47D are triadic colors.

2 #7DA499 and #A4997D with #99A47D are triadic colors.