COLOR #8C2D3E

HEX: #8C2D3E RGB: (140,45,62)

Color info

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

RGB color model

#8C2D3E color RGB value is (140,45,62).

RGB: (140,45,62) (55%, 18%, 24%)

RGB channels and saturation

R 140 of 255 = 55%
G 45 of 255 = 18%
B 62 of 255 = 24%

140
45
62

R + G + B ~ 32%. #8C2D3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 45 + 62 = 247 (100%)
R 140 of 247 ~ 56.68%
G 45 of 247 ~ 18.22%
B 62 of 247 ~ 25.1'%

%56.68
%18.22
%25.1

CMYK color model

#8C2D3E color CMYK value is (0,68,56,45).

  • cyan value is 0.00%
  • magenta value is 67.86%
  • yellow value is 55.71%
  • key color value is 45.10%

CMYK: (0,68,56,45)
C0M68Y56K45 (0%, 68%, 56%, 45%)
(0.00 / 0.68 / 0.56 / 0.45)

CMYK percentages

%0
%67.86
%55.71
%45.1

Codes

Color #8C2D3E in popluar color models

8C 2D 3E
RGB 140 45 62
HSL 349° 51.35% 36.27%
HSB/HSV 349° 67.86% 54.90%
CMYK 0.00% 67.86% 55.71%
45.10%

Color #8C2D3E in popluar number systems.

HEX 8C 2D 3E
Decimal 140 45 62
Binary 10001100 101101 111110
Octal 214 55 76

Shades and tints

Shades of #8C2D3E

#8C2D3E
(140,45,62)
#802939
(128,41,57)
#742534
(116,37,52)
#68212F
(104,33,47)
#5C1D2A
(92,29,42)
#501925
(80,25,37)
#441520
(68,21,32)
#38111B
(56,17,27)
#2C0D16
(44,13,22)
#200911
(32,9,17)
#14050C
(20,5,12)
#000000
(0,0,0)

Tints of #8C2D3E

#8C2D3E
(140,45,62)
#96404F
(150,64,79)
#A05360
(160,83,96)
#AA6671
(170,102,113)
#B47982
(180,121,130)
#BE8C93
(190,140,147)
#C89FA4
(200,159,164)
#D2B2B5
(210,178,181)
#DCC5C6
(220,197,198)
#E6D8D7
(230,216,215)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C2D3E; }

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

This text font color is #8C2D3E.

Background Color

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

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

This div background color is #8C2D3E.

Border color

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

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

This div border color is #8C2D3E.

Opacity

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

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

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

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

This text has shadow with #8C2D3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C2D3E.

Preview

Color preview on black background

This text has color #8C2D3E on black background.


Color preview on white background

This text has color #8C2D3E on white background.


Black color preview on #8C2D3E background

This text has black color on #8C2D3E background.


White color preview on #8C2D3E background

This text has white color on #8C2D3E background.


Related colors

Complementary color

Complementary color for #hex is #73D2C1.


I love getcolorcode.com

Triadic colors

1 #3E8C2D and #2D3E8C with #8C2D3E are triadic colors.

2 #3E2D8C and #2D8C3E with #8C2D3E are triadic colors.