COLOR #986046

HEX: #986046
RGB: (152,96,70)

Color info

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

RGB color model

#986046 color RGB value is (152,96,70).

  • red value is 152;
  • green value is 96;
  • blue value is 70.
RGB:
(152,96,70)
(60%,38%,27%)

RGB channels and saturation

R 152 of 255 = 60%
G 96 of 255 = 38%
B 70 of 255 = 27%

152
96
70

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

Portions of RGB colors in percentages

R + G + B =
152 + 96 + 70 = 318 (100%)
R 152 of 318 ~ 47.8%
G 96 of 318 ~ 30.19%
B 70 of 318 ~ 22.01%

%47.8
%30.19
%22.01

CMYK color model

#986046 color CMYK value is (0,37,54,40).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 53.95%
  • key color value is 40.39%
CMYK:
(0,37,54,40)
C0M37Y54K40 
(0%,37%,54%,40%)
(0.00/0.37/0.54/0.40)	

CMYK percentages

%0
%36.84
%53.95
%40.39

Codes

Color #986046 in popluar color models

986046
RGB1529670
HSL19°36.94%43.53%
HSB/HSV19°53.95%59.61%
CMYK0.00%36.84%53.95%
40.39%

Color #986046 in popluar number systems.

HEX986046
Decimal1529670
Binary1001100011000001000110
Octal230140106

Shades and tints

Shades of #986046

#986046
(152,96,70)
#8B5840
(139,88,64)
#7E503A
(126,80,58)
#714834
(113,72,52)
#64402E
(100,64,46)
#573828
(87,56,40)
#4A3022
(74,48,34)
#3D281C
(61,40,28)
#302016
(48,32,22)
#231810
(35,24,16)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #986046

#986046
(152,96,70)
#A16E56
(161,110,86)
#AA7C66
(170,124,102)
#B38A76
(179,138,118)
#BC9886
(188,152,134)
#C5A696
(197,166,150)
#CEB4A6
(206,180,166)
#D7C2B6
(215,194,182)
#E0D0C6
(224,208,198)
#E9DED6
(233,222,214)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986046 color. Also use rgb(152,96,70) instead hex code.

Text Font Color

.myTextColor { color: #986046; }

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

This text font color is #986046.


Background Color

.myBgColor { background-color: #986046; }

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

This div background color is #986046.


Border color

.myBorderColor { border: 1px solid #986046; }

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

This div border color is #986046.


Opacity

.myOpacity80 { color: #986046; opacity: 0.8; }

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

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

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

This text has shadow with #986046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986046 on black background.


Color preview on white background

This text has color #986046 on white background.



Black color preview on #986046 background

This text has black color on #986046 background.


White color preview on #986046 background

This text has white color on #986046 background.