COLOR #8C2551

HEX: #8C2551
RGB: (140,37,81)

Color info

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

RGB color model

#8C2551 color RGB value is (140,37,81).

  • red value is 140;
  • green value is 37;
  • blue value is 81.
RGB:
(140,37,81)
(55%,15%,32%)

RGB channels and saturation

R 140 of 255 = 55%
G 37 of 255 = 15%
B 81 of 255 = 32%

140
37
81

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

Portions of RGB colors in percentages

R + G + B =
140 + 37 + 81 = 258 (100%)
R 140 of 258 ~ 54.26%
G 37 of 258 ~ 14.34%
B 81 of 258 ~ 31.4%

%54.26
%14.34
%31.4

CMYK color model

#8C2551 color CMYK value is (0,74,42,45).

  • cyan value is 0.00%
  • magenta value is 73.57%
  • yellow value is 42.14%
  • key color value is 45.10%
CMYK:
(0,74,42,45)
C0M74Y42K45 
(0%,74%,42%,45%)
(0.00/0.74/0.42/0.45)	

CMYK percentages

%0
%73.57
%42.14
%45.1

Codes

Color #8C2551 in popluar color models

8C2551
RGB1403781
HSL334°58.19%34.71%
HSB/HSV334°73.57%54.90%
CMYK0.00%73.57%42.14%
45.10%

Color #8C2551 in popluar number systems.

HEX8C2551
Decimal1403781
Binary100011001001011010001
Octal21445121

Shades and tints

Shades of #8C2551

#8C2551
(140,37,81)
#80224A
(128,34,74)
#741F43
(116,31,67)
#681C3C
(104,28,60)
#5C1935
(92,25,53)
#50162E
(80,22,46)
#441327
(68,19,39)
#381020
(56,16,32)
#2C0D19
(44,13,25)
#200A12
(32,10,18)
#14070B
(20,7,11)
#000000
(0,0,0)

Tints of #8C2551

#8C2551
(140,37,81)
#963860
(150,56,96)
#A04B6F
(160,75,111)
#AA5E7E
(170,94,126)
#B4718D
(180,113,141)
#BE849C
(190,132,156)
#C897AB
(200,151,171)
#D2AABA
(210,170,186)
#DCBDC9
(220,189,201)
#E6D0D8
(230,208,216)
#F0E3E7
(240,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C2551 color. Also use rgb(140,37,81) instead hex code.

Text Font Color

.myTextColor { color: #8C2551; }

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

This text font color is #8C2551.


Background Color

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

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

This div background color is #8C2551.


Border color

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

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

This div border color is #8C2551.


Opacity

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

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

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

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

This text has shadow with #8C2551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C2551 on black background.


Color preview on white background

This text has color #8C2551 on white background.



Black color preview on #8C2551 background

This text has black color on #8C2551 background.


White color preview on #8C2551 background

This text has white color on #8C2551 background.