COLOR #98937D

HEX: #98937D
RGB: (152,147,125)

Color info

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

RGB color model

#98937D color RGB value is (152,147,125).

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

RGB channels and saturation

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

152
147
125

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

Portions of RGB colors in percentages

R + G + B =
152 + 147 + 125 = 424 (100%)
R 152 of 424 ~ 35.85%
G 147 of 424 ~ 34.67%
B 125 of 424 ~ 29.48%

%35.85
%34.67
%29.48

CMYK color model

#98937D color CMYK value is (0,3,18,40).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 17.76%
  • key color value is 40.39%
CMYK:
(0,3,18,40)
C0M3Y18K40 
(0%,3%,18%,40%)
(0.00/0.03/0.18/0.40)	

CMYK percentages

%0
%3.29
%17.76
%40.39

Codes

Color #98937D in popluar color models

98937D
RGB152147125
HSL49°11.59%54.31%
HSB/HSV49°17.76%59.61%
CMYK0.00%3.29%17.76%
40.39%

Color #98937D in popluar number systems.

HEX98937D
Decimal152147125
Binary10011000100100111111101
Octal230223175

Shades and tints

Shades of #98937D

#98937D
(152,147,125)
#8B8672
(139,134,114)
#7E7967
(126,121,103)
#716C5C
(113,108,92)
#645F51
(100,95,81)
#575246
(87,82,70)
#4A453B
(74,69,59)
#3D3830
(61,56,48)
#302B25
(48,43,37)
#231E1A
(35,30,26)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #98937D

#98937D
(152,147,125)
#A19C88
(161,156,136)
#AAA593
(170,165,147)
#B3AE9E
(179,174,158)
#BCB7A9
(188,183,169)
#C5C0B4
(197,192,180)
#CEC9BF
(206,201,191)
#D7D2CA
(215,210,202)
#E0DBD5
(224,219,213)
#E9E4E0
(233,228,224)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98937D; }

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

This text font color is #98937D.


Background Color

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

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

This div background color is #98937D.


Border color

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

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

This div border color is #98937D.


Opacity

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

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

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

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

This text has shadow with #98937D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98937D on black background.


Color preview on white background

This text has color #98937D on white background.



Black color preview on #98937D background

This text has black color on #98937D background.


White color preview on #98937D background

This text has white color on #98937D background.