COLOR #8D555C

HEX: #8D555C
RGB: (141,85,92)

Color info

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

RGB color model

#8D555C color RGB value is (141,85,92).

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

RGB channels and saturation

R 141 of 255 = 55%
G 85 of 255 = 33%
B 92 of 255 = 36%

141
85
92

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

Portions of RGB colors in percentages

R + G + B =
141 + 85 + 92 = 318 (100%)
R 141 of 318 ~ 44.34%
G 85 of 318 ~ 26.73%
B 92 of 318 ~ 28.93%

%44.34
%26.73
%28.93

CMYK color model

#8D555C color CMYK value is (0,40,35,45).

  • cyan value is 0.00%
  • magenta value is 39.72%
  • yellow value is 34.75%
  • key color value is 44.71%
CMYK:
(0,40,35,45)
C0M40Y35K45 
(0%,40%,35%,45%)
(0.00/0.40/0.35/0.45)	

CMYK percentages

%0
%39.72
%34.75
%44.71

Codes

Color #8D555C in popluar color models

8D555C
RGB1418592
HSL353°24.78%44.31%
HSB/HSV353°39.72%55.29%
CMYK0.00%39.72%34.75%
44.71%

Color #8D555C in popluar number systems.

HEX8D555C
Decimal1418592
Binary1000110110101011011100
Octal215125134

Shades and tints

Shades of #8D555C

#8D555C
(141,85,92)
#814E54
(129,78,84)
#75474C
(117,71,76)
#694044
(105,64,68)
#5D393C
(93,57,60)
#513234
(81,50,52)
#452B2C
(69,43,44)
#392424
(57,36,36)
#2D1D1C
(45,29,28)
#211614
(33,22,20)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #8D555C

#8D555C
(141,85,92)
#97646A
(151,100,106)
#A17378
(161,115,120)
#AB8286
(171,130,134)
#B59194
(181,145,148)
#BFA0A2
(191,160,162)
#C9AFB0
(201,175,176)
#D3BEBE
(211,190,190)
#DDCDCC
(221,205,204)
#E7DCDA
(231,220,218)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D555C; }

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

This text font color is #8D555C.


Background Color

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

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

This div background color is #8D555C.


Border color

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

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

This div border color is #8D555C.


Opacity

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

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

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

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

This text has shadow with #8D555C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D555C on black background.


Color preview on white background

This text has color #8D555C on white background.



Black color preview on #8D555C background

This text has black color on #8D555C background.


White color preview on #8D555C background

This text has white color on #8D555C background.