COLOR #986757

HEX: #986757
RGB: (152,103,87)

Color info

#986757 contains mainly red and green colors. Web safe color of #986757 is #996666 (or #966).

RGB color model

#986757 color RGB value is (152,103,87).

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

RGB channels and saturation

R 152 of 255 = 60%
G 103 of 255 = 40%
B 87 of 255 = 34%

152
103
87

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

Portions of RGB colors in percentages

R + G + B =
152 + 103 + 87 = 342 (100%)
R 152 of 342 ~ 44.44%
G 103 of 342 ~ 30.12%
B 87 of 342 ~ 25.44%

%44.44
%30.12
%25.44

CMYK color model

#986757 color CMYK value is (0,32,43,40).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 42.76%
  • key color value is 40.39%
CMYK:
(0,32,43,40)
C0M32Y43K40 
(0%,32%,43%,40%)
(0.00/0.32/0.43/0.40)	

CMYK percentages

%0
%32.24
%42.76
%40.39

Codes

Color #986757 in popluar color models

986757
RGB15210387
HSL15°27.20%46.86%
HSB/HSV15°42.76%59.61%
CMYK0.00%32.24%42.76%
40.39%

Color #986757 in popluar number systems.

HEX986757
Decimal15210387
Binary1001100011001111010111
Octal230147127

Shades and tints

Shades of #986757

#986757
(152,103,87)
#8B5E50
(139,94,80)
#7E5549
(126,85,73)
#714C42
(113,76,66)
#64433B
(100,67,59)
#573A34
(87,58,52)
#4A312D
(74,49,45)
#3D2826
(61,40,38)
#301F1F
(48,31,31)
#231618
(35,22,24)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #986757

#986757
(152,103,87)
#A17466
(161,116,102)
#AA8175
(170,129,117)
#B38E84
(179,142,132)
#BC9B93
(188,155,147)
#C5A8A2
(197,168,162)
#CEB5B1
(206,181,177)
#D7C2C0
(215,194,192)
#E0CFCF
(224,207,207)
#E9DCDE
(233,220,222)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986757; }

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

This text font color is #986757.


Background Color

.myBgColor { background-color: #986757; }

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

This div background color is #986757.


Border color

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

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

This div border color is #986757.


Opacity

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

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

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

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

This text has shadow with #986757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986757 on black background.


Color preview on white background

This text has color #986757 on white background.



Black color preview on #986757 background

This text has black color on #986757 background.


White color preview on #986757 background

This text has white color on #986757 background.