COLOR #98966F

HEX: #98966F
RGB: (152,150,111)

Color info

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

RGB color model

#98966F color RGB value is (152,150,111).

  • red value is 152;
  • green value is 150;
  • blue value is 111.
RGB:
(152,150,111)
(60%,59%,44%)

RGB channels and saturation

R 152 of 255 = 60%
G 150 of 255 = 59%
B 111 of 255 = 44%

152
150
111

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

Portions of RGB colors in percentages

R + G + B =
152 + 150 + 111 = 413 (100%)
R 152 of 413 ~ 36.8%
G 150 of 413 ~ 36.32%
B 111 of 413 ~ 26.88%

%36.8
%36.32
%26.88

CMYK color model

#98966F color CMYK value is (0,1,27,40).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 26.97%
  • key color value is 40.39%
CMYK:
(0,1,27,40)
C0M1Y27K40 
(0%,1%,27%,40%)
(0.00/0.01/0.27/0.40)	

CMYK percentages

%0
%1.32
%26.97
%40.39

Codes

Color #98966F in popluar color models

98966F
RGB152150111
HSL57°16.60%51.57%
HSB/HSV57°26.97%59.61%
CMYK0.00%1.32%26.97%
40.39%

Color #98966F in popluar number systems.

HEX98966F
Decimal152150111
Binary10011000100101101101111
Octal230226157

Shades and tints

Shades of #98966F

#98966F
(152,150,111)
#8B8965
(139,137,101)
#7E7C5B
(126,124,91)
#716F51
(113,111,81)
#646247
(100,98,71)
#57553D
(87,85,61)
#4A4833
(74,72,51)
#3D3B29
(61,59,41)
#302E1F
(48,46,31)
#232115
(35,33,21)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #98966F

#98966F
(152,150,111)
#A19F7C
(161,159,124)
#AAA889
(170,168,137)
#B3B196
(179,177,150)
#BCBAA3
(188,186,163)
#C5C3B0
(197,195,176)
#CECCBD
(206,204,189)
#D7D5CA
(215,213,202)
#E0DED7
(224,222,215)
#E9E7E4
(233,231,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98966F color. Also use rgb(152,150,111) instead hex code.

Text Font Color

.myTextColor { color: #98966F; }

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

This text font color is #98966F.


Background Color

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

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

This div background color is #98966F.


Border color

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

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

This div border color is #98966F.


Opacity

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

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

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

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

This text has shadow with #98966F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98966F on black background.


Color preview on white background

This text has color #98966F on white background.



Black color preview on #98966F background

This text has black color on #98966F background.


White color preview on #98966F background

This text has white color on #98966F background.