COLOR #999171

HEX: #999171 RGB: (153,145,113)

Color info

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

RGB color model

#999171 color RGB value is (153,145,113).

RGB: (153,145,113) (60%, 57%, 44%)

RGB channels and saturation

R 153 of 255 = 60%
G 145 of 255 = 57%
B 113 of 255 = 44%

153
145
113

R + G + B ~ 54%. #999171 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 145 + 113 = 411 (100%)
R 153 of 411 ~ 37.23%
G 145 of 411 ~ 35.28%
B 113 of 411 ~ 27.49'%

%37.23
%35.28
%27.49

CMYK color model

#999171 color CMYK value is (0,5,26,40).

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 26.14%
  • key color value is 40.00%

CMYK: (0,5,26,40)
C0M5Y26K40 (0%, 5%, 26%, 40%)
(0.00 / 0.05 / 0.26 / 0.40)

CMYK percentages

%0
%5.23
%26.14
%40

Codes

Color #999171 in popluar color models

99 91 71
RGB 153 145 113
HSL 48° 16.39% 52.16%
HSB/HSV 48° 26.14% 60.00%
CMYK 0.00% 5.23% 26.14%
40.00%

Color #999171 in popluar number systems.

HEX 99 91 71
Decimal 153 145 113
Binary 10011001 10010001 1110001
Octal 231 221 161

Shades and tints

Shades of #999171

#999171
(153,145,113)
#8C8467
(140,132,103)
#7F775D
(127,119,93)
#726A53
(114,106,83)
#655D49
(101,93,73)
#58503F
(88,80,63)
#4B4335
(75,67,53)
#3E362B
(62,54,43)
#312921
(49,41,33)
#241C17
(36,28,23)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #999171

#999171
(153,145,113)
#A29B7D
(162,155,125)
#ABA589
(171,165,137)
#B4AF95
(180,175,149)
#BDB9A1
(189,185,161)
#C6C3AD
(198,195,173)
#CFCDB9
(207,205,185)
#D8D7C5
(216,215,197)
#E1E1D1
(225,225,209)
#EAEBDD
(234,235,221)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999171; }

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

This text font color is #999171.

Background Color

.myBgColor { background-color: #999171; }

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

This div background color is #999171.

Border color

.myBorderColor { border: 1px solid #999171; }

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

This div border color is #999171.

Opacity

.myOpacity80 { color: #999171; opacity: 0.8; }

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

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

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

This text has shadow with #999171 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999171.

Preview

Color preview on black background

This text has color #999171 on black background.


Color preview on white background

This text has color #999171 on white background.


Black color preview on #999171 background

This text has black color on #999171 background.


White color preview on #999171 background

This text has white color on #999171 background.


Related colors

Complementary color

Complementary color for #hex is #666E8E.


I love getcolorcode.com

Triadic colors

1 #719991 and #917199 with #999171 are triadic colors.

2 #719199 and #919971 with #999171 are triadic colors.