COLOR #998576

HEX: #998576
RGB: (153,133,118)

Color info

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

RGB color model

#998576 color RGB value is (153,133,118).

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

RGB channels and saturation

R 153 of 255 = 60%
G 133 of 255 = 52%
B 118 of 255 = 46%

153
133
118

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

Portions of RGB colors in percentages

R + G + B =
153 + 133 + 118 = 404 (100%)
R 153 of 404 ~ 37.87%
G 133 of 404 ~ 32.92%
B 118 of 404 ~ 29.21%

%37.87
%32.92
%29.21

CMYK color model

#998576 color CMYK value is (0,13,23,40).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 22.88%
  • key color value is 40.00%
CMYK:
(0,13,23,40)
C0M13Y23K40 
(0%,13%,23%,40%)
(0.00/0.13/0.23/0.40)	

CMYK percentages

%0
%13.07
%22.88
%40

Codes

Color #998576 in popluar color models

998576
RGB153133118
HSL26°14.64%53.14%
HSB/HSV26°22.88%60.00%
CMYK0.00%13.07%22.88%
40.00%

Color #998576 in popluar number systems.

HEX998576
Decimal153133118
Binary10011001100001011110110
Octal231205166

Shades and tints

Shades of #998576

#998576
(153,133,118)
#8C796C
(140,121,108)
#7F6D62
(127,109,98)
#726158
(114,97,88)
#65554E
(101,85,78)
#584944
(88,73,68)
#4B3D3A
(75,61,58)
#3E3130
(62,49,48)
#312526
(49,37,38)
#24191C
(36,25,28)
#170D12
(23,13,18)
#000000
(0,0,0)

Tints of #998576

#998576
(153,133,118)
#A29082
(162,144,130)
#AB9B8E
(171,155,142)
#B4A69A
(180,166,154)
#BDB1A6
(189,177,166)
#C6BCB2
(198,188,178)
#CFC7BE
(207,199,190)
#D8D2CA
(216,210,202)
#E1DDD6
(225,221,214)
#EAE8E2
(234,232,226)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998576; }

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

This text font color is #998576.


Background Color

.myBgColor { background-color: #998576; }

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

This div background color is #998576.


Border color

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

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

This div border color is #998576.


Opacity

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

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

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

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

This text has shadow with #998576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998576 on black background.


Color preview on white background

This text has color #998576 on white background.



Black color preview on #998576 background

This text has black color on #998576 background.


White color preview on #998576 background

This text has white color on #998576 background.