COLOR #8D7863

HEX: #8D7863
RGB: (141,120,99)

Color info

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

RGB color model

#8D7863 color RGB value is (141,120,99).

  • red value is 141;
  • green value is 120;
  • blue value is 99.
RGB:
(141,120,99)
(55%,47%,39%)

RGB channels and saturation

R 141 of 255 = 55%
G 120 of 255 = 47%
B 99 of 255 = 39%

141
120
99

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

Portions of RGB colors in percentages

R + G + B =
141 + 120 + 99 = 360 (100%)
R 141 of 360 ~ 39.17%
G 120 of 360 ~ 33.33%
B 99 of 360 ~ 27.5%

%39.17
%33.33
%27.5

CMYK color model

#8D7863 color CMYK value is (0,15,30,45).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 29.79%
  • key color value is 44.71%
CMYK:
(0,15,30,45)
C0M15Y30K45 
(0%,15%,30%,45%)
(0.00/0.15/0.30/0.45)	

CMYK percentages

%0
%14.89
%29.79
%44.71

Codes

Color #8D7863 in popluar color models

8D7863
RGB14112099
HSL30°17.50%47.06%
HSB/HSV30°29.79%55.29%
CMYK0.00%14.89%29.79%
44.71%

Color #8D7863 in popluar number systems.

HEX8D7863
Decimal14112099
Binary1000110111110001100011
Octal215170143

Shades and tints

Shades of #8D7863

#8D7863
(141,120,99)
#816E5A
(129,110,90)
#756451
(117,100,81)
#695A48
(105,90,72)
#5D503F
(93,80,63)
#514636
(81,70,54)
#453C2D
(69,60,45)
#393224
(57,50,36)
#2D281B
(45,40,27)
#211E12
(33,30,18)
#151409
(21,20,9)
#000000
(0,0,0)

Tints of #8D7863

#8D7863
(141,120,99)
#978471
(151,132,113)
#A1907F
(161,144,127)
#AB9C8D
(171,156,141)
#B5A89B
(181,168,155)
#BFB4A9
(191,180,169)
#C9C0B7
(201,192,183)
#D3CCC5
(211,204,197)
#DDD8D3
(221,216,211)
#E7E4E1
(231,228,225)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7863 color. Also use rgb(141,120,99) instead hex code.

Text Font Color

.myTextColor { color: #8D7863; }

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

This text font color is #8D7863.


Background Color

.myBgColor { background-color: #8D7863; }

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

This div background color is #8D7863.


Border color

.myBorderColor { border: 1px solid #8D7863; }

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

This div border color is #8D7863.


Opacity

.myOpacity80 { color: #8D7863; opacity: 0.8; }

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

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

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

This text has shadow with #8D7863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7863 on black background.


Color preview on white background

This text has color #8D7863 on white background.



Black color preview on #8D7863 background

This text has black color on #8D7863 background.


White color preview on #8D7863 background

This text has white color on #8D7863 background.