COLOR #8C4272

HEX: #8C4272 RGB: (140,66,114)

Color info

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

RGB color model

#8C4272 color RGB value is (140,66,114).

RGB: (140,66,114) (55%, 26%, 45%)

RGB channels and saturation

R 140 of 255 = 55%
G 66 of 255 = 26%
B 114 of 255 = 45%

140
66
114

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

Portions of RGB colors in percentages

R + G + B = 140 + 66 + 114 = 320 (100%)
R 140 of 320 ~ 43.75%
G 66 of 320 ~ 20.63%
B 114 of 320 ~ 35.63'%

%43.75
%20.63
%35.63

CMYK color model

#8C4272 color CMYK value is (0,53,19,45).

  • cyan value is 0.00%
  • magenta value is 52.86%
  • yellow value is 18.57%
  • key color value is 45.10%

CMYK: (0,53,19,45)
C0M53Y19K45 (0%, 53%, 19%, 45%)
(0.00 / 0.53 / 0.19 / 0.45)

CMYK percentages

%0
%52.86
%18.57
%45.1

Codes

Color #8C4272 in popluar color models

8C 42 72
RGB 140 66 114
HSL 321° 35.92% 40.39%
HSB/HSV 321° 52.86% 54.90%
CMYK 0.00% 52.86% 18.57%
45.10%

Color #8C4272 in popluar number systems.

HEX 8C 42 72
Decimal 140 66 114
Binary 10001100 1000010 1110010
Octal 214 102 162

Shades and tints

Shades of #8C4272

#8C4272
(140,66,114)
#803C68
(128,60,104)
#74365E
(116,54,94)
#683054
(104,48,84)
#5C2A4A
(92,42,74)
#502440
(80,36,64)
#441E36
(68,30,54)
#38182C
(56,24,44)
#2C1222
(44,18,34)
#200C18
(32,12,24)
#14060E
(20,6,14)
#000000
(0,0,0)

Tints of #8C4272

#8C4272
(140,66,114)
#96537E
(150,83,126)
#A0648A
(160,100,138)
#AA7596
(170,117,150)
#B486A2
(180,134,162)
#BE97AE
(190,151,174)
#C8A8BA
(200,168,186)
#D2B9C6
(210,185,198)
#DCCAD2
(220,202,210)
#E6DBDE
(230,219,222)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4272 color. Also use rgb(140,66,114) instead hex code.

Text Font Color

.myTextColor { color: #8C4272; }

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

This text font color is #8C4272.

Background Color

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

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

This div background color is #8C4272.

Border color

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

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

This div border color is #8C4272.

Opacity

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

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

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

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

This text has shadow with #8C4272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C4272.

Preview

Color preview on black background

This text has color #8C4272 on black background.


Color preview on white background

This text has color #8C4272 on white background.


Black color preview on #8C4272 background

This text has black color on #8C4272 background.


White color preview on #8C4272 background

This text has white color on #8C4272 background.


Related colors

Complementary color

Complementary color for #hex is #73BD8D.


I love getcolorcode.com

Triadic colors

1 #728C42 and #42728C with #8C4272 are triadic colors.

2 #72428C and #428C72 with #8C4272 are triadic colors.