COLOR #99857F

HEX: #99857F RGB: (153,133,127)

Color info

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

RGB color model

#99857F color RGB value is (153,133,127).

RGB: (153,133,127) (60%, 52%, 50%)

RGB channels and saturation

R 153 of 255 = 60%
G 133 of 255 = 52%
B 127 of 255 = 50%

153
133
127

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

Portions of RGB colors in percentages

R + G + B = 153 + 133 + 127 = 413 (100%)
R 153 of 413 ~ 37.05%
G 133 of 413 ~ 32.2%
B 127 of 413 ~ 30.75'%

%37.05
%32.2
%30.75

CMYK color model

#99857F color CMYK value is (0,13,17,40).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 16.99%
  • key color value is 40.00%

CMYK: (0,13,17,40)
C0M13Y17K40 (0%, 13%, 17%, 40%)
(0.00 / 0.13 / 0.17 / 0.40)

CMYK percentages

%0
%13.07
%16.99
%40

Codes

Color #99857F in popluar color models

99 85 7F
RGB 153 133 127
HSL 14° 11.30% 54.90%
HSB/HSV 14° 16.99% 60.00%
CMYK 0.00% 13.07% 16.99%
40.00%

Color #99857F in popluar number systems.

HEX 99 85 7F
Decimal 153 133 127
Binary 10011001 10000101 1111111
Octal 231 205 177

Shades and tints

Shades of #99857F

#99857F
(153,133,127)
#8C7974
(140,121,116)
#7F6D69
(127,109,105)
#72615E
(114,97,94)
#655553
(101,85,83)
#584948
(88,73,72)
#4B3D3D
(75,61,61)
#3E3132
(62,49,50)
#312527
(49,37,39)
#24191C
(36,25,28)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #99857F

#99857F
(153,133,127)
#A2908A
(162,144,138)
#AB9B95
(171,155,149)
#B4A6A0
(180,166,160)
#BDB1AB
(189,177,171)
#C6BCB6
(198,188,182)
#CFC7C1
(207,199,193)
#D8D2CC
(216,210,204)
#E1DDD7
(225,221,215)
#EAE8E2
(234,232,226)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99857F; }

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

This text font color is #99857F.

Background Color

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

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

This div background color is #99857F.

Border color

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

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

This div border color is #99857F.

Opacity

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

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

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

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

This text has shadow with #99857F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99857F.

Preview

Color preview on black background

This text has color #99857F on black background.


Color preview on white background

This text has color #99857F on white background.


Black color preview on #99857F background

This text has black color on #99857F background.


White color preview on #99857F background

This text has white color on #99857F background.


Related colors

Complementary color

Complementary color for #hex is #667A80.


I love getcolorcode.com

Triadic colors

1 #7F9985 and #857F99 with #99857F are triadic colors.

2 #7F8599 and #85997F with #99857F are triadic colors.