COLOR #998176

HEX: #998176
RGB: (153,129,118)

Color info

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

RGB color model

#998176 color RGB value is (153,129,118).

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

RGB channels and saturation

R 153 of 255 = 60%
G 129 of 255 = 51%
B 118 of 255 = 46%

153
129
118

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

Portions of RGB colors in percentages

R + G + B =
153 + 129 + 118 = 400 (100%)
R 153 of 400 ~ 38.25%
G 129 of 400 ~ 32.25%
B 118 of 400 ~ 29.5%

%38.25
%32.25
%29.5

CMYK color model

#998176 color CMYK value is (0,16,23,40).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 22.88%
  • key color value is 40.00%
CMYK:
(0,16,23,40)
C0M16Y23K40 
(0%,16%,23%,40%)
(0.00/0.16/0.23/0.40)	

CMYK percentages

%0
%15.69
%22.88
%40

Codes

Color #998176 in popluar color models

998176
RGB153129118
HSL19°14.64%53.14%
HSB/HSV19°22.88%60.00%
CMYK0.00%15.69%22.88%
40.00%

Color #998176 in popluar number systems.

HEX998176
Decimal153129118
Binary10011001100000011110110
Octal231201166

Shades and tints

Shades of #998176

#998176
(153,129,118)
#8C766C
(140,118,108)
#7F6B62
(127,107,98)
#726058
(114,96,88)
#65554E
(101,85,78)
#584A44
(88,74,68)
#4B3F3A
(75,63,58)
#3E3430
(62,52,48)
#312926
(49,41,38)
#241E1C
(36,30,28)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #998176

#998176
(153,129,118)
#A28C82
(162,140,130)
#AB978E
(171,151,142)
#B4A29A
(180,162,154)
#BDADA6
(189,173,166)
#C6B8B2
(198,184,178)
#CFC3BE
(207,195,190)
#D8CECA
(216,206,202)
#E1D9D6
(225,217,214)
#EAE4E2
(234,228,226)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998176; }

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

This text font color is #998176.


Background Color

.myBgColor { background-color: #998176; }

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

This div background color is #998176.


Border color

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

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

This div border color is #998176.


Opacity

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

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

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

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

This text has shadow with #998176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998176 on black background.


Color preview on white background

This text has color #998176 on white background.



Black color preview on #998176 background

This text has black color on #998176 background.


White color preview on #998176 background

This text has white color on #998176 background.