COLOR #8D6752

HEX: #8D6752
RGB: (141,103,82)

Color info

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

RGB color model

#8D6752 color RGB value is (141,103,82).

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

RGB channels and saturation

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

141
103
82

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

Portions of RGB colors in percentages

R + G + B =
141 + 103 + 82 = 326 (100%)
R 141 of 326 ~ 43.25%
G 103 of 326 ~ 31.6%
B 82 of 326 ~ 25.15%

%43.25
%31.6
%25.15

CMYK color model

#8D6752 color CMYK value is (0,27,42,45).

  • cyan value is 0.00%
  • magenta value is 26.95%
  • yellow value is 41.84%
  • key color value is 44.71%
CMYK:
(0,27,42,45)
C0M27Y42K45 
(0%,27%,42%,45%)
(0.00/0.27/0.42/0.45)	

CMYK percentages

%0
%26.95
%41.84
%44.71

Codes

Color #8D6752 in popluar color models

8D6752
RGB14110382
HSL21°26.46%43.73%
HSB/HSV21°41.84%55.29%
CMYK0.00%26.95%41.84%
44.71%

Color #8D6752 in popluar number systems.

HEX8D6752
Decimal14110382
Binary1000110111001111010010
Octal215147122

Shades and tints

Shades of #8D6752

#8D6752
(141,103,82)
#815E4B
(129,94,75)
#755544
(117,85,68)
#694C3D
(105,76,61)
#5D4336
(93,67,54)
#513A2F
(81,58,47)
#453128
(69,49,40)
#392821
(57,40,33)
#2D1F1A
(45,31,26)
#211613
(33,22,19)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #8D6752

#8D6752
(141,103,82)
#977461
(151,116,97)
#A18170
(161,129,112)
#AB8E7F
(171,142,127)
#B59B8E
(181,155,142)
#BFA89D
(191,168,157)
#C9B5AC
(201,181,172)
#D3C2BB
(211,194,187)
#DDCFCA
(221,207,202)
#E7DCD9
(231,220,217)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6752; }

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

This text font color is #8D6752.


Background Color

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

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

This div background color is #8D6752.


Border color

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

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

This div border color is #8D6752.


Opacity

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

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

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

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

This text has shadow with #8D6752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6752 on black background.


Color preview on white background

This text has color #8D6752 on white background.



Black color preview on #8D6752 background

This text has black color on #8D6752 background.


White color preview on #8D6752 background

This text has white color on #8D6752 background.