COLOR #98826F

HEX: #98826F
RGB: (152,130,111)

Color info

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

RGB color model

#98826F color RGB value is (152,130,111).

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

RGB channels and saturation

R 152 of 255 = 60%
G 130 of 255 = 51%
B 111 of 255 = 44%

152
130
111

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

Portions of RGB colors in percentages

R + G + B =
152 + 130 + 111 = 393 (100%)
R 152 of 393 ~ 38.68%
G 130 of 393 ~ 33.08%
B 111 of 393 ~ 28.24%

%38.68
%33.08
%28.24

CMYK color model

#98826F color CMYK value is (0,14,27,40).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 26.97%
  • key color value is 40.39%
CMYK:
(0,14,27,40)
C0M14Y27K40 
(0%,14%,27%,40%)
(0.00/0.14/0.27/0.40)	

CMYK percentages

%0
%14.47
%26.97
%40.39

Codes

Color #98826F in popluar color models

98826F
RGB152130111
HSL28°16.60%51.57%
HSB/HSV28°26.97%59.61%
CMYK0.00%14.47%26.97%
40.39%

Color #98826F in popluar number systems.

HEX98826F
Decimal152130111
Binary10011000100000101101111
Octal230202157

Shades and tints

Shades of #98826F

#98826F
(152,130,111)
#8B7765
(139,119,101)
#7E6C5B
(126,108,91)
#716151
(113,97,81)
#645647
(100,86,71)
#574B3D
(87,75,61)
#4A4033
(74,64,51)
#3D3529
(61,53,41)
#302A1F
(48,42,31)
#231F15
(35,31,21)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #98826F

#98826F
(152,130,111)
#A18D7C
(161,141,124)
#AA9889
(170,152,137)
#B3A396
(179,163,150)
#BCAEA3
(188,174,163)
#C5B9B0
(197,185,176)
#CEC4BD
(206,196,189)
#D7CFCA
(215,207,202)
#E0DAD7
(224,218,215)
#E9E5E4
(233,229,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98826F; }

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

This text font color is #98826F.


Background Color

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

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

This div background color is #98826F.


Border color

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

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

This div border color is #98826F.


Opacity

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

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

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

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

This text has shadow with #98826F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98826F on black background.


Color preview on white background

This text has color #98826F on white background.



Black color preview on #98826F background

This text has black color on #98826F background.


White color preview on #98826F background

This text has white color on #98826F background.