COLOR #98937E

HEX: #98937E
RGB: (152,147,126)

Color info

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

RGB color model

#98937E color RGB value is (152,147,126).

  • red value is 152;
  • green value is 147;
  • blue value is 126.
RGB:
(152,147,126)
(60%,58%,49%)

RGB channels and saturation

R 152 of 255 = 60%
G 147 of 255 = 58%
B 126 of 255 = 49%

152
147
126

R + G + B ~ 56%. #98937E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 147 + 126 = 425 (100%)
R 152 of 425 ~ 35.76%
G 147 of 425 ~ 34.59%
B 126 of 425 ~ 29.65%

%35.76
%34.59
%29.65

CMYK color model

#98937E color CMYK value is (0,3,17,40).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 17.11%
  • key color value is 40.39%
CMYK:
(0,3,17,40)
C0M3Y17K40 
(0%,3%,17%,40%)
(0.00/0.03/0.17/0.40)	

CMYK percentages

%0
%3.29
%17.11
%40.39

Codes

Color #98937E in popluar color models

98937E
RGB152147126
HSL48°11.21%54.51%
HSB/HSV48°17.11%59.61%
CMYK0.00%3.29%17.11%
40.39%

Color #98937E in popluar number systems.

HEX98937E
Decimal152147126
Binary10011000100100111111110
Octal230223176

Shades and tints

Shades of #98937E

#98937E
(152,147,126)
#8B8673
(139,134,115)
#7E7968
(126,121,104)
#716C5D
(113,108,93)
#645F52
(100,95,82)
#575247
(87,82,71)
#4A453C
(74,69,60)
#3D3831
(61,56,49)
#302B26
(48,43,38)
#231E1B
(35,30,27)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #98937E

#98937E
(152,147,126)
#A19C89
(161,156,137)
#AAA594
(170,165,148)
#B3AE9F
(179,174,159)
#BCB7AA
(188,183,170)
#C5C0B5
(197,192,181)
#CEC9C0
(206,201,192)
#D7D2CB
(215,210,203)
#E0DBD6
(224,219,214)
#E9E4E1
(233,228,225)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98937E color. Also use rgb(152,147,126) instead hex code.

Text Font Color

.myTextColor { color: #98937E; }

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

This text font color is #98937E.


Background Color

.myBgColor { background-color: #98937E; }

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

This div background color is #98937E.


Border color

.myBorderColor { border: 1px solid #98937E; }

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

This div border color is #98937E.


Opacity

.myOpacity80 { color: #98937E; opacity: 0.8; }

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

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

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

This text has shadow with #98937E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98937E on black background.


Color preview on white background

This text has color #98937E on white background.



Black color preview on #98937E background

This text has black color on #98937E background.


White color preview on #98937E background

This text has white color on #98937E background.