COLOR #998471

HEX: #998471
RGB: (153,132,113)

Color info

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

RGB color model

#998471 color RGB value is (153,132,113).

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

RGB channels and saturation

R 153 of 255 = 60%
G 132 of 255 = 52%
B 113 of 255 = 44%

153
132
113

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

Portions of RGB colors in percentages

R + G + B =
153 + 132 + 113 = 398 (100%)
R 153 of 398 ~ 38.44%
G 132 of 398 ~ 33.17%
B 113 of 398 ~ 28.39%

%38.44
%33.17
%28.39

CMYK color model

#998471 color CMYK value is (0,14,26,40).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 26.14%
  • key color value is 40.00%
CMYK:
(0,14,26,40)
C0M14Y26K40 
(0%,14%,26%,40%)
(0.00/0.14/0.26/0.40)	

CMYK percentages

%0
%13.73
%26.14
%40

Codes

Color #998471 in popluar color models

998471
RGB153132113
HSL29°16.39%52.16%
HSB/HSV29°26.14%60.00%
CMYK0.00%13.73%26.14%
40.00%

Color #998471 in popluar number systems.

HEX998471
Decimal153132113
Binary10011001100001001110001
Octal231204161

Shades and tints

Shades of #998471

#998471
(153,132,113)
#8C7867
(140,120,103)
#7F6C5D
(127,108,93)
#726053
(114,96,83)
#655449
(101,84,73)
#58483F
(88,72,63)
#4B3C35
(75,60,53)
#3E302B
(62,48,43)
#312421
(49,36,33)
#241817
(36,24,23)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #998471

#998471
(153,132,113)
#A28F7D
(162,143,125)
#AB9A89
(171,154,137)
#B4A595
(180,165,149)
#BDB0A1
(189,176,161)
#C6BBAD
(198,187,173)
#CFC6B9
(207,198,185)
#D8D1C5
(216,209,197)
#E1DCD1
(225,220,209)
#EAE7DD
(234,231,221)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998471; }

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

This text font color is #998471.


Background Color

.myBgColor { background-color: #998471; }

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

This div background color is #998471.


Border color

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

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

This div border color is #998471.


Opacity

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

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

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

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

This text has shadow with #998471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998471 on black background.


Color preview on white background

This text has color #998471 on white background.



Black color preview on #998471 background

This text has black color on #998471 background.


White color preview on #998471 background

This text has white color on #998471 background.