COLOR #8C2E2D

HEX: #8C2E2D RGB: (140,46,45)

Color info

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

RGB color model

#8C2E2D color RGB value is (140,46,45).

RGB: (140,46,45) (55%, 18%, 18%)

RGB channels and saturation

R 140 of 255 = 55%
G 46 of 255 = 18%
B 45 of 255 = 18%

140
46
45

R + G + B ~ 30%. #8C2E2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 46 + 45 = 231 (100%)
R 140 of 231 ~ 60.61%
G 46 of 231 ~ 19.91%
B 45 of 231 ~ 19.48'%

%60.61
%19.91
%19.48

CMYK color model

#8C2E2D color CMYK value is (0,67,68,45).

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

CMYK: (0,67,68,45)
C0M67Y68K45 (0%, 67%, 68%, 45%)
(0.00 / 0.67 / 0.68 / 0.45)

CMYK percentages

%0
%67.14
%67.86
%45.1

Codes

Color #8C2E2D in popluar color models

8C 2E 2D
RGB 140 46 45
HSL 51.35% 36.27%
HSB/HSV 67.86% 54.90%
CMYK 0.00% 67.14% 67.86%
45.10%

Color #8C2E2D in popluar number systems.

HEX 8C 2E 2D
Decimal 140 46 45
Binary 10001100 101110 101101
Octal 214 56 55

Shades and tints

Shades of #8C2E2D

#8C2E2D
(140,46,45)
#802A29
(128,42,41)
#742625
(116,38,37)
#682221
(104,34,33)
#5C1E1D
(92,30,29)
#501A19
(80,26,25)
#441615
(68,22,21)
#381211
(56,18,17)
#2C0E0D
(44,14,13)
#200A09
(32,10,9)
#140605
(20,6,5)
#000000
(0,0,0)

Tints of #8C2E2D

#8C2E2D
(140,46,45)
#964140
(150,65,64)
#A05453
(160,84,83)
#AA6766
(170,103,102)
#B47A79
(180,122,121)
#BE8D8C
(190,141,140)
#C8A09F
(200,160,159)
#D2B3B2
(210,179,178)
#DCC6C5
(220,198,197)
#E6D9D8
(230,217,216)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C2E2D; }

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

This text font color is #8C2E2D.

Background Color

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

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

This div background color is #8C2E2D.

Border color

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

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

This div border color is #8C2E2D.

Opacity

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

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

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

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

This text has shadow with #8C2E2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C2E2D.

Preview

Color preview on black background

This text has color #8C2E2D on black background.


Color preview on white background

This text has color #8C2E2D on white background.


Black color preview on #8C2E2D background

This text has black color on #8C2E2D background.


White color preview on #8C2E2D background

This text has white color on #8C2E2D background.


Related colors

Complementary color

Complementary color for #hex is #73D1D2.


I love getcolorcode.com

Triadic colors

1 #2D8C2E and #2E2D8C with #8C2E2D are triadic colors.

2 #2D2E8C and #2E8C2D with #8C2E2D are triadic colors.