COLOR #8D7D4D

HEX: #8D7D4D
RGB: (141,125,77)

Color info

#8D7D4D contains mainly red and green colors. Web safe color of #8D7D4D is #996633 (or #963).

RGB color model

#8D7D4D color RGB value is (141,125,77).

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

RGB channels and saturation

R 141 of 255 = 55%
G 125 of 255 = 49%
B 77 of 255 = 30%

141
125
77

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

Portions of RGB colors in percentages

R + G + B =
141 + 125 + 77 = 343 (100%)
R 141 of 343 ~ 41.11%
G 125 of 343 ~ 36.44%
B 77 of 343 ~ 22.45%

%41.11
%36.44
%22.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 45.39%
  • key color value is 44.71%
CMYK:
(0,11,45,45)
C0M11Y45K45 
(0%,11%,45%,45%)
(0.00/0.11/0.45/0.45)	

CMYK percentages

%0
%11.35
%45.39
%44.71

Codes

Color #8D7D4D in popluar color models

8D7D4D
RGB14112577
HSL45°29.36%42.75%
HSB/HSV45°45.39%55.29%
CMYK0.00%11.35%45.39%
44.71%

Color #8D7D4D in popluar number systems.

HEX8D7D4D
Decimal14112577
Binary1000110111111011001101
Octal215175115

Shades and tints

Shades of #8D7D4D

#8D7D4D
(141,125,77)
#817246
(129,114,70)
#75673F
(117,103,63)
#695C38
(105,92,56)
#5D5131
(93,81,49)
#51462A
(81,70,42)
#453B23
(69,59,35)
#39301C
(57,48,28)
#2D2515
(45,37,21)
#211A0E
(33,26,14)
#150F07
(21,15,7)
#000000
(0,0,0)

Tints of #8D7D4D

#8D7D4D
(141,125,77)
#97885D
(151,136,93)
#A1936D
(161,147,109)
#AB9E7D
(171,158,125)
#B5A98D
(181,169,141)
#BFB49D
(191,180,157)
#C9BFAD
(201,191,173)
#D3CABD
(211,202,189)
#DDD5CD
(221,213,205)
#E7E0DD
(231,224,221)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7D4D; }

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

This text font color is #8D7D4D.


Background Color

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

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

This div background color is #8D7D4D.


Border color

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

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

This div border color is #8D7D4D.


Opacity

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

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

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

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

This text has shadow with #8D7D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7D4D on black background.


Color preview on white background

This text has color #8D7D4D on white background.



Black color preview on #8D7D4D background

This text has black color on #8D7D4D background.


White color preview on #8D7D4D background

This text has white color on #8D7D4D background.