COLOR #8C3C24

HEX: #8C3C24 RGB: (140,60,36)

Color info

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

RGB color model

#8C3C24 color RGB value is (140,60,36).

RGB: (140,60,36) (55%, 24%, 14%)

RGB channels and saturation

R 140 of 255 = 55%
G 60 of 255 = 24%
B 36 of 255 = 14%

140
60
36

R + G + B ~ 31%. #8C3C24 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 60 + 36 = 236 (100%)
R 140 of 236 ~ 59.32%
G 60 of 236 ~ 25.42%
B 36 of 236 ~ 15.25'%

%59.32
%25.42
%15.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 74.29%
  • key color value is 45.10%

CMYK: (0,57,74,45)
C0M57Y74K45 (0%, 57%, 74%, 45%)
(0.00 / 0.57 / 0.74 / 0.45)

CMYK percentages

%0
%57.14
%74.29
%45.1

Codes

Color #8C3C24 in popluar color models

8C 3C 24
RGB 140 60 36
HSL 14° 59.09% 34.51%
HSB/HSV 14° 74.29% 54.90%
CMYK 0.00% 57.14% 74.29%
45.10%

Color #8C3C24 in popluar number systems.

HEX 8C 3C 24
Decimal 140 60 36
Binary 10001100 111100 100100
Octal 214 74 44

Shades and tints

Shades of #8C3C24

#8C3C24
(140,60,36)
#803721
(128,55,33)
#74321E
(116,50,30)
#682D1B
(104,45,27)
#5C2818
(92,40,24)
#502315
(80,35,21)
#441E12
(68,30,18)
#38190F
(56,25,15)
#2C140C
(44,20,12)
#200F09
(32,15,9)
#140A06
(20,10,6)
#000000
(0,0,0)

Tints of #8C3C24

#8C3C24
(140,60,36)
#964D37
(150,77,55)
#A05E4A
(160,94,74)
#AA6F5D
(170,111,93)
#B48070
(180,128,112)
#BE9183
(190,145,131)
#C8A296
(200,162,150)
#D2B3A9
(210,179,169)
#DCC4BC
(220,196,188)
#E6D5CF
(230,213,207)
#F0E6E2
(240,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3C24; }

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

This text font color is #8C3C24.

Background Color

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

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

This div background color is #8C3C24.

Border color

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

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

This div border color is #8C3C24.

Opacity

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

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

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

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

This text has shadow with #8C3C24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C3C24.

Preview

Color preview on black background

This text has color #8C3C24 on black background.


Color preview on white background

This text has color #8C3C24 on white background.


Black color preview on #8C3C24 background

This text has black color on #8C3C24 background.


White color preview on #8C3C24 background

This text has white color on #8C3C24 background.


Related colors

Complementary color

Complementary color for #hex is #73C3DB.


I love getcolorcode.com

Triadic colors

1 #248C3C and #3C248C with #8C3C24 are triadic colors.

2 #243C8C and #3C8C24 with #8C3C24 are triadic colors.