COLOR #8D596A

HEX: #8D596A
RGB: (141,89,106)

Color info

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

RGB color model

#8D596A color RGB value is (141,89,106).

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

RGB channels and saturation

R 141 of 255 = 55%
G 89 of 255 = 35%
B 106 of 255 = 42%

141
89
106

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

Portions of RGB colors in percentages

R + G + B =
141 + 89 + 106 = 336 (100%)
R 141 of 336 ~ 41.96%
G 89 of 336 ~ 26.49%
B 106 of 336 ~ 31.55%

%41.96
%26.49
%31.55

CMYK color model

#8D596A color CMYK value is (0,37,25,45).

  • cyan value is 0.00%
  • magenta value is 36.88%
  • yellow value is 24.82%
  • key color value is 44.71%
CMYK:
(0,37,25,45)
C0M37Y25K45 
(0%,37%,25%,45%)
(0.00/0.37/0.25/0.45)	

CMYK percentages

%0
%36.88
%24.82
%44.71

Codes

Color #8D596A in popluar color models

8D596A
RGB14189106
HSL340°22.61%45.10%
HSB/HSV340°36.88%55.29%
CMYK0.00%36.88%24.82%
44.71%

Color #8D596A in popluar number systems.

HEX8D596A
Decimal14189106
Binary1000110110110011101010
Octal215131152

Shades and tints

Shades of #8D596A

#8D596A
(141,89,106)
#815161
(129,81,97)
#754958
(117,73,88)
#69414F
(105,65,79)
#5D3946
(93,57,70)
#51313D
(81,49,61)
#452934
(69,41,52)
#39212B
(57,33,43)
#2D1922
(45,25,34)
#211119
(33,17,25)
#150910
(21,9,16)
#000000
(0,0,0)

Tints of #8D596A

#8D596A
(141,89,106)
#976877
(151,104,119)
#A17784
(161,119,132)
#AB8691
(171,134,145)
#B5959E
(181,149,158)
#BFA4AB
(191,164,171)
#C9B3B8
(201,179,184)
#D3C2C5
(211,194,197)
#DDD1D2
(221,209,210)
#E7E0DF
(231,224,223)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D596A; }

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

This text font color is #8D596A.


Background Color

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

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

This div background color is #8D596A.


Border color

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

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

This div border color is #8D596A.


Opacity

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

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

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

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

This text has shadow with #8D596A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D596A on black background.


Color preview on white background

This text has color #8D596A on white background.



Black color preview on #8D596A background

This text has black color on #8D596A background.


White color preview on #8D596A background

This text has white color on #8D596A background.