COLOR #8D6B53

HEX: #8D6B53
RGB: (141,107,83)

Color info

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

RGB color model

#8D6B53 color RGB value is (141,107,83).

  • red value is 141;
  • green value is 107;
  • blue value is 83.
RGB:
(141,107,83)
(55%,42%,33%)

RGB channels and saturation

R 141 of 255 = 55%
G 107 of 255 = 42%
B 83 of 255 = 33%

141
107
83

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

Portions of RGB colors in percentages

R + G + B =
141 + 107 + 83 = 331 (100%)
R 141 of 331 ~ 42.6%
G 107 of 331 ~ 32.33%
B 83 of 331 ~ 25.08%

%42.6
%32.33
%25.08

CMYK color model

#8D6B53 color CMYK value is (0,24,41,45).

  • cyan value is 0.00%
  • magenta value is 24.11%
  • yellow value is 41.13%
  • key color value is 44.71%
CMYK:
(0,24,41,45)
C0M24Y41K45 
(0%,24%,41%,45%)
(0.00/0.24/0.41/0.45)	

CMYK percentages

%0
%24.11
%41.13
%44.71

Codes

Color #8D6B53 in popluar color models

8D6B53
RGB14110783
HSL25°25.89%43.92%
HSB/HSV25°41.13%55.29%
CMYK0.00%24.11%41.13%
44.71%

Color #8D6B53 in popluar number systems.

HEX8D6B53
Decimal14110783
Binary1000110111010111010011
Octal215153123

Shades and tints

Shades of #8D6B53

#8D6B53
(141,107,83)
#81624C
(129,98,76)
#755945
(117,89,69)
#69503E
(105,80,62)
#5D4737
(93,71,55)
#513E30
(81,62,48)
#453529
(69,53,41)
#392C22
(57,44,34)
#2D231B
(45,35,27)
#211A14
(33,26,20)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #8D6B53

#8D6B53
(141,107,83)
#977862
(151,120,98)
#A18571
(161,133,113)
#AB9280
(171,146,128)
#B59F8F
(181,159,143)
#BFAC9E
(191,172,158)
#C9B9AD
(201,185,173)
#D3C6BC
(211,198,188)
#DDD3CB
(221,211,203)
#E7E0DA
(231,224,218)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6B53 color. Also use rgb(141,107,83) instead hex code.

Text Font Color

.myTextColor { color: #8D6B53; }

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

This text font color is #8D6B53.


Background Color

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

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

This div background color is #8D6B53.


Border color

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

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

This div border color is #8D6B53.


Opacity

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

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

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

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

This text has shadow with #8D6B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6B53 on black background.


Color preview on white background

This text has color #8D6B53 on white background.



Black color preview on #8D6B53 background

This text has black color on #8D6B53 background.


White color preview on #8D6B53 background

This text has white color on #8D6B53 background.