COLOR #99967D

HEX: #99967D RGB: (153,150,125)

Color info

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

RGB color model

#99967D color RGB value is (153,150,125).

RGB: (153,150,125) (60%, 59%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 150 of 255 = 59%
B 125 of 255 = 49%

153
150
125

R + G + B ~ 56%. #99967D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 150 + 125 = 428 (100%)
R 153 of 428 ~ 35.75%
G 150 of 428 ~ 35.05%
B 125 of 428 ~ 29.21'%

%35.75
%35.05
%29.21

CMYK color model

#99967D color CMYK value is (0,2,18,40).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 18.30%
  • key color value is 40.00%
CMYK: (0,2,18,40) C0M2Y18K40 (0%,2%,18%,40%) (0.00/0.02/0.18/0.40) 

CMYK percentages

%0
%1.96
%18.3
%40

Codes

Color #99967D in popluar color models

99 96 7D
RGB 153 150 125
HSL 54° 12.07% 54.51%
HSB/HSV 54° 18.30% 60.00%
CMYK 0.00% 1.96% 18.30%
40.00%

Color #99967D in popluar number systems.

HEX 99 96 7D
Decimal 153 150 125
Binary 10011001 10010110 1111101
Octal 231 226 175

Shades and tints

Shades of #99967D

#99967D
(153,150,125)
#8C8972
(140,137,114)
#7F7C67
(127,124,103)
#726F5C
(114,111,92)
#656251
(101,98,81)
#585546
(88,85,70)
#4B483B
(75,72,59)
#3E3B30
(62,59,48)
#312E25
(49,46,37)
#24211A
(36,33,26)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #99967D

#99967D
(153,150,125)
#A29F88
(162,159,136)
#ABA893
(171,168,147)
#B4B19E
(180,177,158)
#BDBAA9
(189,186,169)
#C6C3B4
(198,195,180)
#CFCCBF
(207,204,191)
#D8D5CA
(216,213,202)
#E1DED5
(225,222,213)
#EAE7E0
(234,231,224)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99967D color. Also use rgb(153,150,125) instead hex code.

Text Font Color

.myTextColor { color: #99967D; }

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

This text font color is #99967D.

Background Color

.myBgColor { background-color: #99967D; }

<div style="background-color:#99967D">Inner text</div>

This div background color is #99967D.

Border color

.myBorderColor { border: 1px solid #99967D; }

<div style="border:3px solid #99967D">Div</div>

This div border color is #99967D.

Opacity

.myOpacity80 { color: #99967D; opacity: 0.8; }

<p style="color:#99967D;opacity:0.8;">80%</p>

Text with #99967D 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 #99967D;}

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

This text has shadow with #99967D color.


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

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

This text has shadow with #99967D primary color and red secondary color.


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

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

This text has shadow with #99967D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99967D.

Preview

Color preview on black background

This text has color #99967D on black background.


Color preview on white background

This text has color #99967D on white background.


Black color preview on #99967D background

This text has black color on #99967D background.


White color preview on #99967D background

This text has white color on #99967D background.


Related colors

Complementary color

Complementary color for #hex is #666982.


I love getcolorcode.com

Triadic colors

1 #7D9996 and #967D99 with #99967D are triadic colors.

2 #7D9699 and #96997D with #99967D are triadic colors.