COLOR #98856B

HEX: #98856B
RGB: (152,133,107)

Color info

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

RGB color model

#98856B color RGB value is (152,133,107).

  • red value is 152;
  • green value is 133;
  • blue value is 107.
RGB:
(152,133,107)
(60%,52%,42%)

RGB channels and saturation

R 152 of 255 = 60%
G 133 of 255 = 52%
B 107 of 255 = 42%

152
133
107

R + G + B ~ 51%. #98856B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 133 + 107 = 392 (100%)
R 152 of 392 ~ 38.78%
G 133 of 392 ~ 33.93%
B 107 of 392 ~ 27.3%

%38.78
%33.93
%27.3

CMYK color model

#98856B color CMYK value is (0,13,30,40).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 29.61%
  • key color value is 40.39%
CMYK:
(0,13,30,40)
C0M13Y30K40 
(0%,13%,30%,40%)
(0.00/0.13/0.30/0.40)	

CMYK percentages

%0
%12.5
%29.61
%40.39

Codes

Color #98856B in popluar color models

98856B
RGB152133107
HSL35°17.93%50.78%
HSB/HSV35°29.61%59.61%
CMYK0.00%12.50%29.61%
40.39%

Color #98856B in popluar number systems.

HEX98856B
Decimal152133107
Binary10011000100001011101011
Octal230205153

Shades and tints

Shades of #98856B

#98856B
(152,133,107)
#8B7962
(139,121,98)
#7E6D59
(126,109,89)
#716150
(113,97,80)
#645547
(100,85,71)
#57493E
(87,73,62)
#4A3D35
(74,61,53)
#3D312C
(61,49,44)
#302523
(48,37,35)
#23191A
(35,25,26)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #98856B

#98856B
(152,133,107)
#A19078
(161,144,120)
#AA9B85
(170,155,133)
#B3A692
(179,166,146)
#BCB19F
(188,177,159)
#C5BCAC
(197,188,172)
#CEC7B9
(206,199,185)
#D7D2C6
(215,210,198)
#E0DDD3
(224,221,211)
#E9E8E0
(233,232,224)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98856B color. Also use rgb(152,133,107) instead hex code.

Text Font Color

.myTextColor { color: #98856B; }

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

This text font color is #98856B.


Background Color

.myBgColor { background-color: #98856B; }

<div style="background-color:#98856B">Inner text</div>

This div background color is #98856B.


Border color

.myBorderColor { border: 1px solid #98856B; }

<div style="border:3px solid #98856B">Div</div>

This div border color is #98856B.


Opacity

.myOpacity80 { color: #98856B; opacity: 0.8; }

<p style="color:#98856B;opacity:0.8;">80%</p>

Text with #98856B 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 #98856B;}

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

This text has shadow with #98856B color.

.textShadow {text-shadow: 3px 3px 1px #98856B, 3px 3px 1px red;}

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

This text has shadow with #98856B primary color and red secondary color.


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

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

This text has shadow with #98856B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98856B on black background.


Color preview on white background

This text has color #98856B on white background.



Black color preview on #98856B background

This text has black color on #98856B background.


White color preview on #98856B background

This text has white color on #98856B background.