COLOR #986F52

HEX: #986F52
RGB: (152,111,82)

Color info

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

RGB color model

#986F52 color RGB value is (152,111,82).

  • red value is 152;
  • green value is 111;
  • blue value is 82.
RGB:
(152,111,82)
(60%,44%,32%)

RGB channels and saturation

R 152 of 255 = 60%
G 111 of 255 = 44%
B 82 of 255 = 32%

152
111
82

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

Portions of RGB colors in percentages

R + G + B =
152 + 111 + 82 = 345 (100%)
R 152 of 345 ~ 44.06%
G 111 of 345 ~ 32.17%
B 82 of 345 ~ 23.77%

%44.06
%32.17
%23.77

CMYK color model

#986F52 color CMYK value is (0,27,46,40).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 46.05%
  • key color value is 40.39%
CMYK:
(0,27,46,40)
C0M27Y46K40 
(0%,27%,46%,40%)
(0.00/0.27/0.46/0.40)	

CMYK percentages

%0
%26.97
%46.05
%40.39

Codes

Color #986F52 in popluar color models

986F52
RGB15211182
HSL25°29.91%45.88%
HSB/HSV25°46.05%59.61%
CMYK0.00%26.97%46.05%
40.39%

Color #986F52 in popluar number systems.

HEX986F52
Decimal15211182
Binary1001100011011111010010
Octal230157122

Shades and tints

Shades of #986F52

#986F52
(152,111,82)
#8B654B
(139,101,75)
#7E5B44
(126,91,68)
#71513D
(113,81,61)
#644736
(100,71,54)
#573D2F
(87,61,47)
#4A3328
(74,51,40)
#3D2921
(61,41,33)
#301F1A
(48,31,26)
#231513
(35,21,19)
#160B0C
(22,11,12)
#000000
(0,0,0)

Tints of #986F52

#986F52
(152,111,82)
#A17C61
(161,124,97)
#AA8970
(170,137,112)
#B3967F
(179,150,127)
#BCA38E
(188,163,142)
#C5B09D
(197,176,157)
#CEBDAC
(206,189,172)
#D7CABB
(215,202,187)
#E0D7CA
(224,215,202)
#E9E4D9
(233,228,217)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986F52 color. Also use rgb(152,111,82) instead hex code.

Text Font Color

.myTextColor { color: #986F52; }

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

This text font color is #986F52.


Background Color

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

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

This div background color is #986F52.


Border color

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

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

This div border color is #986F52.


Opacity

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

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

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

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

This text has shadow with #986F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986F52 on black background.


Color preview on white background

This text has color #986F52 on white background.



Black color preview on #986F52 background

This text has black color on #986F52 background.


White color preview on #986F52 background

This text has white color on #986F52 background.