COLOR #8C3672

HEX: #8C3672 RGB: (140,54,114)

Color info

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

RGB color model

#8C3672 color RGB value is (140,54,114).

RGB: (140,54,114) (55%, 21%, 45%)

RGB channels and saturation

R 140 of 255 = 55%
G 54 of 255 = 21%
B 114 of 255 = 45%

140
54
114

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

Portions of RGB colors in percentages

R + G + B = 140 + 54 + 114 = 308 (100%)
R 140 of 308 ~ 45.45%
G 54 of 308 ~ 17.53%
B 114 of 308 ~ 37.01'%

%45.45
%17.53
%37.01

CMYK color model

#8C3672 color CMYK value is (0,61,19,45).

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

CMYK: (0,61,19,45)
C0M61Y19K45 (0%, 61%, 19%, 45%)
(0.00 / 0.61 / 0.19 / 0.45)

CMYK percentages

%0
%61.43
%18.57
%45.1

Codes

Color #8C3672 in popluar color models

8C 36 72
RGB 140 54 114
HSL 318° 44.33% 38.04%
HSB/HSV 318° 61.43% 54.90%
CMYK 0.00% 61.43% 18.57%
45.10%

Color #8C3672 in popluar number systems.

HEX 8C 36 72
Decimal 140 54 114
Binary 10001100 110110 1110010
Octal 214 66 162

Shades and tints

Shades of #8C3672

#8C3672
(140,54,114)
#803268
(128,50,104)
#742E5E
(116,46,94)
#682A54
(104,42,84)
#5C264A
(92,38,74)
#502240
(80,34,64)
#441E36
(68,30,54)
#381A2C
(56,26,44)
#2C1622
(44,22,34)
#201218
(32,18,24)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #8C3672

#8C3672
(140,54,114)
#96487E
(150,72,126)
#A05A8A
(160,90,138)
#AA6C96
(170,108,150)
#B47EA2
(180,126,162)
#BE90AE
(190,144,174)
#C8A2BA
(200,162,186)
#D2B4C6
(210,180,198)
#DCC6D2
(220,198,210)
#E6D8DE
(230,216,222)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3672; }

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

This text font color is #8C3672.

Background Color

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

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

This div background color is #8C3672.

Border color

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

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

This div border color is #8C3672.

Opacity

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

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

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

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

This text has shadow with #8C3672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C3672.

Preview

Color preview on black background

This text has color #8C3672 on black background.


Color preview on white background

This text has color #8C3672 on white background.


Black color preview on #8C3672 background

This text has black color on #8C3672 background.


White color preview on #8C3672 background

This text has white color on #8C3672 background.


Related colors

Complementary color

Complementary color for #hex is #73C98D.


I love getcolorcode.com

Triadic colors

1 #728C36 and #36728C with #8C3672 are triadic colors.

2 #72368C and #368C72 with #8C3672 are triadic colors.