COLOR #8D6065

HEX: #8D6065
RGB: (141,96,101)

Color info

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

RGB color model

#8D6065 color RGB value is (141,96,101).

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

RGB channels and saturation

R 141 of 255 = 55%
G 96 of 255 = 38%
B 101 of 255 = 40%

141
96
101

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

Portions of RGB colors in percentages

R + G + B =
141 + 96 + 101 = 338 (100%)
R 141 of 338 ~ 41.72%
G 96 of 338 ~ 28.4%
B 101 of 338 ~ 29.88%

%41.72
%28.4
%29.88

CMYK color model

#8D6065 color CMYK value is (0,32,28,45).

  • cyan value is 0.00%
  • magenta value is 31.91%
  • yellow value is 28.37%
  • key color value is 44.71%
CMYK:
(0,32,28,45)
C0M32Y28K45 
(0%,32%,28%,45%)
(0.00/0.32/0.28/0.45)	

CMYK percentages

%0
%31.91
%28.37
%44.71

Codes

Color #8D6065 in popluar color models

8D6065
RGB14196101
HSL353°18.99%46.47%
HSB/HSV353°31.91%55.29%
CMYK0.00%31.91%28.37%
44.71%

Color #8D6065 in popluar number systems.

HEX8D6065
Decimal14196101
Binary1000110111000001100101
Octal215140145

Shades and tints

Shades of #8D6065

#8D6065
(141,96,101)
#81585C
(129,88,92)
#755053
(117,80,83)
#69484A
(105,72,74)
#5D4041
(93,64,65)
#513838
(81,56,56)
#45302F
(69,48,47)
#392826
(57,40,38)
#2D201D
(45,32,29)
#211814
(33,24,20)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #8D6065

#8D6065
(141,96,101)
#976E73
(151,110,115)
#A17C81
(161,124,129)
#AB8A8F
(171,138,143)
#B5989D
(181,152,157)
#BFA6AB
(191,166,171)
#C9B4B9
(201,180,185)
#D3C2C7
(211,194,199)
#DDD0D5
(221,208,213)
#E7DEE3
(231,222,227)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6065; }

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

This text font color is #8D6065.


Background Color

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

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

This div background color is #8D6065.


Border color

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

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

This div border color is #8D6065.


Opacity

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

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

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

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

This text has shadow with #8D6065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6065 on black background.


Color preview on white background

This text has color #8D6065 on white background.



Black color preview on #8D6065 background

This text has black color on #8D6065 background.


White color preview on #8D6065 background

This text has white color on #8D6065 background.