COLOR #8D7D7C

HEX: #8D7D7C
RGB: (141,125,124)

Color info

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

RGB color model

#8D7D7C color RGB value is (141,125,124).

  • red value is 141;
  • green value is 125;
  • blue value is 124.
RGB:
(141,125,124)
(55%,49%,49%)

RGB channels and saturation

R 141 of 255 = 55%
G 125 of 255 = 49%
B 124 of 255 = 49%

141
125
124

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

Portions of RGB colors in percentages

R + G + B =
141 + 125 + 124 = 390 (100%)
R 141 of 390 ~ 36.15%
G 125 of 390 ~ 32.05%
B 124 of 390 ~ 31.79%

%36.15
%32.05
%31.79

CMYK color model

#8D7D7C color CMYK value is (0,11,12,45).

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 12.06%
  • key color value is 44.71%
CMYK:
(0,11,12,45)
C0M11Y12K45 
(0%,11%,12%,45%)
(0.00/0.11/0.12/0.45)	

CMYK percentages

%0
%11.35
%12.06
%44.71

Codes

Color #8D7D7C in popluar color models

8D7D7C
RGB141125124
HSL6.94%51.96%
HSB/HSV12.06%55.29%
CMYK0.00%11.35%12.06%
44.71%

Color #8D7D7C in popluar number systems.

HEX8D7D7C
Decimal141125124
Binary1000110111111011111100
Octal215175174

Shades and tints

Shades of #8D7D7C

#8D7D7C
(141,125,124)
#817271
(129,114,113)
#756766
(117,103,102)
#695C5B
(105,92,91)
#5D5150
(93,81,80)
#514645
(81,70,69)
#453B3A
(69,59,58)
#39302F
(57,48,47)
#2D2524
(45,37,36)
#211A19
(33,26,25)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #8D7D7C

#8D7D7C
(141,125,124)
#978887
(151,136,135)
#A19392
(161,147,146)
#AB9E9D
(171,158,157)
#B5A9A8
(181,169,168)
#BFB4B3
(191,180,179)
#C9BFBE
(201,191,190)
#D3CAC9
(211,202,201)
#DDD5D4
(221,213,212)
#E7E0DF
(231,224,223)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7D7C; }

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

This text font color is #8D7D7C.


Background Color

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

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

This div background color is #8D7D7C.


Border color

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

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

This div border color is #8D7D7C.


Opacity

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

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

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

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

This text has shadow with #8D7D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7D7C on black background.


Color preview on white background

This text has color #8D7D7C on white background.



Black color preview on #8D7D7C background

This text has black color on #8D7D7C background.


White color preview on #8D7D7C background

This text has white color on #8D7D7C background.