COLOR #8D5358

HEX: #8D5358
RGB: (141,83,88)

Color info

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

RGB color model

#8D5358 color RGB value is (141,83,88).

  • red value is 141;
  • green value is 83;
  • blue value is 88.
RGB:
(141,83,88)
(55%,33%,35%)

RGB channels and saturation

R 141 of 255 = 55%
G 83 of 255 = 33%
B 88 of 255 = 35%

141
83
88

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

Portions of RGB colors in percentages

R + G + B =
141 + 83 + 88 = 312 (100%)
R 141 of 312 ~ 45.19%
G 83 of 312 ~ 26.6%
B 88 of 312 ~ 28.21%

%45.19
%26.6
%28.21

CMYK color model

#8D5358 color CMYK value is (0,41,38,45).

  • cyan value is 0.00%
  • magenta value is 41.13%
  • yellow value is 37.59%
  • key color value is 44.71%
CMYK:
(0,41,38,45)
C0M41Y38K45 
(0%,41%,38%,45%)
(0.00/0.41/0.38/0.45)	

CMYK percentages

%0
%41.13
%37.59
%44.71

Codes

Color #8D5358 in popluar color models

8D5358
RGB1418388
HSL355°25.89%43.92%
HSB/HSV355°41.13%55.29%
CMYK0.00%41.13%37.59%
44.71%

Color #8D5358 in popluar number systems.

HEX8D5358
Decimal1418388
Binary1000110110100111011000
Octal215123130

Shades and tints

Shades of #8D5358

#8D5358
(141,83,88)
#814C50
(129,76,80)
#754548
(117,69,72)
#693E40
(105,62,64)
#5D3738
(93,55,56)
#513030
(81,48,48)
#452928
(69,41,40)
#392220
(57,34,32)
#2D1B18
(45,27,24)
#211410
(33,20,16)
#150D08
(21,13,8)
#000000
(0,0,0)

Tints of #8D5358

#8D5358
(141,83,88)
#976267
(151,98,103)
#A17176
(161,113,118)
#AB8085
(171,128,133)
#B58F94
(181,143,148)
#BF9EA3
(191,158,163)
#C9ADB2
(201,173,178)
#D3BCC1
(211,188,193)
#DDCBD0
(221,203,208)
#E7DADF
(231,218,223)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5358 color. Also use rgb(141,83,88) instead hex code.

Text Font Color

.myTextColor { color: #8D5358; }

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

This text font color is #8D5358.


Background Color

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

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

This div background color is #8D5358.


Border color

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

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

This div border color is #8D5358.


Opacity

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

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

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

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

This text has shadow with #8D5358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5358 on black background.


Color preview on white background

This text has color #8D5358 on white background.



Black color preview on #8D5358 background

This text has black color on #8D5358 background.


White color preview on #8D5358 background

This text has white color on #8D5358 background.