COLOR #8D5259

HEX: #8D5259 RGB: (141,82,89)

Color info

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

RGB color model

#8D5259 color RGB value is (141,82,89).

RGB: (141,82,89) (55%, 32%, 35%)

RGB channels and saturation

R 141 of 255 = 55%
G 82 of 255 = 32%
B 89 of 255 = 35%

141
82
89

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

Portions of RGB colors in percentages

R + G + B = 141 + 82 + 89 = 312 (100%)
R 141 of 312 ~ 45.19%
G 82 of 312 ~ 26.28%
B 89 of 312 ~ 28.53'%

%45.19
%26.28
%28.53

CMYK color model

#8D5259 color CMYK value is (0,42,37,45).

  • cyan value is 0.00%
  • magenta value is 41.84%
  • yellow value is 36.88%
  • key color value is 44.71%

CMYK: (0,42,37,45)
C0M42Y37K45 (0%, 42%, 37%, 45%)
(0.00 / 0.42 / 0.37 / 0.45)

CMYK percentages

%0
%41.84
%36.88
%44.71

Codes

Color #8D5259 in popluar color models

8D 52 59
RGB 141 82 89
HSL 353° 26.46% 43.73%
HSB/HSV 353° 41.84% 55.29%
CMYK 0.00% 41.84% 36.88%
44.71%

Color #8D5259 in popluar number systems.

HEX 8D 52 59
Decimal 141 82 89
Binary 10001101 1010010 1011001
Octal 215 122 131

Shades and tints

Shades of #8D5259

#8D5259
(141,82,89)
#814B51
(129,75,81)
#754449
(117,68,73)
#693D41
(105,61,65)
#5D3639
(93,54,57)
#512F31
(81,47,49)
#452829
(69,40,41)
#392121
(57,33,33)
#2D1A19
(45,26,25)
#211311
(33,19,17)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #8D5259

#8D5259
(141,82,89)
#976168
(151,97,104)
#A17077
(161,112,119)
#AB7F86
(171,127,134)
#B58E95
(181,142,149)
#BF9DA4
(191,157,164)
#C9ACB3
(201,172,179)
#D3BBC2
(211,187,194)
#DDCAD1
(221,202,209)
#E7D9E0
(231,217,224)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5259; }

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

This text font color is #8D5259.

Background Color

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

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

This div background color is #8D5259.

Border color

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

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

This div border color is #8D5259.

Opacity

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

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

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

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

This text has shadow with #8D5259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D5259.

Preview

Color preview on black background

This text has color #8D5259 on black background.


Color preview on white background

This text has color #8D5259 on white background.


Black color preview on #8D5259 background

This text has black color on #8D5259 background.


White color preview on #8D5259 background

This text has white color on #8D5259 background.


Related colors

Complementary color

Complementary color for #hex is #72ADA6.


I love getcolorcode.com

Triadic colors

1 #598D52 and #52598D with #8D5259 are triadic colors.

2 #59528D and #528D59 with #8D5259 are triadic colors.