COLOR #986A40

HEX: #986A40
RGB: (152,106,64)

Color info

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

RGB color model

#986A40 color RGB value is (152,106,64).

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

RGB channels and saturation

R 152 of 255 = 60%
G 106 of 255 = 42%
B 64 of 255 = 25%

152
106
64

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

Portions of RGB colors in percentages

R + G + B =
152 + 106 + 64 = 322 (100%)
R 152 of 322 ~ 47.2%
G 106 of 322 ~ 32.92%
B 64 of 322 ~ 19.88%

%47.2
%32.92
%19.88

CMYK color model

#986A40 color CMYK value is (0,30,58,40).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 57.89%
  • key color value is 40.39%
CMYK:
(0,30,58,40)
C0M30Y58K40 
(0%,30%,58%,40%)
(0.00/0.30/0.58/0.40)	

CMYK percentages

%0
%30.26
%57.89
%40.39

Codes

Color #986A40 in popluar color models

986A40
RGB15210664
HSL29°40.74%42.35%
HSB/HSV29°57.89%59.61%
CMYK0.00%30.26%57.89%
40.39%

Color #986A40 in popluar number systems.

HEX986A40
Decimal15210664
Binary1001100011010101000000
Octal230152100

Shades and tints

Shades of #986A40

#986A40
(152,106,64)
#8B613B
(139,97,59)
#7E5836
(126,88,54)
#714F31
(113,79,49)
#64462C
(100,70,44)
#573D27
(87,61,39)
#4A3422
(74,52,34)
#3D2B1D
(61,43,29)
#302218
(48,34,24)
#231913
(35,25,19)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #986A40

#986A40
(152,106,64)
#A17751
(161,119,81)
#AA8462
(170,132,98)
#B39173
(179,145,115)
#BC9E84
(188,158,132)
#C5AB95
(197,171,149)
#CEB8A6
(206,184,166)
#D7C5B7
(215,197,183)
#E0D2C8
(224,210,200)
#E9DFD9
(233,223,217)
#F2ECEA
(242,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986A40 color. Also use rgb(152,106,64) instead hex code.

Text Font Color

.myTextColor { color: #986A40; }

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

This text font color is #986A40.


Background Color

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

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

This div background color is #986A40.


Border color

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

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

This div border color is #986A40.


Opacity

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

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

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

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

This text has shadow with #986A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986A40 on black background.


Color preview on white background

This text has color #986A40 on white background.



Black color preview on #986A40 background

This text has black color on #986A40 background.


White color preview on #986A40 background

This text has white color on #986A40 background.