COLOR #8D7063

HEX: #8D7063
RGB: (141,112,99)

Color info

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

RGB color model

#8D7063 color RGB value is (141,112,99).

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

RGB channels and saturation

R 141 of 255 = 55%
G 112 of 255 = 44%
B 99 of 255 = 39%

141
112
99

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

Portions of RGB colors in percentages

R + G + B =
141 + 112 + 99 = 352 (100%)
R 141 of 352 ~ 40.06%
G 112 of 352 ~ 31.82%
B 99 of 352 ~ 28.13%

%40.06
%31.82
%28.13

CMYK color model

#8D7063 color CMYK value is (0,21,30,45).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 29.79%
  • key color value is 44.71%
CMYK:
(0,21,30,45)
C0M21Y30K45 
(0%,21%,30%,45%)
(0.00/0.21/0.30/0.45)	

CMYK percentages

%0
%20.57
%29.79
%44.71

Codes

Color #8D7063 in popluar color models

8D7063
RGB14111299
HSL19°17.50%47.06%
HSB/HSV19°29.79%55.29%
CMYK0.00%20.57%29.79%
44.71%

Color #8D7063 in popluar number systems.

HEX8D7063
Decimal14111299
Binary1000110111100001100011
Octal215160143

Shades and tints

Shades of #8D7063

#8D7063
(141,112,99)
#81665A
(129,102,90)
#755C51
(117,92,81)
#695248
(105,82,72)
#5D483F
(93,72,63)
#513E36
(81,62,54)
#45342D
(69,52,45)
#392A24
(57,42,36)
#2D201B
(45,32,27)
#211612
(33,22,18)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #8D7063

#8D7063
(141,112,99)
#977D71
(151,125,113)
#A18A7F
(161,138,127)
#AB978D
(171,151,141)
#B5A49B
(181,164,155)
#BFB1A9
(191,177,169)
#C9BEB7
(201,190,183)
#D3CBC5
(211,203,197)
#DDD8D3
(221,216,211)
#E7E5E1
(231,229,225)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7063; }

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

This text font color is #8D7063.


Background Color

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

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

This div background color is #8D7063.


Border color

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

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

This div border color is #8D7063.


Opacity

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

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

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

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

This text has shadow with #8D7063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7063 on black background.


Color preview on white background

This text has color #8D7063 on white background.



Black color preview on #8D7063 background

This text has black color on #8D7063 background.


White color preview on #8D7063 background

This text has white color on #8D7063 background.