COLOR #8D5F53

HEX: #8D5F53
RGB: (141,95,83)

Color info

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

RGB color model

#8D5F53 color RGB value is (141,95,83).

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

RGB channels and saturation

R 141 of 255 = 55%
G 95 of 255 = 37%
B 83 of 255 = 33%

141
95
83

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

Portions of RGB colors in percentages

R + G + B =
141 + 95 + 83 = 319 (100%)
R 141 of 319 ~ 44.2%
G 95 of 319 ~ 29.78%
B 83 of 319 ~ 26.02%

%44.2
%29.78
%26.02

CMYK color model

#8D5F53 color CMYK value is (0,33,41,45).

  • cyan value is 0.00%
  • magenta value is 32.62%
  • yellow value is 41.13%
  • key color value is 44.71%
CMYK:
(0,33,41,45)
C0M33Y41K45 
(0%,33%,41%,45%)
(0.00/0.33/0.41/0.45)	

CMYK percentages

%0
%32.62
%41.13
%44.71

Codes

Color #8D5F53 in popluar color models

8D5F53
RGB1419583
HSL12°25.89%43.92%
HSB/HSV12°41.13%55.29%
CMYK0.00%32.62%41.13%
44.71%

Color #8D5F53 in popluar number systems.

HEX8D5F53
Decimal1419583
Binary1000110110111111010011
Octal215137123

Shades and tints

Shades of #8D5F53

#8D5F53
(141,95,83)
#81574C
(129,87,76)
#754F45
(117,79,69)
#69473E
(105,71,62)
#5D3F37
(93,63,55)
#513730
(81,55,48)
#452F29
(69,47,41)
#392722
(57,39,34)
#2D1F1B
(45,31,27)
#211714
(33,23,20)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #8D5F53

#8D5F53
(141,95,83)
#976D62
(151,109,98)
#A17B71
(161,123,113)
#AB8980
(171,137,128)
#B5978F
(181,151,143)
#BFA59E
(191,165,158)
#C9B3AD
(201,179,173)
#D3C1BC
(211,193,188)
#DDCFCB
(221,207,203)
#E7DDDA
(231,221,218)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5F53; }

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

This text font color is #8D5F53.


Background Color

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

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

This div background color is #8D5F53.


Border color

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

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

This div border color is #8D5F53.


Opacity

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

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

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

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

This text has shadow with #8D5F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5F53 on black background.


Color preview on white background

This text has color #8D5F53 on white background.



Black color preview on #8D5F53 background

This text has black color on #8D5F53 background.


White color preview on #8D5F53 background

This text has white color on #8D5F53 background.