COLOR #986C3F

HEX: #986C3F
RGB: (152,108,63)

Color info

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

RGB color model

#986C3F color RGB value is (152,108,63).

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

RGB channels and saturation

R 152 of 255 = 60%
G 108 of 255 = 42%
B 63 of 255 = 25%

152
108
63

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

Portions of RGB colors in percentages

R + G + B =
152 + 108 + 63 = 323 (100%)
R 152 of 323 ~ 47.06%
G 108 of 323 ~ 33.44%
B 63 of 323 ~ 19.5%

%47.06
%33.44
%19.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 58.55%
  • 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
%58.55
%40.39

Codes

Color #986C3F in popluar color models

986C3F
RGB15210863
HSL30°41.40%42.16%
HSB/HSV30°58.55%59.61%
CMYK0.00%28.95%58.55%
40.39%

Color #986C3F in popluar number systems.

HEX986C3F
Decimal15210863
Binary100110001101100111111
Octal23015477

Shades and tints

Shades of #986C3F

#986C3F
(152,108,63)
#8B633A
(139,99,58)
#7E5A35
(126,90,53)
#715130
(113,81,48)
#64482B
(100,72,43)
#573F26
(87,63,38)
#4A3621
(74,54,33)
#3D2D1C
(61,45,28)
#302417
(48,36,23)
#231B12
(35,27,18)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #986C3F

#986C3F
(152,108,63)
#A17950
(161,121,80)
#AA8661
(170,134,97)
#B39372
(179,147,114)
#BCA083
(188,160,131)
#C5AD94
(197,173,148)
#CEBAA5
(206,186,165)
#D7C7B6
(215,199,182)
#E0D4C7
(224,212,199)
#E9E1D8
(233,225,216)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986C3F; }

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

This text font color is #986C3F.


Background Color

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

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

This div background color is #986C3F.


Border color

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

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

This div border color is #986C3F.


Opacity

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

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

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

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

This text has shadow with #986C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986C3F on black background.


Color preview on white background

This text has color #986C3F on white background.



Black color preview on #986C3F background

This text has black color on #986C3F background.


White color preview on #986C3F background

This text has white color on #986C3F background.