COLOR #8D595C

HEX: #8D595C
RGB: (141,89,92)

Color info

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

RGB color model

#8D595C color RGB value is (141,89,92).

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

RGB channels and saturation

R 141 of 255 = 55%
G 89 of 255 = 35%
B 92 of 255 = 36%

141
89
92

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

Portions of RGB colors in percentages

R + G + B =
141 + 89 + 92 = 322 (100%)
R 141 of 322 ~ 43.79%
G 89 of 322 ~ 27.64%
B 92 of 322 ~ 28.57%

%43.79
%27.64
%28.57

CMYK color model

#8D595C color CMYK value is (0,37,35,45).

  • cyan value is 0.00%
  • magenta value is 36.88%
  • yellow value is 34.75%
  • key color value is 44.71%
CMYK:
(0,37,35,45)
C0M37Y35K45 
(0%,37%,35%,45%)
(0.00/0.37/0.35/0.45)	

CMYK percentages

%0
%36.88
%34.75
%44.71

Codes

Color #8D595C in popluar color models

8D595C
RGB1418992
HSL357°22.61%45.10%
HSB/HSV357°36.88%55.29%
CMYK0.00%36.88%34.75%
44.71%

Color #8D595C in popluar number systems.

HEX8D595C
Decimal1418992
Binary1000110110110011011100
Octal215131134

Shades and tints

Shades of #8D595C

#8D595C
(141,89,92)
#815154
(129,81,84)
#75494C
(117,73,76)
#694144
(105,65,68)
#5D393C
(93,57,60)
#513134
(81,49,52)
#45292C
(69,41,44)
#392124
(57,33,36)
#2D191C
(45,25,28)
#211114
(33,17,20)
#15090C
(21,9,12)
#000000
(0,0,0)

Tints of #8D595C

#8D595C
(141,89,92)
#97686A
(151,104,106)
#A17778
(161,119,120)
#AB8686
(171,134,134)
#B59594
(181,149,148)
#BFA4A2
(191,164,162)
#C9B3B0
(201,179,176)
#D3C2BE
(211,194,190)
#DDD1CC
(221,209,204)
#E7E0DA
(231,224,218)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D595C; }

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

This text font color is #8D595C.


Background Color

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

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

This div background color is #8D595C.


Border color

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

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

This div border color is #8D595C.


Opacity

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

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

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

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

This text has shadow with #8D595C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D595C on black background.


Color preview on white background

This text has color #8D595C on white background.



Black color preview on #8D595C background

This text has black color on #8D595C background.


White color preview on #8D595C background

This text has white color on #8D595C background.