COLOR #986C3E

HEX: #986C3E
RGB: (152,108,62)

Color info

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

RGB color model

#986C3E color RGB value is (152,108,62).

  • red value is 152;
  • green value is 108;
  • blue value is 62.
RGB:
(152,108,62)
(60%,42%,24%)

RGB channels and saturation

R 152 of 255 = 60%
G 108 of 255 = 42%
B 62 of 255 = 24%

152
108
62

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

Portions of RGB colors in percentages

R + G + B =
152 + 108 + 62 = 322 (100%)
R 152 of 322 ~ 47.2%
G 108 of 322 ~ 33.54%
B 62 of 322 ~ 19.25%

%47.2
%33.54
%19.25

CMYK color model

#986C3E color CMYK value is (0,29,59,40).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 59.21%
  • key color value is 40.39%
CMYK:
(0,29,59,40)
C0M29Y59K40 
(0%,29%,59%,40%)
(0.00/0.29/0.59/0.40)	

CMYK percentages

%0
%28.95
%59.21
%40.39

Codes

Color #986C3E in popluar color models

986C3E
RGB15210862
HSL31°42.06%41.96%
HSB/HSV31°59.21%59.61%
CMYK0.00%28.95%59.21%
40.39%

Color #986C3E in popluar number systems.

HEX986C3E
Decimal15210862
Binary100110001101100111110
Octal23015476

Shades and tints

Shades of #986C3E

#986C3E
(152,108,62)
#8B6339
(139,99,57)
#7E5A34
(126,90,52)
#71512F
(113,81,47)
#64482A
(100,72,42)
#573F25
(87,63,37)
#4A3620
(74,54,32)
#3D2D1B
(61,45,27)
#302416
(48,36,22)
#231B11
(35,27,17)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #986C3E

#986C3E
(152,108,62)
#A1794F
(161,121,79)
#AA8660
(170,134,96)
#B39371
(179,147,113)
#BCA082
(188,160,130)
#C5AD93
(197,173,147)
#CEBAA4
(206,186,164)
#D7C7B5
(215,199,181)
#E0D4C6
(224,212,198)
#E9E1D7
(233,225,215)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986C3E color. Also use rgb(152,108,62) instead hex code.

Text Font Color

.myTextColor { color: #986C3E; }

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

This text font color is #986C3E.


Background Color

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

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

This div background color is #986C3E.


Border color

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

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

This div border color is #986C3E.


Opacity

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

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

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

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

This text has shadow with #986C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986C3E on black background.


Color preview on white background

This text has color #986C3E on white background.



Black color preview on #986C3E background

This text has black color on #986C3E background.


White color preview on #986C3E background

This text has white color on #986C3E background.