COLOR #8D5A69

HEX: #8D5A69
RGB: (141,90,105)

Color info

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

RGB color model

#8D5A69 color RGB value is (141,90,105).

  • red value is 141;
  • green value is 90;
  • blue value is 105.
RGB:
(141,90,105)
(55%,35%,41%)

RGB channels and saturation

R 141 of 255 = 55%
G 90 of 255 = 35%
B 105 of 255 = 41%

141
90
105

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

Portions of RGB colors in percentages

R + G + B =
141 + 90 + 105 = 336 (100%)
R 141 of 336 ~ 41.96%
G 90 of 336 ~ 26.79%
B 105 of 336 ~ 31.25%

%41.96
%26.79
%31.25

CMYK color model

#8D5A69 color CMYK value is (0,36,26,45).

  • cyan value is 0.00%
  • magenta value is 36.17%
  • yellow value is 25.53%
  • key color value is 44.71%
CMYK:
(0,36,26,45)
C0M36Y26K45 
(0%,36%,26%,45%)
(0.00/0.36/0.26/0.45)	

CMYK percentages

%0
%36.17
%25.53
%44.71

Codes

Color #8D5A69 in popluar color models

8D5A69
RGB14190105
HSL342°22.08%45.29%
HSB/HSV342°36.17%55.29%
CMYK0.00%36.17%25.53%
44.71%

Color #8D5A69 in popluar number systems.

HEX8D5A69
Decimal14190105
Binary1000110110110101101001
Octal215132151

Shades and tints

Shades of #8D5A69

#8D5A69
(141,90,105)
#815260
(129,82,96)
#754A57
(117,74,87)
#69424E
(105,66,78)
#5D3A45
(93,58,69)
#51323C
(81,50,60)
#452A33
(69,42,51)
#39222A
(57,34,42)
#2D1A21
(45,26,33)
#211218
(33,18,24)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #8D5A69

#8D5A69
(141,90,105)
#976976
(151,105,118)
#A17883
(161,120,131)
#AB8790
(171,135,144)
#B5969D
(181,150,157)
#BFA5AA
(191,165,170)
#C9B4B7
(201,180,183)
#D3C3C4
(211,195,196)
#DDD2D1
(221,210,209)
#E7E1DE
(231,225,222)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5A69 color. Also use rgb(141,90,105) instead hex code.

Text Font Color

.myTextColor { color: #8D5A69; }

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

This text font color is #8D5A69.


Background Color

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

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

This div background color is #8D5A69.


Border color

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

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

This div border color is #8D5A69.


Opacity

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

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

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

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

This text has shadow with #8D5A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5A69 on black background.


Color preview on white background

This text has color #8D5A69 on white background.



Black color preview on #8D5A69 background

This text has black color on #8D5A69 background.


White color preview on #8D5A69 background

This text has white color on #8D5A69 background.