COLOR #8D7B59

HEX: #8D7B59
RGB: (141,123,89)

Color info

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

RGB color model

#8D7B59 color RGB value is (141,123,89).

  • red value is 141;
  • green value is 123;
  • blue value is 89.
RGB:
(141,123,89)
(55%,48%,35%)

RGB channels and saturation

R 141 of 255 = 55%
G 123 of 255 = 48%
B 89 of 255 = 35%

141
123
89

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

Portions of RGB colors in percentages

R + G + B =
141 + 123 + 89 = 353 (100%)
R 141 of 353 ~ 39.94%
G 123 of 353 ~ 34.84%
B 89 of 353 ~ 25.21%

%39.94
%34.84
%25.21

CMYK color model

#8D7B59 color CMYK value is (0,13,37,45).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 36.88%
  • key color value is 44.71%
CMYK:
(0,13,37,45)
C0M13Y37K45 
(0%,13%,37%,45%)
(0.00/0.13/0.37/0.45)	

CMYK percentages

%0
%12.77
%36.88
%44.71

Codes

Color #8D7B59 in popluar color models

8D7B59
RGB14112389
HSL39°22.61%45.10%
HSB/HSV39°36.88%55.29%
CMYK0.00%12.77%36.88%
44.71%

Color #8D7B59 in popluar number systems.

HEX8D7B59
Decimal14112389
Binary1000110111110111011001
Octal215173131

Shades and tints

Shades of #8D7B59

#8D7B59
(141,123,89)
#817051
(129,112,81)
#756549
(117,101,73)
#695A41
(105,90,65)
#5D4F39
(93,79,57)
#514431
(81,68,49)
#453929
(69,57,41)
#392E21
(57,46,33)
#2D2319
(45,35,25)
#211811
(33,24,17)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #8D7B59

#8D7B59
(141,123,89)
#978768
(151,135,104)
#A19377
(161,147,119)
#AB9F86
(171,159,134)
#B5AB95
(181,171,149)
#BFB7A4
(191,183,164)
#C9C3B3
(201,195,179)
#D3CFC2
(211,207,194)
#DDDBD1
(221,219,209)
#E7E7E0
(231,231,224)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7B59; }

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

This text font color is #8D7B59.


Background Color

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

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

This div background color is #8D7B59.


Border color

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

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

This div border color is #8D7B59.


Opacity

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

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

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

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

This text has shadow with #8D7B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7B59 on black background.


Color preview on white background

This text has color #8D7B59 on white background.



Black color preview on #8D7B59 background

This text has black color on #8D7B59 background.


White color preview on #8D7B59 background

This text has white color on #8D7B59 background.