COLOR #8C4563

HEX: #8C4563
RGB: (140,69,99)

Color info

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

RGB color model

#8C4563 color RGB value is (140,69,99).

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

RGB channels and saturation

R 140 of 255 = 55%
G 69 of 255 = 27%
B 99 of 255 = 39%

140
69
99

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

Portions of RGB colors in percentages

R + G + B =
140 + 69 + 99 = 308 (100%)
R 140 of 308 ~ 45.45%
G 69 of 308 ~ 22.4%
B 99 of 308 ~ 32.14%

%45.45
%22.4
%32.14

CMYK color model

#8C4563 color CMYK value is (0,51,29,45).

  • cyan value is 0.00%
  • magenta value is 50.71%
  • yellow value is 29.29%
  • key color value is 45.10%
CMYK:
(0,51,29,45)
C0M51Y29K45 
(0%,51%,29%,45%)
(0.00/0.51/0.29/0.45)	

CMYK percentages

%0
%50.71
%29.29
%45.1

Codes

Color #8C4563 in popluar color models

8C4563
RGB1406999
HSL335°33.97%40.98%
HSB/HSV335°50.71%54.90%
CMYK0.00%50.71%29.29%
45.10%

Color #8C4563 in popluar number systems.

HEX8C4563
Decimal1406999
Binary1000110010001011100011
Octal214105143

Shades and tints

Shades of #8C4563

#8C4563
(140,69,99)
#803F5A
(128,63,90)
#743951
(116,57,81)
#683348
(104,51,72)
#5C2D3F
(92,45,63)
#502736
(80,39,54)
#44212D
(68,33,45)
#381B24
(56,27,36)
#2C151B
(44,21,27)
#200F12
(32,15,18)
#140909
(20,9,9)
#000000
(0,0,0)

Tints of #8C4563

#8C4563
(140,69,99)
#965571
(150,85,113)
#A0657F
(160,101,127)
#AA758D
(170,117,141)
#B4859B
(180,133,155)
#BE95A9
(190,149,169)
#C8A5B7
(200,165,183)
#D2B5C5
(210,181,197)
#DCC5D3
(220,197,211)
#E6D5E1
(230,213,225)
#F0E5EF
(240,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4563 color. Also use rgb(140,69,99) instead hex code.

Text Font Color

.myTextColor { color: #8C4563; }

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

This text font color is #8C4563.


Background Color

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

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

This div background color is #8C4563.


Border color

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

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

This div border color is #8C4563.


Opacity

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

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

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

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

This text has shadow with #8C4563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4563 on black background.


Color preview on white background

This text has color #8C4563 on white background.



Black color preview on #8C4563 background

This text has black color on #8C4563 background.


White color preview on #8C4563 background

This text has white color on #8C4563 background.