COLOR #998371

HEX: #998371
RGB: (153,131,113)

Color info

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

RGB color model

#998371 color RGB value is (153,131,113).

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

RGB channels and saturation

R 153 of 255 = 60%
G 131 of 255 = 51%
B 113 of 255 = 44%

153
131
113

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

Portions of RGB colors in percentages

R + G + B =
153 + 131 + 113 = 397 (100%)
R 153 of 397 ~ 38.54%
G 131 of 397 ~ 33%
B 113 of 397 ~ 28.46%

%38.54
%33
%28.46

CMYK color model

#998371 color CMYK value is (0,14,26,40).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 26.14%
  • key color value is 40.00%
CMYK:
(0,14,26,40)
C0M14Y26K40 
(0%,14%,26%,40%)
(0.00/0.14/0.26/0.40)	

CMYK percentages

%0
%14.38
%26.14
%40

Codes

Color #998371 in popluar color models

998371
RGB153131113
HSL27°16.39%52.16%
HSB/HSV27°26.14%60.00%
CMYK0.00%14.38%26.14%
40.00%

Color #998371 in popluar number systems.

HEX998371
Decimal153131113
Binary10011001100000111110001
Octal231203161

Shades and tints

Shades of #998371

#998371
(153,131,113)
#8C7867
(140,120,103)
#7F6D5D
(127,109,93)
#726253
(114,98,83)
#655749
(101,87,73)
#584C3F
(88,76,63)
#4B4135
(75,65,53)
#3E362B
(62,54,43)
#312B21
(49,43,33)
#242017
(36,32,23)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #998371

#998371
(153,131,113)
#A28E7D
(162,142,125)
#AB9989
(171,153,137)
#B4A495
(180,164,149)
#BDAFA1
(189,175,161)
#C6BAAD
(198,186,173)
#CFC5B9
(207,197,185)
#D8D0C5
(216,208,197)
#E1DBD1
(225,219,209)
#EAE6DD
(234,230,221)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998371 color. Also use rgb(153,131,113) instead hex code.

Text Font Color

.myTextColor { color: #998371; }

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

This text font color is #998371.


Background Color

.myBgColor { background-color: #998371; }

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

This div background color is #998371.


Border color

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

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

This div border color is #998371.


Opacity

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

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

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

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

This text has shadow with #998371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998371 on black background.


Color preview on white background

This text has color #998371 on white background.



Black color preview on #998371 background

This text has black color on #998371 background.


White color preview on #998371 background

This text has white color on #998371 background.