COLOR #8C4343

HEX: #8C4343 RGB: (140,67,67)

Color info

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

RGB color model

#8C4343 color RGB value is (140,67,67).

RGB: (140,67,67) (55%, 26%, 26%)

RGB channels and saturation

R 140 of 255 = 55%
G 67 of 255 = 26%
B 67 of 255 = 26%

140
67
67

R + G + B ~ 36%. #8C4343 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 67 + 67 = 274 (100%)
R 140 of 274 ~ 51.09%
G 67 of 274 ~ 24.45%
B 67 of 274 ~ 24.45'%

%51.09
%24.45
%24.45

CMYK color model

#8C4343 color CMYK value is (0,52,52,45).

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

CMYK: (0,52,52,45)
C0M52Y52K45 (0%, 52%, 52%, 45%)
(0.00 / 0.52 / 0.52 / 0.45)

CMYK percentages

%0
%52.14
%52.14
%45.1

Codes

Color #8C4343 in popluar color models

8C 43 43
RGB 140 67 67
HSL 35.27% 40.59%
HSB/HSV 52.14% 54.90%
CMYK 0.00% 52.14% 52.14%
45.10%

Color #8C4343 in popluar number systems.

HEX 8C 43 43
Decimal 140 67 67
Binary 10001100 1000011 1000011
Octal 214 103 103

Shades and tints

Shades of #8C4343

#8C4343
(140,67,67)
#803D3D
(128,61,61)
#743737
(116,55,55)
#683131
(104,49,49)
#5C2B2B
(92,43,43)
#502525
(80,37,37)
#441F1F
(68,31,31)
#381919
(56,25,25)
#2C1313
(44,19,19)
#200D0D
(32,13,13)
#140707
(20,7,7)
#000000
(0,0,0)

Tints of #8C4343

#8C4343
(140,67,67)
#965454
(150,84,84)
#A06565
(160,101,101)
#AA7676
(170,118,118)
#B48787
(180,135,135)
#BE9898
(190,152,152)
#C8A9A9
(200,169,169)
#D2BABA
(210,186,186)
#DCCBCB
(220,203,203)
#E6DCDC
(230,220,220)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4343; }

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

This text font color is #8C4343.

Background Color

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

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

This div background color is #8C4343.

Border color

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

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

This div border color is #8C4343.

Opacity

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

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

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

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

This text has shadow with #8C4343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C4343.

Preview

Color preview on black background

This text has color #8C4343 on black background.


Color preview on white background

This text has color #8C4343 on white background.


Black color preview on #8C4343 background

This text has black color on #8C4343 background.


White color preview on #8C4343 background

This text has white color on #8C4343 background.


Related colors

Complementary color

Complementary color for #hex is #73BCBC.


I love getcolorcode.com