COLOR #8D637F

HEX: #8D637F
RGB: (141,99,127)

Color info

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

RGB color model

#8D637F color RGB value is (141,99,127).

  • red value is 141;
  • green value is 99;
  • blue value is 127.
RGB:
(141,99,127)
(55%,39%,50%)

RGB channels and saturation

R 141 of 255 = 55%
G 99 of 255 = 39%
B 127 of 255 = 50%

141
99
127

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

Portions of RGB colors in percentages

R + G + B =
141 + 99 + 127 = 367 (100%)
R 141 of 367 ~ 38.42%
G 99 of 367 ~ 26.98%
B 127 of 367 ~ 34.6%

%38.42
%26.98
%34.6

CMYK color model

#8D637F color CMYK value is (0,30,10,45).

  • cyan value is 0.00%
  • magenta value is 29.79%
  • yellow value is 9.93%
  • key color value is 44.71%
CMYK:
(0,30,10,45)
C0M30Y10K45 
(0%,30%,10%,45%)
(0.00/0.30/0.10/0.45)	

CMYK percentages

%0
%29.79
%9.93
%44.71

Codes

Color #8D637F in popluar color models

8D637F
RGB14199127
HSL320°17.50%47.06%
HSB/HSV320°29.79%55.29%
CMYK0.00%29.79%9.93%
44.71%

Color #8D637F in popluar number systems.

HEX8D637F
Decimal14199127
Binary1000110111000111111111
Octal215143177

Shades and tints

Shades of #8D637F

#8D637F
(141,99,127)
#815A74
(129,90,116)
#755169
(117,81,105)
#69485E
(105,72,94)
#5D3F53
(93,63,83)
#513648
(81,54,72)
#452D3D
(69,45,61)
#392432
(57,36,50)
#2D1B27
(45,27,39)
#21121C
(33,18,28)
#150911
(21,9,17)
#000000
(0,0,0)

Tints of #8D637F

#8D637F
(141,99,127)
#97718A
(151,113,138)
#A17F95
(161,127,149)
#AB8DA0
(171,141,160)
#B59BAB
(181,155,171)
#BFA9B6
(191,169,182)
#C9B7C1
(201,183,193)
#D3C5CC
(211,197,204)
#DDD3D7
(221,211,215)
#E7E1E2
(231,225,226)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D637F color. Also use rgb(141,99,127) instead hex code.

Text Font Color

.myTextColor { color: #8D637F; }

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

This text font color is #8D637F.


Background Color

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

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

This div background color is #8D637F.


Border color

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

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

This div border color is #8D637F.


Opacity

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

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

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

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

This text has shadow with #8D637F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D637F on black background.


Color preview on white background

This text has color #8D637F on white background.



Black color preview on #8D637F background

This text has black color on #8D637F background.


White color preview on #8D637F background

This text has white color on #8D637F background.