COLOR #8D7066

HEX: #8D7066
RGB: (141,112,102)

Color info

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

RGB color model

#8D7066 color RGB value is (141,112,102).

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

RGB channels and saturation

R 141 of 255 = 55%
G 112 of 255 = 44%
B 102 of 255 = 40%

141
112
102

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

Portions of RGB colors in percentages

R + G + B =
141 + 112 + 102 = 355 (100%)
R 141 of 355 ~ 39.72%
G 112 of 355 ~ 31.55%
B 102 of 355 ~ 28.73%

%39.72
%31.55
%28.73

CMYK color model

#8D7066 color CMYK value is (0,21,28,45).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 27.66%
  • key color value is 44.71%
CMYK:
(0,21,28,45)
C0M21Y28K45 
(0%,21%,28%,45%)
(0.00/0.21/0.28/0.45)	

CMYK percentages

%0
%20.57
%27.66
%44.71

Codes

Color #8D7066 in popluar color models

8D7066
RGB141112102
HSL15°16.05%47.65%
HSB/HSV15°27.66%55.29%
CMYK0.00%20.57%27.66%
44.71%

Color #8D7066 in popluar number systems.

HEX8D7066
Decimal141112102
Binary1000110111100001100110
Octal215160146

Shades and tints

Shades of #8D7066

#8D7066
(141,112,102)
#81665D
(129,102,93)
#755C54
(117,92,84)
#69524B
(105,82,75)
#5D4842
(93,72,66)
#513E39
(81,62,57)
#453430
(69,52,48)
#392A27
(57,42,39)
#2D201E
(45,32,30)
#211615
(33,22,21)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #8D7066

#8D7066
(141,112,102)
#977D73
(151,125,115)
#A18A80
(161,138,128)
#AB978D
(171,151,141)
#B5A49A
(181,164,154)
#BFB1A7
(191,177,167)
#C9BEB4
(201,190,180)
#D3CBC1
(211,203,193)
#DDD8CE
(221,216,206)
#E7E5DB
(231,229,219)
#F1F2E8
(241,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7066; }

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

This text font color is #8D7066.


Background Color

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

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

This div background color is #8D7066.


Border color

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

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

This div border color is #8D7066.


Opacity

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

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

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

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

This text has shadow with #8D7066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7066 on black background.


Color preview on white background

This text has color #8D7066 on white background.



Black color preview on #8D7066 background

This text has black color on #8D7066 background.


White color preview on #8D7066 background

This text has white color on #8D7066 background.