COLOR #8C4F66

HEX: #8C4F66
RGB: (140,79,102)

Color info

#8C4F66 contains mainly red and blue colors. Web safe color of #8C4F66 is #996666 (or #966).

RGB color model

#8C4F66 color RGB value is (140,79,102).

  • red value is 140;
  • green value is 79;
  • blue value is 102.
RGB:
(140,79,102)
(55%,31%,40%)

RGB channels and saturation

R 140 of 255 = 55%
G 79 of 255 = 31%
B 102 of 255 = 40%

140
79
102

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

Portions of RGB colors in percentages

R + G + B =
140 + 79 + 102 = 321 (100%)
R 140 of 321 ~ 43.61%
G 79 of 321 ~ 24.61%
B 102 of 321 ~ 31.78%

%43.61
%24.61
%31.78

CMYK color model

#8C4F66 color CMYK value is (0,44,27,45).

  • cyan value is 0.00%
  • magenta value is 43.57%
  • yellow value is 27.14%
  • key color value is 45.10%
CMYK:
(0,44,27,45)
C0M44Y27K45 
(0%,44%,27%,45%)
(0.00/0.44/0.27/0.45)	

CMYK percentages

%0
%43.57
%27.14
%45.1

Codes

Color #8C4F66 in popluar color models

8C4F66
RGB14079102
HSL337°27.85%42.94%
HSB/HSV337°43.57%54.90%
CMYK0.00%43.57%27.14%
45.10%

Color #8C4F66 in popluar number systems.

HEX8C4F66
Decimal14079102
Binary1000110010011111100110
Octal214117146

Shades and tints

Shades of #8C4F66

#8C4F66
(140,79,102)
#80485D
(128,72,93)
#744154
(116,65,84)
#683A4B
(104,58,75)
#5C3342
(92,51,66)
#502C39
(80,44,57)
#442530
(68,37,48)
#381E27
(56,30,39)
#2C171E
(44,23,30)
#201015
(32,16,21)
#14090C
(20,9,12)
#000000
(0,0,0)

Tints of #8C4F66

#8C4F66
(140,79,102)
#965F73
(150,95,115)
#A06F80
(160,111,128)
#AA7F8D
(170,127,141)
#B48F9A
(180,143,154)
#BE9FA7
(190,159,167)
#C8AFB4
(200,175,180)
#D2BFC1
(210,191,193)
#DCCFCE
(220,207,206)
#E6DFDB
(230,223,219)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4F66 color. Also use rgb(140,79,102) instead hex code.

Text Font Color

.myTextColor { color: #8C4F66; }

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

This text font color is #8C4F66.


Background Color

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

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

This div background color is #8C4F66.


Border color

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

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

This div border color is #8C4F66.


Opacity

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

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

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

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

This text has shadow with #8C4F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4F66 on black background.


Color preview on white background

This text has color #8C4F66 on white background.



Black color preview on #8C4F66 background

This text has black color on #8C4F66 background.


White color preview on #8C4F66 background

This text has white color on #8C4F66 background.