COLOR #8D6868

HEX: #8D6868
RGB: (141,104,104)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
104
104

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

Portions of RGB colors in percentages

R + G + B =
141 + 104 + 104 = 349 (100%)
R 141 of 349 ~ 40.4%
G 104 of 349 ~ 29.8%
B 104 of 349 ~ 29.8%

%40.4
%29.8
%29.8

CMYK color model

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

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

CMYK percentages

%0
%26.24
%26.24
%44.71

Codes

Color #8D6868 in popluar color models

8D6868
RGB141104104
HSL15.10%48.04%
HSB/HSV26.24%55.29%
CMYK0.00%26.24%26.24%
44.71%

Color #8D6868 in popluar number systems.

HEX8D6868
Decimal141104104
Binary1000110111010001101000
Octal215150150

Shades and tints

Shades of #8D6868

#8D6868
(141,104,104)
#815F5F
(129,95,95)
#755656
(117,86,86)
#694D4D
(105,77,77)
#5D4444
(93,68,68)
#513B3B
(81,59,59)
#453232
(69,50,50)
#392929
(57,41,41)
#2D2020
(45,32,32)
#211717
(33,23,23)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #8D6868

#8D6868
(141,104,104)
#977575
(151,117,117)
#A18282
(161,130,130)
#AB8F8F
(171,143,143)
#B59C9C
(181,156,156)
#BFA9A9
(191,169,169)
#C9B6B6
(201,182,182)
#D3C3C3
(211,195,195)
#DDD0D0
(221,208,208)
#E7DDDD
(231,221,221)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6868; }

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

This text font color is #8D6868.


Background Color

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

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

This div background color is #8D6868.


Border color

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

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

This div border color is #8D6868.


Opacity

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

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

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

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

This text has shadow with #8D6868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6868 on black background.


Color preview on white background

This text has color #8D6868 on white background.



Black color preview on #8D6868 background

This text has black color on #8D6868 background.


White color preview on #8D6868 background

This text has white color on #8D6868 background.