COLOR #8C4664

HEX: #8C4664
RGB: (140,70,100)

Color info

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

RGB color model

#8C4664 color RGB value is (140,70,100).

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

RGB channels and saturation

R 140 of 255 = 55%
G 70 of 255 = 27%
B 100 of 255 = 39%

140
70
100

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

Portions of RGB colors in percentages

R + G + B =
140 + 70 + 100 = 310 (100%)
R 140 of 310 ~ 45.16%
G 70 of 310 ~ 22.58%
B 100 of 310 ~ 32.26%

%45.16
%22.58
%32.26

CMYK color model

#8C4664 color CMYK value is (0,50,29,45).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 28.57%
  • key color value is 45.10%
CMYK:
(0,50,29,45)
C0M50Y29K45 
(0%,50%,29%,45%)
(0.00/0.50/0.29/0.45)	

CMYK percentages

%0
%50
%28.57
%45.1

Codes

Color #8C4664 in popluar color models

8C4664
RGB14070100
HSL334°33.33%41.18%
HSB/HSV334°50.00%54.90%
CMYK0.00%50.00%28.57%
45.10%

Color #8C4664 in popluar number systems.

HEX8C4664
Decimal14070100
Binary1000110010001101100100
Octal214106144

Shades and tints

Shades of #8C4664

#8C4664
(140,70,100)
#80405B
(128,64,91)
#743A52
(116,58,82)
#683449
(104,52,73)
#5C2E40
(92,46,64)
#502837
(80,40,55)
#44222E
(68,34,46)
#381C25
(56,28,37)
#2C161C
(44,22,28)
#201013
(32,16,19)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #8C4664

#8C4664
(140,70,100)
#965672
(150,86,114)
#A06680
(160,102,128)
#AA768E
(170,118,142)
#B4869C
(180,134,156)
#BE96AA
(190,150,170)
#C8A6B8
(200,166,184)
#D2B6C6
(210,182,198)
#DCC6D4
(220,198,212)
#E6D6E2
(230,214,226)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4664; }

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

This text font color is #8C4664.


Background Color

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

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

This div background color is #8C4664.


Border color

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

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

This div border color is #8C4664.


Opacity

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

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

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

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

This text has shadow with #8C4664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4664 on black background.


Color preview on white background

This text has color #8C4664 on white background.



Black color preview on #8C4664 background

This text has black color on #8C4664 background.


White color preview on #8C4664 background

This text has white color on #8C4664 background.