COLOR #8D7868

HEX: #8D7868
RGB: (141,120,104)

Color info

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

RGB color model

#8D7868 color RGB value is (141,120,104).

  • red value is 141;
  • green value is 120;
  • blue value is 104.
RGB:
(141,120,104)
(55%,47%,41%)

RGB channels and saturation

R 141 of 255 = 55%
G 120 of 255 = 47%
B 104 of 255 = 41%

141
120
104

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

Portions of RGB colors in percentages

R + G + B =
141 + 120 + 104 = 365 (100%)
R 141 of 365 ~ 38.63%
G 120 of 365 ~ 32.88%
B 104 of 365 ~ 28.49%

%38.63
%32.88
%28.49

CMYK color model

#8D7868 color CMYK value is (0,15,26,45).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 26.24%
  • key color value is 44.71%
CMYK:
(0,15,26,45)
C0M15Y26K45 
(0%,15%,26%,45%)
(0.00/0.15/0.26/0.45)	

CMYK percentages

%0
%14.89
%26.24
%44.71

Codes

Color #8D7868 in popluar color models

8D7868
RGB141120104
HSL26°15.10%48.04%
HSB/HSV26°26.24%55.29%
CMYK0.00%14.89%26.24%
44.71%

Color #8D7868 in popluar number systems.

HEX8D7868
Decimal141120104
Binary1000110111110001101000
Octal215170150

Shades and tints

Shades of #8D7868

#8D7868
(141,120,104)
#816E5F
(129,110,95)
#756456
(117,100,86)
#695A4D
(105,90,77)
#5D5044
(93,80,68)
#51463B
(81,70,59)
#453C32
(69,60,50)
#393229
(57,50,41)
#2D2820
(45,40,32)
#211E17
(33,30,23)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #8D7868

#8D7868
(141,120,104)
#978475
(151,132,117)
#A19082
(161,144,130)
#AB9C8F
(171,156,143)
#B5A89C
(181,168,156)
#BFB4A9
(191,180,169)
#C9C0B6
(201,192,182)
#D3CCC3
(211,204,195)
#DDD8D0
(221,216,208)
#E7E4DD
(231,228,221)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7868 color. Also use rgb(141,120,104) instead hex code.

Text Font Color

.myTextColor { color: #8D7868; }

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

This text font color is #8D7868.


Background Color

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

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

This div background color is #8D7868.


Border color

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

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

This div border color is #8D7868.


Opacity

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

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

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

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

This text has shadow with #8D7868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7868 on black background.


Color preview on white background

This text has color #8D7868 on white background.



Black color preview on #8D7868 background

This text has black color on #8D7868 background.


White color preview on #8D7868 background

This text has white color on #8D7868 background.