COLOR #99717F

HEX: #99717F RGB: (153,113,127)

Color info

#99717F contains red, green and blue colors in about the same proportion. Web safe color of #99717F is #996666 (or #966).

RGB color model

#99717F color RGB value is (153,113,127).

RGB: (153,113,127) (60%, 44%, 50%)

RGB channels and saturation

R 153 of 255 = 60%
G 113 of 255 = 44%
B 127 of 255 = 50%

153
113
127

R + G + B ~ 51%. #99717F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 113 + 127 = 393 (100%)
R 153 of 393 ~ 38.93%
G 113 of 393 ~ 28.75%
B 127 of 393 ~ 32.32'%

%38.93
%28.75
%32.32

CMYK color model

#99717F color CMYK value is (0,26,17,40).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 16.99%
  • key color value is 40.00%
CMYK: (0,26,17,40) C0M26Y17K40 (0%,26%,17%,40%) (0.00/0.26/0.17/0.40) 

CMYK percentages

%0
%26.14
%16.99
%40

Codes

Color #99717F in popluar color models

99 71 7F
RGB 153 113 127
HSL 339° 16.39% 52.16%
HSB/HSV 339° 26.14% 60.00%
CMYK 0.00% 26.14% 16.99%
40.00%

Color #99717F in popluar number systems.

HEX 99 71 7F
Decimal 153 113 127
Binary 10011001 1110001 1111111
Octal 231 161 177

Shades and tints

Shades of #99717F

#99717F
(153,113,127)
#8C6774
(140,103,116)
#7F5D69
(127,93,105)
#72535E
(114,83,94)
#654953
(101,73,83)
#583F48
(88,63,72)
#4B353D
(75,53,61)
#3E2B32
(62,43,50)
#312127
(49,33,39)
#24171C
(36,23,28)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #99717F

#99717F
(153,113,127)
#A27D8A
(162,125,138)
#AB8995
(171,137,149)
#B495A0
(180,149,160)
#BDA1AB
(189,161,171)
#C6ADB6
(198,173,182)
#CFB9C1
(207,185,193)
#D8C5CC
(216,197,204)
#E1D1D7
(225,209,215)
#EADDE2
(234,221,226)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99717F color. Also use rgb(153,113,127) instead hex code.

Text Font Color

.myTextColor { color: #99717F; }

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

This text font color is #99717F.

Background Color

.myBgColor { background-color: #99717F; }

<div style="background-color:#99717F">Inner text</div>

This div background color is #99717F.

Border color

.myBorderColor { border: 1px solid #99717F; }

<div style="border:3px solid #99717F">Div</div>

This div border color is #99717F.

Opacity

.myOpacity80 { color: #99717F; opacity: 0.8; }

<p style="color:#99717F;opacity:0.8;">80%</p>

Text with #99717F 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 #99717F;}

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

This text has shadow with #99717F color.


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

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

This text has shadow with #99717F primary color and red secondary color.


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

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

This text has shadow with #99717F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99717F.

Preview

Color preview on black background

This text has color #99717F on black background.


Color preview on white background

This text has color #99717F on white background.


Black color preview on #99717F background

This text has black color on #99717F background.


White color preview on #99717F background

This text has white color on #99717F background.


Related colors

Complementary color

Complementary color for #hex is #668E80.


I love getcolorcode.com

Triadic colors

1 #7F9971 and #717F99 with #99717F are triadic colors.

2 #7F7199 and #71997F with #99717F are triadic colors.