COLOR #998C71

HEX: #998C71 RGB: (153,140,113)

Color info

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

RGB color model

#998C71 color RGB value is (153,140,113).

RGB: (153,140,113) (60%, 55%, 44%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 113 of 255 = 44%

153
140
113

R + G + B ~ 53%. #998C71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 140 + 113 = 406 (100%)
R 153 of 406 ~ 37.68%
G 140 of 406 ~ 34.48%
B 113 of 406 ~ 27.83'%

%37.68
%34.48
%27.83

CMYK color model

#998C71 color CMYK value is (0,8,26,40).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 26.14%
  • key color value is 40.00%
CMYK: (0,8,26,40) C0M8Y26K40 (0%,8%,26%,40%) (0.00/0.08/0.26/0.40) 

CMYK percentages

%0
%8.5
%26.14
%40

Codes

Color #998C71 in popluar color models

99 8C 71
RGB 153 140 113
HSL 41° 16.39% 52.16%
HSB/HSV 41° 26.14% 60.00%
CMYK 0.00% 8.50% 26.14%
40.00%

Color #998C71 in popluar number systems.

HEX 99 8C 71
Decimal 153 140 113
Binary 10011001 10001100 1110001
Octal 231 214 161

Shades and tints

Shades of #998C71

#998C71
(153,140,113)
#8C8067
(140,128,103)
#7F745D
(127,116,93)
#726853
(114,104,83)
#655C49
(101,92,73)
#58503F
(88,80,63)
#4B4435
(75,68,53)
#3E382B
(62,56,43)
#312C21
(49,44,33)
#242017
(36,32,23)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #998C71

#998C71
(153,140,113)
#A2967D
(162,150,125)
#ABA089
(171,160,137)
#B4AA95
(180,170,149)
#BDB4A1
(189,180,161)
#C6BEAD
(198,190,173)
#CFC8B9
(207,200,185)
#D8D2C5
(216,210,197)
#E1DCD1
(225,220,209)
#EAE6DD
(234,230,221)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998C71; }

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

This text font color is #998C71.

Background Color

.myBgColor { background-color: #998C71; }

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

This div background color is #998C71.

Border color

.myBorderColor { border: 1px solid #998C71; }

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

This div border color is #998C71.

Opacity

.myOpacity80 { color: #998C71; opacity: 0.8; }

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

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

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

This text has shadow with #998C71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998C71.

Preview

Color preview on black background

This text has color #998C71 on black background.


Color preview on white background

This text has color #998C71 on white background.


Black color preview on #998C71 background

This text has black color on #998C71 background.


White color preview on #998C71 background

This text has white color on #998C71 background.


Related colors

Complementary color

Complementary color for #hex is #66738E.


I love getcolorcode.com

Triadic colors

1 #71998C and #8C7199 with #998C71 are triadic colors.

2 #718C99 and #8C9971 with #998C71 are triadic colors.