COLOR #998372

HEX: #998372
RGB: (153,131,114)

Color info

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

RGB color model

#998372 color RGB value is (153,131,114).

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

RGB channels and saturation

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

153
131
114

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

Portions of RGB colors in percentages

R + G + B =
153 + 131 + 114 = 398 (100%)
R 153 of 398 ~ 38.44%
G 131 of 398 ~ 32.91%
B 114 of 398 ~ 28.64%

%38.44
%32.91
%28.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 25.49%
  • 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
%25.49
%40

Codes

Color #998372 in popluar color models

998372
RGB153131114
HSL26°16.05%52.35%
HSB/HSV26°25.49%60.00%
CMYK0.00%14.38%25.49%
40.00%

Color #998372 in popluar number systems.

HEX998372
Decimal153131114
Binary10011001100000111110010
Octal231203162

Shades and tints

Shades of #998372

#998372
(153,131,114)
#8C7868
(140,120,104)
#7F6D5E
(127,109,94)
#726254
(114,98,84)
#65574A
(101,87,74)
#584C40
(88,76,64)
#4B4136
(75,65,54)
#3E362C
(62,54,44)
#312B22
(49,43,34)
#242018
(36,32,24)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #998372

#998372
(153,131,114)
#A28E7E
(162,142,126)
#AB998A
(171,153,138)
#B4A496
(180,164,150)
#BDAFA2
(189,175,162)
#C6BAAE
(198,186,174)
#CFC5BA
(207,197,186)
#D8D0C6
(216,208,198)
#E1DBD2
(225,219,210)
#EAE6DE
(234,230,222)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998372; }

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

This text font color is #998372.


Background Color

.myBgColor { background-color: #998372; }

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

This div background color is #998372.


Border color

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

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

This div border color is #998372.


Opacity

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

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

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

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

This text has shadow with #998372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998372 on black background.


Color preview on white background

This text has color #998372 on white background.



Black color preview on #998372 background

This text has black color on #998372 background.


White color preview on #998372 background

This text has white color on #998372 background.