COLOR #998170

HEX: #998170
RGB: (153,129,112)

Color info

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

RGB color model

#998170 color RGB value is (153,129,112).

  • red value is 153;
  • green value is 129;
  • blue value is 112.
RGB:
(153,129,112)
(60%,51%,44%)

RGB channels and saturation

R 153 of 255 = 60%
G 129 of 255 = 51%
B 112 of 255 = 44%

153
129
112

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

Portions of RGB colors in percentages

R + G + B =
153 + 129 + 112 = 394 (100%)
R 153 of 394 ~ 38.83%
G 129 of 394 ~ 32.74%
B 112 of 394 ~ 28.43%

%38.83
%32.74
%28.43

CMYK color model

#998170 color CMYK value is (0,16,27,40).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 26.80%
  • key color value is 40.00%
CMYK:
(0,16,27,40)
C0M16Y27K40 
(0%,16%,27%,40%)
(0.00/0.16/0.27/0.40)	

CMYK percentages

%0
%15.69
%26.8
%40

Codes

Color #998170 in popluar color models

998170
RGB153129112
HSL25°16.73%51.96%
HSB/HSV25°26.80%60.00%
CMYK0.00%15.69%26.80%
40.00%

Color #998170 in popluar number systems.

HEX998170
Decimal153129112
Binary10011001100000011110000
Octal231201160

Shades and tints

Shades of #998170

#998170
(153,129,112)
#8C7666
(140,118,102)
#7F6B5C
(127,107,92)
#726052
(114,96,82)
#655548
(101,85,72)
#584A3E
(88,74,62)
#4B3F34
(75,63,52)
#3E342A
(62,52,42)
#312920
(49,41,32)
#241E16
(36,30,22)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #998170

#998170
(153,129,112)
#A28C7D
(162,140,125)
#AB978A
(171,151,138)
#B4A297
(180,162,151)
#BDADA4
(189,173,164)
#C6B8B1
(198,184,177)
#CFC3BE
(207,195,190)
#D8CECB
(216,206,203)
#E1D9D8
(225,217,216)
#EAE4E5
(234,228,229)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998170 color. Also use rgb(153,129,112) instead hex code.

Text Font Color

.myTextColor { color: #998170; }

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

This text font color is #998170.


Background Color

.myBgColor { background-color: #998170; }

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

This div background color is #998170.


Border color

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

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

This div border color is #998170.


Opacity

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

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

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

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

This text has shadow with #998170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998170 on black background.


Color preview on white background

This text has color #998170 on white background.



Black color preview on #998170 background

This text has black color on #998170 background.


White color preview on #998170 background

This text has white color on #998170 background.