COLOR #8D7D55

HEX: #8D7D55
RGB: (141,125,85)

Color info

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

RGB color model

#8D7D55 color RGB value is (141,125,85).

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

RGB channels and saturation

R 141 of 255 = 55%
G 125 of 255 = 49%
B 85 of 255 = 33%

141
125
85

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

Portions of RGB colors in percentages

R + G + B =
141 + 125 + 85 = 351 (100%)
R 141 of 351 ~ 40.17%
G 125 of 351 ~ 35.61%
B 85 of 351 ~ 24.22%

%40.17
%35.61
%24.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 39.72%
  • key color value is 44.71%
CMYK:
(0,11,40,45)
C0M11Y40K45 
(0%,11%,40%,45%)
(0.00/0.11/0.40/0.45)	

CMYK percentages

%0
%11.35
%39.72
%44.71

Codes

Color #8D7D55 in popluar color models

8D7D55
RGB14112585
HSL43°24.78%44.31%
HSB/HSV43°39.72%55.29%
CMYK0.00%11.35%39.72%
44.71%

Color #8D7D55 in popluar number systems.

HEX8D7D55
Decimal14112585
Binary1000110111111011010101
Octal215175125

Shades and tints

Shades of #8D7D55

#8D7D55
(141,125,85)
#81724E
(129,114,78)
#756747
(117,103,71)
#695C40
(105,92,64)
#5D5139
(93,81,57)
#514632
(81,70,50)
#453B2B
(69,59,43)
#393024
(57,48,36)
#2D251D
(45,37,29)
#211A16
(33,26,22)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #8D7D55

#8D7D55
(141,125,85)
#978864
(151,136,100)
#A19373
(161,147,115)
#AB9E82
(171,158,130)
#B5A991
(181,169,145)
#BFB4A0
(191,180,160)
#C9BFAF
(201,191,175)
#D3CABE
(211,202,190)
#DDD5CD
(221,213,205)
#E7E0DC
(231,224,220)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7D55; }

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

This text font color is #8D7D55.


Background Color

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

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

This div background color is #8D7D55.


Border color

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

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

This div border color is #8D7D55.


Opacity

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

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

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

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

This text has shadow with #8D7D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7D55 on black background.


Color preview on white background

This text has color #8D7D55 on white background.



Black color preview on #8D7D55 background

This text has black color on #8D7D55 background.


White color preview on #8D7D55 background

This text has white color on #8D7D55 background.