COLOR #8C2525

HEX: #8C2525 RGB: (140,37,37)

Color info

#8C2525 contains mainly red color. Web safe color of #8C2525 is #993333 (or #933).

RGB color model

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

RGB: (140,37,37) (55%, 15%, 15%)

RGB channels and saturation

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

140
37
37

R + G + B ~ 28%. #8C2525 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 37 + 37 = 214 (100%)
R 140 of 214 ~ 65.42%
G 37 of 214 ~ 17.29%
B 37 of 214 ~ 17.29'%

%65.42
%17.29
%17.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 73.57%
  • yellow value is 73.57%
  • key color value is 45.10%

CMYK: (0,74,74,45)
C0M74Y74K45 (0%, 74%, 74%, 45%)
(0.00 / 0.74 / 0.74 / 0.45)

CMYK percentages

%0
%73.57
%73.57
%45.1

Codes

Color #8C2525 in popluar color models

8C 25 25
RGB 140 37 37
HSL 58.19% 34.71%
HSB/HSV 73.57% 54.90%
CMYK 0.00% 73.57% 73.57%
45.10%

Color #8C2525 in popluar number systems.

HEX 8C 25 25
Decimal 140 37 37
Binary 10001100 100101 100101
Octal 214 45 45

Shades and tints

Shades of #8C2525

#8C2525
(140,37,37)
#802222
(128,34,34)
#741F1F
(116,31,31)
#681C1C
(104,28,28)
#5C1919
(92,25,25)
#501616
(80,22,22)
#441313
(68,19,19)
#381010
(56,16,16)
#2C0D0D
(44,13,13)
#200A0A
(32,10,10)
#140707
(20,7,7)
#000000
(0,0,0)

Tints of #8C2525

#8C2525
(140,37,37)
#963838
(150,56,56)
#A04B4B
(160,75,75)
#AA5E5E
(170,94,94)
#B47171
(180,113,113)
#BE8484
(190,132,132)
#C89797
(200,151,151)
#D2AAAA
(210,170,170)
#DCBDBD
(220,189,189)
#E6D0D0
(230,208,208)
#F0E3E3
(240,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C2525; }

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

This text font color is #8C2525.

Background Color

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

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

This div background color is #8C2525.

Border color

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

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

This div border color is #8C2525.

Opacity

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

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

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

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

This text has shadow with #8C2525 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C2525.

Preview

Color preview on black background

This text has color #8C2525 on black background.


Color preview on white background

This text has color #8C2525 on white background.


Black color preview on #8C2525 background

This text has black color on #8C2525 background.


White color preview on #8C2525 background

This text has white color on #8C2525 background.


Related colors

Complementary color

Complementary color for #hex is #73DADA.


I love getcolorcode.com