COLOR #986E34

HEX: #986E34
RGB: (152,110,52)

Color info

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

RGB color model

#986E34 color RGB value is (152,110,52).

  • red value is 152;
  • green value is 110;
  • blue value is 52.
RGB:
(152,110,52)
(60%,43%,20%)

RGB channels and saturation

R 152 of 255 = 60%
G 110 of 255 = 43%
B 52 of 255 = 20%

152
110
52

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

Portions of RGB colors in percentages

R + G + B =
152 + 110 + 52 = 314 (100%)
R 152 of 314 ~ 48.41%
G 110 of 314 ~ 35.03%
B 52 of 314 ~ 16.56%

%48.41
%35.03
%16.56

CMYK color model

#986E34 color CMYK value is (0,28,66,40).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 65.79%
  • key color value is 40.39%
CMYK:
(0,28,66,40)
C0M28Y66K40 
(0%,28%,66%,40%)
(0.00/0.28/0.66/0.40)	

CMYK percentages

%0
%27.63
%65.79
%40.39

Codes

Color #986E34 in popluar color models

986E34
RGB15211052
HSL35°49.02%40.00%
HSB/HSV35°65.79%59.61%
CMYK0.00%27.63%65.79%
40.39%

Color #986E34 in popluar number systems.

HEX986E34
Decimal15211052
Binary100110001101110110100
Octal23015664

Shades and tints

Shades of #986E34

#986E34
(152,110,52)
#8B6430
(139,100,48)
#7E5A2C
(126,90,44)
#715028
(113,80,40)
#644624
(100,70,36)
#573C20
(87,60,32)
#4A321C
(74,50,28)
#3D2818
(61,40,24)
#301E14
(48,30,20)
#231410
(35,20,16)
#160A0C
(22,10,12)
#000000
(0,0,0)

Tints of #986E34

#986E34
(152,110,52)
#A17B46
(161,123,70)
#AA8858
(170,136,88)
#B3956A
(179,149,106)
#BCA27C
(188,162,124)
#C5AF8E
(197,175,142)
#CEBCA0
(206,188,160)
#D7C9B2
(215,201,178)
#E0D6C4
(224,214,196)
#E9E3D6
(233,227,214)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986E34 color. Also use rgb(152,110,52) instead hex code.

Text Font Color

.myTextColor { color: #986E34; }

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

This text font color is #986E34.


Background Color

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

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

This div background color is #986E34.


Border color

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

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

This div border color is #986E34.


Opacity

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

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

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

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

This text has shadow with #986E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986E34 on black background.


Color preview on white background

This text has color #986E34 on white background.



Black color preview on #986E34 background

This text has black color on #986E34 background.


White color preview on #986E34 background

This text has white color on #986E34 background.