COLOR #8C4671

HEX: #8C4671
RGB: (140,70,113)

Color info

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

RGB color model

#8C4671 color RGB value is (140,70,113).

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

RGB channels and saturation

R 140 of 255 = 55%
G 70 of 255 = 27%
B 113 of 255 = 44%

140
70
113

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

Portions of RGB colors in percentages

R + G + B =
140 + 70 + 113 = 323 (100%)
R 140 of 323 ~ 43.34%
G 70 of 323 ~ 21.67%
B 113 of 323 ~ 34.98%

%43.34
%21.67
%34.98

CMYK color model

#8C4671 color CMYK value is (0,50,19,45).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 19.29%
  • key color value is 45.10%
CMYK:
(0,50,19,45)
C0M50Y19K45 
(0%,50%,19%,45%)
(0.00/0.50/0.19/0.45)	

CMYK percentages

%0
%50
%19.29
%45.1

Codes

Color #8C4671 in popluar color models

8C4671
RGB14070113
HSL323°33.33%41.18%
HSB/HSV323°50.00%54.90%
CMYK0.00%50.00%19.29%
45.10%

Color #8C4671 in popluar number systems.

HEX8C4671
Decimal14070113
Binary1000110010001101110001
Octal214106161

Shades and tints

Shades of #8C4671

#8C4671
(140,70,113)
#804067
(128,64,103)
#743A5D
(116,58,93)
#683453
(104,52,83)
#5C2E49
(92,46,73)
#50283F
(80,40,63)
#442235
(68,34,53)
#381C2B
(56,28,43)
#2C1621
(44,22,33)
#201017
(32,16,23)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #8C4671

#8C4671
(140,70,113)
#96567D
(150,86,125)
#A06689
(160,102,137)
#AA7695
(170,118,149)
#B486A1
(180,134,161)
#BE96AD
(190,150,173)
#C8A6B9
(200,166,185)
#D2B6C5
(210,182,197)
#DCC6D1
(220,198,209)
#E6D6DD
(230,214,221)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4671; }

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

This text font color is #8C4671.


Background Color

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

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

This div background color is #8C4671.


Border color

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

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

This div border color is #8C4671.


Opacity

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

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

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

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

This text has shadow with #8C4671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4671 on black background.


Color preview on white background

This text has color #8C4671 on white background.



Black color preview on #8C4671 background

This text has black color on #8C4671 background.


White color preview on #8C4671 background

This text has white color on #8C4671 background.