COLOR #98957F

HEX: #98957F
RGB: (152,149,127)

Color info

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

RGB color model

#98957F color RGB value is (152,149,127).

  • red value is 152;
  • green value is 149;
  • blue value is 127.
RGB:
(152,149,127)
(60%,58%,50%)

RGB channels and saturation

R 152 of 255 = 60%
G 149 of 255 = 58%
B 127 of 255 = 50%

152
149
127

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

Portions of RGB colors in percentages

R + G + B =
152 + 149 + 127 = 428 (100%)
R 152 of 428 ~ 35.51%
G 149 of 428 ~ 34.81%
B 127 of 428 ~ 29.67%

%35.51
%34.81
%29.67

CMYK color model

#98957F color CMYK value is (0,2,16,40).

  • cyan value is 0.00%
  • magenta value is 1.97%
  • yellow value is 16.45%
  • key color value is 40.39%
CMYK:
(0,2,16,40)
C0M2Y16K40 
(0%,2%,16%,40%)
(0.00/0.02/0.16/0.40)	

CMYK percentages

%0
%1.97
%16.45
%40.39

Codes

Color #98957F in popluar color models

98957F
RGB152149127
HSL53°10.82%54.71%
HSB/HSV53°16.45%59.61%
CMYK0.00%1.97%16.45%
40.39%

Color #98957F in popluar number systems.

HEX98957F
Decimal152149127
Binary10011000100101011111111
Octal230225177

Shades and tints

Shades of #98957F

#98957F
(152,149,127)
#8B8874
(139,136,116)
#7E7B69
(126,123,105)
#716E5E
(113,110,94)
#646153
(100,97,83)
#575448
(87,84,72)
#4A473D
(74,71,61)
#3D3A32
(61,58,50)
#302D27
(48,45,39)
#23201C
(35,32,28)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #98957F

#98957F
(152,149,127)
#A19E8A
(161,158,138)
#AAA795
(170,167,149)
#B3B0A0
(179,176,160)
#BCB9AB
(188,185,171)
#C5C2B6
(197,194,182)
#CECBC1
(206,203,193)
#D7D4CC
(215,212,204)
#E0DDD7
(224,221,215)
#E9E6E2
(233,230,226)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98957F color. Also use rgb(152,149,127) instead hex code.

Text Font Color

.myTextColor { color: #98957F; }

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

This text font color is #98957F.


Background Color

.myBgColor { background-color: #98957F; }

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

This div background color is #98957F.


Border color

.myBorderColor { border: 1px solid #98957F; }

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

This div border color is #98957F.


Opacity

.myOpacity80 { color: #98957F; opacity: 0.8; }

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

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

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

This text has shadow with #98957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98957F on black background.


Color preview on white background

This text has color #98957F on white background.



Black color preview on #98957F background

This text has black color on #98957F background.


White color preview on #98957F background

This text has white color on #98957F background.