COLOR #986B59

HEX: #986B59
RGB: (152,107,89)

Color info

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

RGB color model

#986B59 color RGB value is (152,107,89).

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

RGB channels and saturation

R 152 of 255 = 60%
G 107 of 255 = 42%
B 89 of 255 = 35%

152
107
89

R + G + B ~ 46%. #986B59 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 107 + 89 = 348 (100%)
R 152 of 348 ~ 43.68%
G 107 of 348 ~ 30.75%
B 89 of 348 ~ 25.57%

%43.68
%30.75
%25.57

CMYK color model

#986B59 color CMYK value is (0,30,41,40).

  • cyan value is 0.00%
  • magenta value is 29.61%
  • yellow value is 41.45%
  • key color value is 40.39%
CMYK:
(0,30,41,40)
C0M30Y41K40 
(0%,30%,41%,40%)
(0.00/0.30/0.41/0.40)	

CMYK percentages

%0
%29.61
%41.45
%40.39

Codes

Color #986B59 in popluar color models

986B59
RGB15210789
HSL17°26.14%47.25%
HSB/HSV17°41.45%59.61%
CMYK0.00%29.61%41.45%
40.39%

Color #986B59 in popluar number systems.

HEX986B59
Decimal15210789
Binary1001100011010111011001
Octal230153131

Shades and tints

Shades of #986B59

#986B59
(152,107,89)
#8B6251
(139,98,81)
#7E5949
(126,89,73)
#715041
(113,80,65)
#644739
(100,71,57)
#573E31
(87,62,49)
#4A3529
(74,53,41)
#3D2C21
(61,44,33)
#302319
(48,35,25)
#231A11
(35,26,17)
#161109
(22,17,9)
#000000
(0,0,0)

Tints of #986B59

#986B59
(152,107,89)
#A17868
(161,120,104)
#AA8577
(170,133,119)
#B39286
(179,146,134)
#BC9F95
(188,159,149)
#C5ACA4
(197,172,164)
#CEB9B3
(206,185,179)
#D7C6C2
(215,198,194)
#E0D3D1
(224,211,209)
#E9E0E0
(233,224,224)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986B59 color. Also use rgb(152,107,89) instead hex code.

Text Font Color

.myTextColor { color: #986B59; }

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

This text font color is #986B59.


Background Color

.myBgColor { background-color: #986B59; }

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

This div background color is #986B59.


Border color

.myBorderColor { border: 1px solid #986B59; }

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

This div border color is #986B59.


Opacity

.myOpacity80 { color: #986B59; opacity: 0.8; }

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

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

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

This text has shadow with #986B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986B59 on black background.


Color preview on white background

This text has color #986B59 on white background.



Black color preview on #986B59 background

This text has black color on #986B59 background.


White color preview on #986B59 background

This text has white color on #986B59 background.