COLOR #8D7174

HEX: #8D7174
RGB: (141,113,116)

Color info

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

RGB color model

#8D7174 color RGB value is (141,113,116).

  • red value is 141;
  • green value is 113;
  • blue value is 116.
RGB:
(141,113,116)
(55%,44%,45%)

RGB channels and saturation

R 141 of 255 = 55%
G 113 of 255 = 44%
B 116 of 255 = 45%

141
113
116

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

Portions of RGB colors in percentages

R + G + B =
141 + 113 + 116 = 370 (100%)
R 141 of 370 ~ 38.11%
G 113 of 370 ~ 30.54%
B 116 of 370 ~ 31.35%

%38.11
%30.54
%31.35

CMYK color model

#8D7174 color CMYK value is (0,20,18,45).

  • cyan value is 0.00%
  • magenta value is 19.86%
  • yellow value is 17.73%
  • key color value is 44.71%
CMYK:
(0,20,18,45)
C0M20Y18K45 
(0%,20%,18%,45%)
(0.00/0.20/0.18/0.45)	

CMYK percentages

%0
%19.86
%17.73
%44.71

Codes

Color #8D7174 in popluar color models

8D7174
RGB141113116
HSL354°11.02%49.80%
HSB/HSV354°19.86%55.29%
CMYK0.00%19.86%17.73%
44.71%

Color #8D7174 in popluar number systems.

HEX8D7174
Decimal141113116
Binary1000110111100011110100
Octal215161164

Shades and tints

Shades of #8D7174

#8D7174
(141,113,116)
#81676A
(129,103,106)
#755D60
(117,93,96)
#695356
(105,83,86)
#5D494C
(93,73,76)
#513F42
(81,63,66)
#453538
(69,53,56)
#392B2E
(57,43,46)
#2D2124
(45,33,36)
#21171A
(33,23,26)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #8D7174

#8D7174
(141,113,116)
#977D80
(151,125,128)
#A1898C
(161,137,140)
#AB9598
(171,149,152)
#B5A1A4
(181,161,164)
#BFADB0
(191,173,176)
#C9B9BC
(201,185,188)
#D3C5C8
(211,197,200)
#DDD1D4
(221,209,212)
#E7DDE0
(231,221,224)
#F1E9EC
(241,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7174 color. Also use rgb(141,113,116) instead hex code.

Text Font Color

.myTextColor { color: #8D7174; }

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

This text font color is #8D7174.


Background Color

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

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

This div background color is #8D7174.


Border color

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

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

This div border color is #8D7174.


Opacity

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

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

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

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

This text has shadow with #8D7174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7174 on black background.


Color preview on white background

This text has color #8D7174 on white background.



Black color preview on #8D7174 background

This text has black color on #8D7174 background.


White color preview on #8D7174 background

This text has white color on #8D7174 background.