COLOR #986563

HEX: #986563
RGB: (152,101,99)

Color info

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

RGB color model

#986563 color RGB value is (152,101,99).

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

RGB channels and saturation

R 152 of 255 = 60%
G 101 of 255 = 40%
B 99 of 255 = 39%

152
101
99

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

Portions of RGB colors in percentages

R + G + B =
152 + 101 + 99 = 352 (100%)
R 152 of 352 ~ 43.18%
G 101 of 352 ~ 28.69%
B 99 of 352 ~ 28.13%

%43.18
%28.69
%28.13

CMYK color model

#986563 color CMYK value is (0,34,35,40).

  • cyan value is 0.00%
  • magenta value is 33.55%
  • yellow value is 34.87%
  • key color value is 40.39%
CMYK:
(0,34,35,40)
C0M34Y35K40 
(0%,34%,35%,40%)
(0.00/0.34/0.35/0.40)	

CMYK percentages

%0
%33.55
%34.87
%40.39

Codes

Color #986563 in popluar color models

986563
RGB15210199
HSL21.12%49.22%
HSB/HSV34.87%59.61%
CMYK0.00%33.55%34.87%
40.39%

Color #986563 in popluar number systems.

HEX986563
Decimal15210199
Binary1001100011001011100011
Octal230145143

Shades and tints

Shades of #986563

#986563
(152,101,99)
#8B5C5A
(139,92,90)
#7E5351
(126,83,81)
#714A48
(113,74,72)
#64413F
(100,65,63)
#573836
(87,56,54)
#4A2F2D
(74,47,45)
#3D2624
(61,38,36)
#301D1B
(48,29,27)
#231412
(35,20,18)
#160B09
(22,11,9)
#000000
(0,0,0)

Tints of #986563

#986563
(152,101,99)
#A17371
(161,115,113)
#AA817F
(170,129,127)
#B38F8D
(179,143,141)
#BC9D9B
(188,157,155)
#C5ABA9
(197,171,169)
#CEB9B7
(206,185,183)
#D7C7C5
(215,199,197)
#E0D5D3
(224,213,211)
#E9E3E1
(233,227,225)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986563; }

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

This text font color is #986563.


Background Color

.myBgColor { background-color: #986563; }

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

This div background color is #986563.


Border color

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

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

This div border color is #986563.


Opacity

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

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

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

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

This text has shadow with #986563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986563 on black background.


Color preview on white background

This text has color #986563 on white background.



Black color preview on #986563 background

This text has black color on #986563 background.


White color preview on #986563 background

This text has white color on #986563 background.