COLOR #8C2457

HEX: #8C2457
RGB: (140,36,87)

Color info

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

RGB color model

#8C2457 color RGB value is (140,36,87).

  • red value is 140;
  • green value is 36;
  • blue value is 87.
RGB:
(140,36,87)
(55%,14%,34%)

RGB channels and saturation

R 140 of 255 = 55%
G 36 of 255 = 14%
B 87 of 255 = 34%

140
36
87

R + G + B ~ 34%. #8C2457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 36 + 87 = 263 (100%)
R 140 of 263 ~ 53.23%
G 36 of 263 ~ 13.69%
B 87 of 263 ~ 33.08%

%53.23
%13.69
%33.08

CMYK color model

#8C2457 color CMYK value is (0,74,38,45).

  • cyan value is 0.00%
  • magenta value is 74.29%
  • yellow value is 37.86%
  • key color value is 45.10%
CMYK:
(0,74,38,45)
C0M74Y38K45 
(0%,74%,38%,45%)
(0.00/0.74/0.38/0.45)	

CMYK percentages

%0
%74.29
%37.86
%45.1

Codes

Color #8C2457 in popluar color models

8C2457
RGB1403687
HSL331°59.09%34.51%
HSB/HSV331°74.29%54.90%
CMYK0.00%74.29%37.86%
45.10%

Color #8C2457 in popluar number systems.

HEX8C2457
Decimal1403687
Binary100011001001001010111
Octal21444127

Shades and tints

Shades of #8C2457

#8C2457
(140,36,87)
#802150
(128,33,80)
#741E49
(116,30,73)
#681B42
(104,27,66)
#5C183B
(92,24,59)
#501534
(80,21,52)
#44122D
(68,18,45)
#380F26
(56,15,38)
#2C0C1F
(44,12,31)
#200918
(32,9,24)
#140611
(20,6,17)
#000000
(0,0,0)

Tints of #8C2457

#8C2457
(140,36,87)
#963766
(150,55,102)
#A04A75
(160,74,117)
#AA5D84
(170,93,132)
#B47093
(180,112,147)
#BE83A2
(190,131,162)
#C896B1
(200,150,177)
#D2A9C0
(210,169,192)
#DCBCCF
(220,188,207)
#E6CFDE
(230,207,222)
#F0E2ED
(240,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C2457 color. Also use rgb(140,36,87) instead hex code.

Text Font Color

.myTextColor { color: #8C2457; }

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

This text font color is #8C2457.


Background Color

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

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

This div background color is #8C2457.


Border color

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

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

This div border color is #8C2457.


Opacity

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

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

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

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

This text has shadow with #8C2457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C2457 on black background.


Color preview on white background

This text has color #8C2457 on white background.



Black color preview on #8C2457 background

This text has black color on #8C2457 background.


White color preview on #8C2457 background

This text has white color on #8C2457 background.