COLOR #998F76

HEX: #998F76
RGB: (153,143,118)

Color info

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

RGB color model

#998F76 color RGB value is (153,143,118).

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

RGB channels and saturation

R 153 of 255 = 60%
G 143 of 255 = 56%
B 118 of 255 = 46%

153
143
118

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

Portions of RGB colors in percentages

R + G + B =
153 + 143 + 118 = 414 (100%)
R 153 of 414 ~ 36.96%
G 143 of 414 ~ 34.54%
B 118 of 414 ~ 28.5%

%36.96
%34.54
%28.5

CMYK color model

#998F76 color CMYK value is (0,7,23,40).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 22.88%
  • key color value is 40.00%
CMYK:
(0,7,23,40)
C0M7Y23K40 
(0%,7%,23%,40%)
(0.00/0.07/0.23/0.40)	

CMYK percentages

%0
%6.54
%22.88
%40

Codes

Color #998F76 in popluar color models

998F76
RGB153143118
HSL43°14.64%53.14%
HSB/HSV43°22.88%60.00%
CMYK0.00%6.54%22.88%
40.00%

Color #998F76 in popluar number systems.

HEX998F76
Decimal153143118
Binary10011001100011111110110
Octal231217166

Shades and tints

Shades of #998F76

#998F76
(153,143,118)
#8C826C
(140,130,108)
#7F7562
(127,117,98)
#726858
(114,104,88)
#655B4E
(101,91,78)
#584E44
(88,78,68)
#4B413A
(75,65,58)
#3E3430
(62,52,48)
#312726
(49,39,38)
#241A1C
(36,26,28)
#170D12
(23,13,18)
#000000
(0,0,0)

Tints of #998F76

#998F76
(153,143,118)
#A29982
(162,153,130)
#ABA38E
(171,163,142)
#B4AD9A
(180,173,154)
#BDB7A6
(189,183,166)
#C6C1B2
(198,193,178)
#CFCBBE
(207,203,190)
#D8D5CA
(216,213,202)
#E1DFD6
(225,223,214)
#EAE9E2
(234,233,226)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998F76; }

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

This text font color is #998F76.


Background Color

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

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

This div background color is #998F76.


Border color

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

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

This div border color is #998F76.


Opacity

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

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

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

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

This text has shadow with #998F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998F76 on black background.


Color preview on white background

This text has color #998F76 on white background.



Black color preview on #998F76 background

This text has black color on #998F76 background.


White color preview on #998F76 background

This text has white color on #998F76 background.