COLOR #8C3671

HEX: #8C3671
RGB: (140,54,113)

Color info

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

RGB color model

#8C3671 color RGB value is (140,54,113).

  • red value is 140;
  • green value is 54;
  • blue value is 113.
RGB:
(140,54,113)
(55%,21%,44%)

RGB channels and saturation

R 140 of 255 = 55%
G 54 of 255 = 21%
B 113 of 255 = 44%

140
54
113

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

Portions of RGB colors in percentages

R + G + B =
140 + 54 + 113 = 307 (100%)
R 140 of 307 ~ 45.6%
G 54 of 307 ~ 17.59%
B 113 of 307 ~ 36.81%

%45.6
%17.59
%36.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 61.43%
  • yellow value is 19.29%
  • 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
%19.29
%45.1

Codes

Color #8C3671 in popluar color models

8C3671
RGB14054113
HSL319°44.33%38.04%
HSB/HSV319°61.43%54.90%
CMYK0.00%61.43%19.29%
45.10%

Color #8C3671 in popluar number systems.

HEX8C3671
Decimal14054113
Binary100011001101101110001
Octal21466161

Shades and tints

Shades of #8C3671

#8C3671
(140,54,113)
#803267
(128,50,103)
#742E5D
(116,46,93)
#682A53
(104,42,83)
#5C2649
(92,38,73)
#50223F
(80,34,63)
#441E35
(68,30,53)
#381A2B
(56,26,43)
#2C1621
(44,22,33)
#201217
(32,18,23)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #8C3671

#8C3671
(140,54,113)
#96487D
(150,72,125)
#A05A89
(160,90,137)
#AA6C95
(170,108,149)
#B47EA1
(180,126,161)
#BE90AD
(190,144,173)
#C8A2B9
(200,162,185)
#D2B4C5
(210,180,197)
#DCC6D1
(220,198,209)
#E6D8DD
(230,216,221)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3671; }

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

This text font color is #8C3671.


Background Color

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

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

This div background color is #8C3671.


Border color

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

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

This div border color is #8C3671.


Opacity

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

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

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

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

This text has shadow with #8C3671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3671 on black background.


Color preview on white background

This text has color #8C3671 on white background.



Black color preview on #8C3671 background

This text has black color on #8C3671 background.


White color preview on #8C3671 background

This text has white color on #8C3671 background.