COLOR #98786D

HEX: #98786D
RGB: (152,120,109)

Color info

#98786D contains red, green and blue colors in about the same proportion. Web safe color of #98786D is #996666 (or #966).

RGB color model

#98786D color RGB value is (152,120,109).

  • red value is 152;
  • green value is 120;
  • blue value is 109.
RGB:
(152,120,109)
(60%,47%,43%)

RGB channels and saturation

R 152 of 255 = 60%
G 120 of 255 = 47%
B 109 of 255 = 43%

152
120
109

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

Portions of RGB colors in percentages

R + G + B =
152 + 120 + 109 = 381 (100%)
R 152 of 381 ~ 39.9%
G 120 of 381 ~ 31.5%
B 109 of 381 ~ 28.61%

%39.9
%31.5
%28.61

CMYK color model

#98786D color CMYK value is (0,21,28,40).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 28.29%
  • key color value is 40.39%
CMYK:
(0,21,28,40)
C0M21Y28K40 
(0%,21%,28%,40%)
(0.00/0.21/0.28/0.40)	

CMYK percentages

%0
%21.05
%28.29
%40.39

Codes

Color #98786D in popluar color models

98786D
RGB152120109
HSL15°17.27%51.18%
HSB/HSV15°28.29%59.61%
CMYK0.00%21.05%28.29%
40.39%

Color #98786D in popluar number systems.

HEX98786D
Decimal152120109
Binary1001100011110001101101
Octal230170155

Shades and tints

Shades of #98786D

#98786D
(152,120,109)
#8B6E64
(139,110,100)
#7E645B
(126,100,91)
#715A52
(113,90,82)
#645049
(100,80,73)
#574640
(87,70,64)
#4A3C37
(74,60,55)
#3D322E
(61,50,46)
#302825
(48,40,37)
#231E1C
(35,30,28)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #98786D

#98786D
(152,120,109)
#A1847A
(161,132,122)
#AA9087
(170,144,135)
#B39C94
(179,156,148)
#BCA8A1
(188,168,161)
#C5B4AE
(197,180,174)
#CEC0BB
(206,192,187)
#D7CCC8
(215,204,200)
#E0D8D5
(224,216,213)
#E9E4E2
(233,228,226)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98786D color. Also use rgb(152,120,109) instead hex code.

Text Font Color

.myTextColor { color: #98786D; }

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

This text font color is #98786D.


Background Color

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

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

This div background color is #98786D.


Border color

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

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

This div border color is #98786D.


Opacity

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

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

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

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

This text has shadow with #98786D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98786D on black background.


Color preview on white background

This text has color #98786D on white background.



Black color preview on #98786D background

This text has black color on #98786D background.


White color preview on #98786D background

This text has white color on #98786D background.