COLOR #98684D

HEX: #98684D
RGB: (152,104,77)

Color info

#98684D contains mainly red and green colors. Web safe color of #98684D is #996633 (or #963).

RGB color model

#98684D color RGB value is (152,104,77).

  • red value is 152;
  • green value is 104;
  • blue value is 77.
RGB:
(152,104,77)
(60%,41%,30%)

RGB channels and saturation

R 152 of 255 = 60%
G 104 of 255 = 41%
B 77 of 255 = 30%

152
104
77

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

Portions of RGB colors in percentages

R + G + B =
152 + 104 + 77 = 333 (100%)
R 152 of 333 ~ 45.65%
G 104 of 333 ~ 31.23%
B 77 of 333 ~ 23.12%

%45.65
%31.23
%23.12

CMYK color model

#98684D color CMYK value is (0,32,49,40).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 49.34%
  • key color value is 40.39%
CMYK:
(0,32,49,40)
C0M32Y49K40 
(0%,32%,49%,40%)
(0.00/0.32/0.49/0.40)	

CMYK percentages

%0
%31.58
%49.34
%40.39

Codes

Color #98684D in popluar color models

98684D
RGB15210477
HSL22°32.75%44.90%
HSB/HSV22°49.34%59.61%
CMYK0.00%31.58%49.34%
40.39%

Color #98684D in popluar number systems.

HEX98684D
Decimal15210477
Binary1001100011010001001101
Octal230150115

Shades and tints

Shades of #98684D

#98684D
(152,104,77)
#8B5F46
(139,95,70)
#7E563F
(126,86,63)
#714D38
(113,77,56)
#644431
(100,68,49)
#573B2A
(87,59,42)
#4A3223
(74,50,35)
#3D291C
(61,41,28)
#302015
(48,32,21)
#23170E
(35,23,14)
#160E07
(22,14,7)
#000000
(0,0,0)

Tints of #98684D

#98684D
(152,104,77)
#A1755D
(161,117,93)
#AA826D
(170,130,109)
#B38F7D
(179,143,125)
#BC9C8D
(188,156,141)
#C5A99D
(197,169,157)
#CEB6AD
(206,182,173)
#D7C3BD
(215,195,189)
#E0D0CD
(224,208,205)
#E9DDDD
(233,221,221)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98684D color. Also use rgb(152,104,77) instead hex code.

Text Font Color

.myTextColor { color: #98684D; }

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

This text font color is #98684D.


Background Color

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

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

This div background color is #98684D.


Border color

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

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

This div border color is #98684D.


Opacity

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

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

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

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

This text has shadow with #98684D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98684D on black background.


Color preview on white background

This text has color #98684D on white background.



Black color preview on #98684D background

This text has black color on #98684D background.


White color preview on #98684D background

This text has white color on #98684D background.