COLOR #986767

HEX: #986767
RGB: (152,103,103)

Color info

#986767 contains red, green and blue colors in about the same proportion. Web safe color of #986767 is #996666 (or #966).

RGB color model

#986767 color RGB value is (152,103,103).

  • red value is 152;
  • green value is 103;
  • blue value is 103.
RGB:
(152,103,103)
(60%,40%,40%)

RGB channels and saturation

R 152 of 255 = 60%
G 103 of 255 = 40%
B 103 of 255 = 40%

152
103
103

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

Portions of RGB colors in percentages

R + G + B =
152 + 103 + 103 = 358 (100%)
R 152 of 358 ~ 42.46%
G 103 of 358 ~ 28.77%
B 103 of 358 ~ 28.77%

%42.46
%28.77
%28.77

CMYK color model

#986767 color CMYK value is (0,32,32,40).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 32.24%
  • key color value is 40.39%
CMYK:
(0,32,32,40)
C0M32Y32K40 
(0%,32%,32%,40%)
(0.00/0.32/0.32/0.40)	

CMYK percentages

%0
%32.24
%32.24
%40.39

Codes

Color #986767 in popluar color models

986767
RGB152103103
HSL19.22%50.00%
HSB/HSV32.24%59.61%
CMYK0.00%32.24%32.24%
40.39%

Color #986767 in popluar number systems.

HEX986767
Decimal152103103
Binary1001100011001111100111
Octal230147147

Shades and tints

Shades of #986767

#986767
(152,103,103)
#8B5E5E
(139,94,94)
#7E5555
(126,85,85)
#714C4C
(113,76,76)
#644343
(100,67,67)
#573A3A
(87,58,58)
#4A3131
(74,49,49)
#3D2828
(61,40,40)
#301F1F
(48,31,31)
#231616
(35,22,22)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #986767

#986767
(152,103,103)
#A17474
(161,116,116)
#AA8181
(170,129,129)
#B38E8E
(179,142,142)
#BC9B9B
(188,155,155)
#C5A8A8
(197,168,168)
#CEB5B5
(206,181,181)
#D7C2C2
(215,194,194)
#E0CFCF
(224,207,207)
#E9DCDC
(233,220,220)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986767; }

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

This text font color is #986767.


Background Color

.myBgColor { background-color: #986767; }

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

This div background color is #986767.


Border color

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

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

This div border color is #986767.


Opacity

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

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

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

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

This text has shadow with #986767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986767 on black background.


Color preview on white background

This text has color #986767 on white background.



Black color preview on #986767 background

This text has black color on #986767 background.


White color preview on #986767 background

This text has white color on #986767 background.