COLOR #998971

HEX: #998971
RGB: (153,137,113)

Color info

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

RGB color model

#998971 color RGB value is (153,137,113).

  • red value is 153;
  • green value is 137;
  • blue value is 113.
RGB:
(153,137,113)
(60%,54%,44%)

RGB channels and saturation

R 153 of 255 = 60%
G 137 of 255 = 54%
B 113 of 255 = 44%

153
137
113

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

Portions of RGB colors in percentages

R + G + B =
153 + 137 + 113 = 403 (100%)
R 153 of 403 ~ 37.97%
G 137 of 403 ~ 34%
B 113 of 403 ~ 28.04%

%37.97
%34
%28.04

CMYK color model

#998971 color CMYK value is (0,10,26,40).

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 26.14%
  • key color value is 40.00%
CMYK:
(0,10,26,40)
C0M10Y26K40 
(0%,10%,26%,40%)
(0.00/0.10/0.26/0.40)	

CMYK percentages

%0
%10.46
%26.14
%40

Codes

Color #998971 in popluar color models

998971
RGB153137113
HSL36°16.39%52.16%
HSB/HSV36°26.14%60.00%
CMYK0.00%10.46%26.14%
40.00%

Color #998971 in popluar number systems.

HEX998971
Decimal153137113
Binary10011001100010011110001
Octal231211161

Shades and tints

Shades of #998971

#998971
(153,137,113)
#8C7D67
(140,125,103)
#7F715D
(127,113,93)
#726553
(114,101,83)
#655949
(101,89,73)
#584D3F
(88,77,63)
#4B4135
(75,65,53)
#3E352B
(62,53,43)
#312921
(49,41,33)
#241D17
(36,29,23)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #998971

#998971
(153,137,113)
#A2937D
(162,147,125)
#AB9D89
(171,157,137)
#B4A795
(180,167,149)
#BDB1A1
(189,177,161)
#C6BBAD
(198,187,173)
#CFC5B9
(207,197,185)
#D8CFC5
(216,207,197)
#E1D9D1
(225,217,209)
#EAE3DD
(234,227,221)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998971; }

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

This text font color is #998971.


Background Color

.myBgColor { background-color: #998971; }

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

This div background color is #998971.


Border color

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

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

This div border color is #998971.


Opacity

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

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

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

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

This text has shadow with #998971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998971 on black background.


Color preview on white background

This text has color #998971 on white background.



Black color preview on #998971 background

This text has black color on #998971 background.


White color preview on #998971 background

This text has white color on #998971 background.