COLOR #8D6751

HEX: #8D6751
RGB: (141,103,81)

Color info

#8D6751 contains mainly red and green colors. Web safe color of #8D6751 is #996666 (or #966).

RGB color model

#8D6751 color RGB value is (141,103,81).

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

RGB channels and saturation

R 141 of 255 = 55%
G 103 of 255 = 40%
B 81 of 255 = 32%

141
103
81

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

Portions of RGB colors in percentages

R + G + B =
141 + 103 + 81 = 325 (100%)
R 141 of 325 ~ 43.38%
G 103 of 325 ~ 31.69%
B 81 of 325 ~ 24.92%

%43.38
%31.69
%24.92

CMYK color model

#8D6751 color CMYK value is (0,27,43,45).

  • cyan value is 0.00%
  • magenta value is 26.95%
  • yellow value is 42.55%
  • key color value is 44.71%
CMYK:
(0,27,43,45)
C0M27Y43K45 
(0%,27%,43%,45%)
(0.00/0.27/0.43/0.45)	

CMYK percentages

%0
%26.95
%42.55
%44.71

Codes

Color #8D6751 in popluar color models

8D6751
RGB14110381
HSL22°27.03%43.53%
HSB/HSV22°42.55%55.29%
CMYK0.00%26.95%42.55%
44.71%

Color #8D6751 in popluar number systems.

HEX8D6751
Decimal14110381
Binary1000110111001111010001
Octal215147121

Shades and tints

Shades of #8D6751

#8D6751
(141,103,81)
#815E4A
(129,94,74)
#755543
(117,85,67)
#694C3C
(105,76,60)
#5D4335
(93,67,53)
#513A2E
(81,58,46)
#453127
(69,49,39)
#392820
(57,40,32)
#2D1F19
(45,31,25)
#211612
(33,22,18)
#150D0B
(21,13,11)
#000000
(0,0,0)

Tints of #8D6751

#8D6751
(141,103,81)
#977460
(151,116,96)
#A1816F
(161,129,111)
#AB8E7E
(171,142,126)
#B59B8D
(181,155,141)
#BFA89C
(191,168,156)
#C9B5AB
(201,181,171)
#D3C2BA
(211,194,186)
#DDCFC9
(221,207,201)
#E7DCD8
(231,220,216)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6751; }

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

This text font color is #8D6751.


Background Color

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

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

This div background color is #8D6751.


Border color

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

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

This div border color is #8D6751.


Opacity

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

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

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

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

This text has shadow with #8D6751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6751 on black background.


Color preview on white background

This text has color #8D6751 on white background.



Black color preview on #8D6751 background

This text has black color on #8D6751 background.


White color preview on #8D6751 background

This text has white color on #8D6751 background.