COLOR #8D4A55

HEX: #8D4A55
RGB: (141,74,85)

Color info

#8D4A55 contains mainly red and blue colors. Web safe color of #8D4A55 is #993366 (or #936).

RGB color model

#8D4A55 color RGB value is (141,74,85).

  • red value is 141;
  • green value is 74;
  • blue value is 85.
RGB:
(141,74,85)
(55%,29%,33%)

RGB channels and saturation

R 141 of 255 = 55%
G 74 of 255 = 29%
B 85 of 255 = 33%

141
74
85

R + G + B ~ 39%. #8D4A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 74 + 85 = 300 (100%)
R 141 of 300 ~ 47%
G 74 of 300 ~ 24.67%
B 85 of 300 ~ 28.33%

%47
%24.67
%28.33

CMYK color model

#8D4A55 color CMYK value is (0,48,40,45).

  • cyan value is 0.00%
  • magenta value is 47.52%
  • yellow value is 39.72%
  • key color value is 44.71%
CMYK:
(0,48,40,45)
C0M48Y40K45 
(0%,48%,40%,45%)
(0.00/0.48/0.40/0.45)	

CMYK percentages

%0
%47.52
%39.72
%44.71

Codes

Color #8D4A55 in popluar color models

8D4A55
RGB1417485
HSL350°31.16%42.16%
HSB/HSV350°47.52%55.29%
CMYK0.00%47.52%39.72%
44.71%

Color #8D4A55 in popluar number systems.

HEX8D4A55
Decimal1417485
Binary1000110110010101010101
Octal215112125

Shades and tints

Shades of #8D4A55

#8D4A55
(141,74,85)
#81444E
(129,68,78)
#753E47
(117,62,71)
#693840
(105,56,64)
#5D3239
(93,50,57)
#512C32
(81,44,50)
#45262B
(69,38,43)
#392024
(57,32,36)
#2D1A1D
(45,26,29)
#211416
(33,20,22)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #8D4A55

#8D4A55
(141,74,85)
#975A64
(151,90,100)
#A16A73
(161,106,115)
#AB7A82
(171,122,130)
#B58A91
(181,138,145)
#BF9AA0
(191,154,160)
#C9AAAF
(201,170,175)
#D3BABE
(211,186,190)
#DDCACD
(221,202,205)
#E7DADC
(231,218,220)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4A55 color. Also use rgb(141,74,85) instead hex code.

Text Font Color

.myTextColor { color: #8D4A55; }

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

This text font color is #8D4A55.


Background Color

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

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

This div background color is #8D4A55.


Border color

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

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

This div border color is #8D4A55.


Opacity

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

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

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

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

This text has shadow with #8D4A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4A55 on black background.


Color preview on white background

This text has color #8D4A55 on white background.



Black color preview on #8D4A55 background

This text has black color on #8D4A55 background.


White color preview on #8D4A55 background

This text has white color on #8D4A55 background.