COLOR #986438

HEX: #986438
RGB: (152,100,56)

Color info

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

RGB color model

#986438 color RGB value is (152,100,56).

  • red value is 152;
  • green value is 100;
  • blue value is 56.
RGB:
(152,100,56)
(60%,39%,22%)

RGB channels and saturation

R 152 of 255 = 60%
G 100 of 255 = 39%
B 56 of 255 = 22%

152
100
56

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

Portions of RGB colors in percentages

R + G + B =
152 + 100 + 56 = 308 (100%)
R 152 of 308 ~ 49.35%
G 100 of 308 ~ 32.47%
B 56 of 308 ~ 18.18%

%49.35
%32.47
%18.18

CMYK color model

#986438 color CMYK value is (0,34,63,40).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 63.16%
  • key color value is 40.39%
CMYK:
(0,34,63,40)
C0M34Y63K40 
(0%,34%,63%,40%)
(0.00/0.34/0.63/0.40)	

CMYK percentages

%0
%34.21
%63.16
%40.39

Codes

Color #986438 in popluar color models

986438
RGB15210056
HSL28°46.15%40.78%
HSB/HSV28°63.16%59.61%
CMYK0.00%34.21%63.16%
40.39%

Color #986438 in popluar number systems.

HEX986438
Decimal15210056
Binary100110001100100111000
Octal23014470

Shades and tints

Shades of #986438

#986438
(152,100,56)
#8B5B33
(139,91,51)
#7E522E
(126,82,46)
#714929
(113,73,41)
#644024
(100,64,36)
#57371F
(87,55,31)
#4A2E1A
(74,46,26)
#3D2515
(61,37,21)
#301C10
(48,28,16)
#23130B
(35,19,11)
#160A06
(22,10,6)
#000000
(0,0,0)

Tints of #986438

#986438
(152,100,56)
#A1724A
(161,114,74)
#AA805C
(170,128,92)
#B38E6E
(179,142,110)
#BC9C80
(188,156,128)
#C5AA92
(197,170,146)
#CEB8A4
(206,184,164)
#D7C6B6
(215,198,182)
#E0D4C8
(224,212,200)
#E9E2DA
(233,226,218)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986438 color. Also use rgb(152,100,56) instead hex code.

Text Font Color

.myTextColor { color: #986438; }

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

This text font color is #986438.


Background Color

.myBgColor { background-color: #986438; }

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

This div background color is #986438.


Border color

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

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

This div border color is #986438.


Opacity

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

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

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

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

This text has shadow with #986438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986438 on black background.


Color preview on white background

This text has color #986438 on white background.



Black color preview on #986438 background

This text has black color on #986438 background.


White color preview on #986438 background

This text has white color on #986438 background.