COLOR #998C76

HEX: #998C76
RGB: (153,140,118)

Color info

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

RGB color model

#998C76 color RGB value is (153,140,118).

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

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 118 of 255 = 46%

153
140
118

R + G + B ~ 54%. #998C76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 140 + 118 = 411 (100%)
R 153 of 411 ~ 37.23%
G 140 of 411 ~ 34.06%
B 118 of 411 ~ 28.71%

%37.23
%34.06
%28.71

CMYK color model

#998C76 color CMYK value is (0,8,23,40).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 22.88%
  • key color value is 40.00%
CMYK:
(0,8,23,40)
C0M8Y23K40 
(0%,8%,23%,40%)
(0.00/0.08/0.23/0.40)	

CMYK percentages

%0
%8.5
%22.88
%40

Codes

Color #998C76 in popluar color models

998C76
RGB153140118
HSL38°14.64%53.14%
HSB/HSV38°22.88%60.00%
CMYK0.00%8.50%22.88%
40.00%

Color #998C76 in popluar number systems.

HEX998C76
Decimal153140118
Binary10011001100011001110110
Octal231214166

Shades and tints

Shades of #998C76

#998C76
(153,140,118)
#8C806C
(140,128,108)
#7F7462
(127,116,98)
#726858
(114,104,88)
#655C4E
(101,92,78)
#585044
(88,80,68)
#4B443A
(75,68,58)
#3E3830
(62,56,48)
#312C26
(49,44,38)
#24201C
(36,32,28)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #998C76

#998C76
(153,140,118)
#A29682
(162,150,130)
#ABA08E
(171,160,142)
#B4AA9A
(180,170,154)
#BDB4A6
(189,180,166)
#C6BEB2
(198,190,178)
#CFC8BE
(207,200,190)
#D8D2CA
(216,210,202)
#E1DCD6
(225,220,214)
#EAE6E2
(234,230,226)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998C76; }

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

This text font color is #998C76.


Background Color

.myBgColor { background-color: #998C76; }

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

This div background color is #998C76.


Border color

.myBorderColor { border: 1px solid #998C76; }

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

This div border color is #998C76.


Opacity

.myOpacity80 { color: #998C76; opacity: 0.8; }

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

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

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

This text has shadow with #998C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998C76 on black background.


Color preview on white background

This text has color #998C76 on white background.



Black color preview on #998C76 background

This text has black color on #998C76 background.


White color preview on #998C76 background

This text has white color on #998C76 background.