COLOR #8D646A

HEX: #8D646A
RGB: (141,100,106)

Color info

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

RGB color model

#8D646A color RGB value is (141,100,106).

  • red value is 141;
  • green value is 100;
  • blue value is 106.
RGB: (141,100,106) (55%,39%,42%)

RGB channels and saturation

R 141 of 255 = 55%
G 100 of 255 = 39%
B 106 of 255 = 42%

141
100
106

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

Portions of RGB colors in percentages

R + G + B =
141 + 100 + 106 = 347 (100%)
R 141 of 347 ~ 40.63%
G 100 of 347 ~ 28.82%
B 106 of 347 ~ 30.55%

%40.63
%28.82
%30.55

CMYK color model

#8D646A color CMYK value is (0,29,25,45).

  • cyan value is 0.00%
  • magenta value is 29.08%
  • yellow value is 24.82%
  • key color value is 44.71%
CMYK: (0,29,25,45) C0M29Y25K45 (0%,29%,25%,45%) (0.00/0.29/0.25/0.45)

CMYK percentages

%0
%29.08
%24.82
%44.71

Codes

Color #8D646A in popluar color models

8D646A
RGB141100106
HSL351°17.01%47.25%
HSB/HSV351°29.08%55.29%
CMYK0.00%29.08%24.82%
44.71%

Color #8D646A in popluar number systems.

HEX8D646A
Decimal141100106
Binary1000110111001001101010
Octal215144152

Shades and tints

Shades of #8D646A

#8D646A
(141,100,106)
#815B61
(129,91,97)
#755258
(117,82,88)
#69494F
(105,73,79)
#5D4046
(93,64,70)
#51373D
(81,55,61)
#452E34
(69,46,52)
#39252B
(57,37,43)
#2D1C22
(45,28,34)
#211319
(33,19,25)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #8D646A

#8D646A
(141,100,106)
#977277
(151,114,119)
#A18084
(161,128,132)
#AB8E91
(171,142,145)
#B59C9E
(181,156,158)
#BFAAAB
(191,170,171)
#C9B8B8
(201,184,184)
#D3C6C5
(211,198,197)
#DDD4D2
(221,212,210)
#E7E2DF
(231,226,223)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D646A color. Also use rgb(141,100,106) instead hex code.

Text Font Color

.myTextColor { color: #8D646A; }

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

This text font color is #8D646A.


Background Color

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

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

This div background color is #8D646A.


Border color

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

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

This div border color is #8D646A.


Opacity

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

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

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

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

This text has shadow with #8D646A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8D646A on black background.


Color preview on white background

This text has color #8D646A on white background.



Black color preview on #8D646A background

This text has black color on #8D646A background.


White color preview on #8D646A background

This text has white color on #8D646A background.