COLOR #8D6763

HEX: #8D6763
RGB: (141,103,99)

Color info

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

RGB color model

#8D6763 color RGB value is (141,103,99).

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

RGB channels and saturation

R 141 of 255 = 55%
G 103 of 255 = 40%
B 99 of 255 = 39%

141
103
99

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

Portions of RGB colors in percentages

R + G + B =
141 + 103 + 99 = 343 (100%)
R 141 of 343 ~ 41.11%
G 103 of 343 ~ 30.03%
B 99 of 343 ~ 28.86%

%41.11
%30.03
%28.86

CMYK color model

#8D6763 color CMYK value is (0,27,30,45).

  • cyan value is 0.00%
  • magenta value is 26.95%
  • yellow value is 29.79%
  • key color value is 44.71%
CMYK:
(0,27,30,45)
C0M27Y30K45 
(0%,27%,30%,45%)
(0.00/0.27/0.30/0.45)	

CMYK percentages

%0
%26.95
%29.79
%44.71

Codes

Color #8D6763 in popluar color models

8D6763
RGB14110399
HSL17.50%47.06%
HSB/HSV29.79%55.29%
CMYK0.00%26.95%29.79%
44.71%

Color #8D6763 in popluar number systems.

HEX8D6763
Decimal14110399
Binary1000110111001111100011
Octal215147143

Shades and tints

Shades of #8D6763

#8D6763
(141,103,99)
#815E5A
(129,94,90)
#755551
(117,85,81)
#694C48
(105,76,72)
#5D433F
(93,67,63)
#513A36
(81,58,54)
#45312D
(69,49,45)
#392824
(57,40,36)
#2D1F1B
(45,31,27)
#211612
(33,22,18)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #8D6763

#8D6763
(141,103,99)
#977471
(151,116,113)
#A1817F
(161,129,127)
#AB8E8D
(171,142,141)
#B59B9B
(181,155,155)
#BFA8A9
(191,168,169)
#C9B5B7
(201,181,183)
#D3C2C5
(211,194,197)
#DDCFD3
(221,207,211)
#E7DCE1
(231,220,225)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6763; }

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

This text font color is #8D6763.


Background Color

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

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

This div background color is #8D6763.


Border color

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

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

This div border color is #8D6763.


Opacity

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

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

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

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

This text has shadow with #8D6763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6763 on black background.


Color preview on white background

This text has color #8D6763 on white background.



Black color preview on #8D6763 background

This text has black color on #8D6763 background.


White color preview on #8D6763 background

This text has white color on #8D6763 background.