COLOR #998373

HEX: #998373
RGB: (153,131,115)

Color info

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

RGB color model

#998373 color RGB value is (153,131,115).

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

RGB channels and saturation

R 153 of 255 = 60%
G 131 of 255 = 51%
B 115 of 255 = 45%

153
131
115

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

Portions of RGB colors in percentages

R + G + B =
153 + 131 + 115 = 399 (100%)
R 153 of 399 ~ 38.35%
G 131 of 399 ~ 32.83%
B 115 of 399 ~ 28.82%

%38.35
%32.83
%28.82

CMYK color model

#998373 color CMYK value is (0,14,25,40).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 24.84%
  • key color value is 40.00%
CMYK:
(0,14,25,40)
C0M14Y25K40 
(0%,14%,25%,40%)
(0.00/0.14/0.25/0.40)	

CMYK percentages

%0
%14.38
%24.84
%40

Codes

Color #998373 in popluar color models

998373
RGB153131115
HSL25°15.70%52.55%
HSB/HSV25°24.84%60.00%
CMYK0.00%14.38%24.84%
40.00%

Color #998373 in popluar number systems.

HEX998373
Decimal153131115
Binary10011001100000111110011
Octal231203163

Shades and tints

Shades of #998373

#998373
(153,131,115)
#8C7869
(140,120,105)
#7F6D5F
(127,109,95)
#726255
(114,98,85)
#65574B
(101,87,75)
#584C41
(88,76,65)
#4B4137
(75,65,55)
#3E362D
(62,54,45)
#312B23
(49,43,35)
#242019
(36,32,25)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #998373

#998373
(153,131,115)
#A28E7F
(162,142,127)
#AB998B
(171,153,139)
#B4A497
(180,164,151)
#BDAFA3
(189,175,163)
#C6BAAF
(198,186,175)
#CFC5BB
(207,197,187)
#D8D0C7
(216,208,199)
#E1DBD3
(225,219,211)
#EAE6DF
(234,230,223)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998373; }

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

This text font color is #998373.


Background Color

.myBgColor { background-color: #998373; }

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

This div background color is #998373.


Border color

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

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

This div border color is #998373.


Opacity

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

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

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

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

This text has shadow with #998373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998373 on black background.


Color preview on white background

This text has color #998373 on white background.



Black color preview on #998373 background

This text has black color on #998373 background.


White color preview on #998373 background

This text has white color on #998373 background.