COLOR #8C466B

HEX: #8C466B
RGB: (140,70,107)

Color info

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

RGB color model

#8C466B color RGB value is (140,70,107).

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

RGB channels and saturation

R 140 of 255 = 55%
G 70 of 255 = 27%
B 107 of 255 = 42%

140
70
107

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

Portions of RGB colors in percentages

R + G + B =
140 + 70 + 107 = 317 (100%)
R 140 of 317 ~ 44.16%
G 70 of 317 ~ 22.08%
B 107 of 317 ~ 33.75%

%44.16
%22.08
%33.75

CMYK color model

#8C466B color CMYK value is (0,50,24,45).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 23.57%
  • key color value is 45.10%
CMYK:
(0,50,24,45)
C0M50Y24K45 
(0%,50%,24%,45%)
(0.00/0.50/0.24/0.45)	

CMYK percentages

%0
%50
%23.57
%45.1

Codes

Color #8C466B in popluar color models

8C466B
RGB14070107
HSL328°33.33%41.18%
HSB/HSV328°50.00%54.90%
CMYK0.00%50.00%23.57%
45.10%

Color #8C466B in popluar number systems.

HEX8C466B
Decimal14070107
Binary1000110010001101101011
Octal214106153

Shades and tints

Shades of #8C466B

#8C466B
(140,70,107)
#804062
(128,64,98)
#743A59
(116,58,89)
#683450
(104,52,80)
#5C2E47
(92,46,71)
#50283E
(80,40,62)
#442235
(68,34,53)
#381C2C
(56,28,44)
#2C1623
(44,22,35)
#20101A
(32,16,26)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #8C466B

#8C466B
(140,70,107)
#965678
(150,86,120)
#A06685
(160,102,133)
#AA7692
(170,118,146)
#B4869F
(180,134,159)
#BE96AC
(190,150,172)
#C8A6B9
(200,166,185)
#D2B6C6
(210,182,198)
#DCC6D3
(220,198,211)
#E6D6E0
(230,214,224)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C466B; }

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

This text font color is #8C466B.


Background Color

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

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

This div background color is #8C466B.


Border color

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

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

This div border color is #8C466B.


Opacity

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

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

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

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

This text has shadow with #8C466B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C466B on black background.


Color preview on white background

This text has color #8C466B on white background.



Black color preview on #8C466B background

This text has black color on #8C466B background.


White color preview on #8C466B background

This text has white color on #8C466B background.