COLOR #8D6768

HEX: #8D6768
RGB: (141,103,104)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
103
104

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

Portions of RGB colors in percentages

R + G + B =
141 + 103 + 104 = 348 (100%)
R 141 of 348 ~ 40.52%
G 103 of 348 ~ 29.6%
B 104 of 348 ~ 29.89%

%40.52
%29.6
%29.89

CMYK color model

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

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

CMYK percentages

%0
%26.95
%26.24
%44.71

Codes

Color #8D6768 in popluar color models

8D6768
RGB141103104
HSL358°15.57%47.84%
HSB/HSV358°26.95%55.29%
CMYK0.00%26.95%26.24%
44.71%

Color #8D6768 in popluar number systems.

HEX8D6768
Decimal141103104
Binary1000110111001111101000
Octal215147150

Shades and tints

Shades of #8D6768

#8D6768
(141,103,104)
#815E5F
(129,94,95)
#755556
(117,85,86)
#694C4D
(105,76,77)
#5D4344
(93,67,68)
#513A3B
(81,58,59)
#453132
(69,49,50)
#392829
(57,40,41)
#2D1F20
(45,31,32)
#211617
(33,22,23)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #8D6768

#8D6768
(141,103,104)
#977475
(151,116,117)
#A18182
(161,129,130)
#AB8E8F
(171,142,143)
#B59B9C
(181,155,156)
#BFA8A9
(191,168,169)
#C9B5B6
(201,181,182)
#D3C2C3
(211,194,195)
#DDCFD0
(221,207,208)
#E7DCDD
(231,220,221)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6768; }

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

This text font color is #8D6768.


Background Color

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

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

This div background color is #8D6768.


Border color

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

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

This div border color is #8D6768.


Opacity

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

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

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

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

This text has shadow with #8D6768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6768 on black background.


Color preview on white background

This text has color #8D6768 on white background.



Black color preview on #8D6768 background

This text has black color on #8D6768 background.


White color preview on #8D6768 background

This text has white color on #8D6768 background.