COLOR #986749

HEX: #986749
RGB: (152,103,73)

Color info

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

RGB color model

#986749 color RGB value is (152,103,73).

  • red value is 152;
  • green value is 103;
  • blue value is 73.
RGB:
(152,103,73)
(60%,40%,29%)

RGB channels and saturation

R 152 of 255 = 60%
G 103 of 255 = 40%
B 73 of 255 = 29%

152
103
73

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

Portions of RGB colors in percentages

R + G + B =
152 + 103 + 73 = 328 (100%)
R 152 of 328 ~ 46.34%
G 103 of 328 ~ 31.4%
B 73 of 328 ~ 22.26%

%46.34
%31.4
%22.26

CMYK color model

#986749 color CMYK value is (0,32,52,40).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 51.97%
  • key color value is 40.39%
CMYK:
(0,32,52,40)
C0M32Y52K40 
(0%,32%,52%,40%)
(0.00/0.32/0.52/0.40)	

CMYK percentages

%0
%32.24
%51.97
%40.39

Codes

Color #986749 in popluar color models

986749
RGB15210373
HSL23°35.11%44.12%
HSB/HSV23°51.97%59.61%
CMYK0.00%32.24%51.97%
40.39%

Color #986749 in popluar number systems.

HEX986749
Decimal15210373
Binary1001100011001111001001
Octal230147111

Shades and tints

Shades of #986749

#986749
(152,103,73)
#8B5E43
(139,94,67)
#7E553D
(126,85,61)
#714C37
(113,76,55)
#644331
(100,67,49)
#573A2B
(87,58,43)
#4A3125
(74,49,37)
#3D281F
(61,40,31)
#301F19
(48,31,25)
#231613
(35,22,19)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #986749

#986749
(152,103,73)
#A17459
(161,116,89)
#AA8169
(170,129,105)
#B38E79
(179,142,121)
#BC9B89
(188,155,137)
#C5A899
(197,168,153)
#CEB5A9
(206,181,169)
#D7C2B9
(215,194,185)
#E0CFC9
(224,207,201)
#E9DCD9
(233,220,217)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986749 color. Also use rgb(152,103,73) instead hex code.

Text Font Color

.myTextColor { color: #986749; }

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

This text font color is #986749.


Background Color

.myBgColor { background-color: #986749; }

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

This div background color is #986749.


Border color

.myBorderColor { border: 1px solid #986749; }

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

This div border color is #986749.


Opacity

.myOpacity80 { color: #986749; opacity: 0.8; }

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

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

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

This text has shadow with #986749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986749 on black background.


Color preview on white background

This text has color #986749 on white background.



Black color preview on #986749 background

This text has black color on #986749 background.


White color preview on #986749 background

This text has white color on #986749 background.