COLOR #8D6061

HEX: #8D6061
RGB: (141,96,97)

Color info

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

RGB color model

#8D6061 color RGB value is (141,96,97).

  • red value is 141;
  • green value is 96;
  • blue value is 97.
RGB:
(141,96,97)
(55%,38%,38%)

RGB channels and saturation

R 141 of 255 = 55%
G 96 of 255 = 38%
B 97 of 255 = 38%

141
96
97

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

Portions of RGB colors in percentages

R + G + B =
141 + 96 + 97 = 334 (100%)
R 141 of 334 ~ 42.22%
G 96 of 334 ~ 28.74%
B 97 of 334 ~ 29.04%

%42.22
%28.74
%29.04

CMYK color model

#8D6061 color CMYK value is (0,32,31,45).

  • cyan value is 0.00%
  • magenta value is 31.91%
  • yellow value is 31.21%
  • key color value is 44.71%
CMYK:
(0,32,31,45)
C0M32Y31K45 
(0%,32%,31%,45%)
(0.00/0.32/0.31/0.45)	

CMYK percentages

%0
%31.91
%31.21
%44.71

Codes

Color #8D6061 in popluar color models

8D6061
RGB1419697
HSL359°18.99%46.47%
HSB/HSV359°31.91%55.29%
CMYK0.00%31.91%31.21%
44.71%

Color #8D6061 in popluar number systems.

HEX8D6061
Decimal1419697
Binary1000110111000001100001
Octal215140141

Shades and tints

Shades of #8D6061

#8D6061
(141,96,97)
#815859
(129,88,89)
#755051
(117,80,81)
#694849
(105,72,73)
#5D4041
(93,64,65)
#513839
(81,56,57)
#453031
(69,48,49)
#392829
(57,40,41)
#2D2021
(45,32,33)
#211819
(33,24,25)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #8D6061

#8D6061
(141,96,97)
#976E6F
(151,110,111)
#A17C7D
(161,124,125)
#AB8A8B
(171,138,139)
#B59899
(181,152,153)
#BFA6A7
(191,166,167)
#C9B4B5
(201,180,181)
#D3C2C3
(211,194,195)
#DDD0D1
(221,208,209)
#E7DEDF
(231,222,223)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6061 color. Also use rgb(141,96,97) instead hex code.

Text Font Color

.myTextColor { color: #8D6061; }

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

This text font color is #8D6061.


Background Color

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

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

This div background color is #8D6061.


Border color

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

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

This div border color is #8D6061.


Opacity

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

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

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

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

This text has shadow with #8D6061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6061 on black background.


Color preview on white background

This text has color #8D6061 on white background.



Black color preview on #8D6061 background

This text has black color on #8D6061 background.


White color preview on #8D6061 background

This text has white color on #8D6061 background.