COLOR #8C3446

HEX: #8C3446 RGB: (140,52,70)

Color info

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

RGB color model

#8C3446 color RGB value is (140,52,70).

RGB: (140,52,70) (55%, 20%, 27%)

RGB channels and saturation

R 140 of 255 = 55%
G 52 of 255 = 20%
B 70 of 255 = 27%

140
52
70

R + G + B ~ 34%. #8C3446 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 52 + 70 = 262 (100%)
R 140 of 262 ~ 53.44%
G 52 of 262 ~ 19.85%
B 70 of 262 ~ 26.72'%

%53.44
%19.85
%26.72

CMYK color model

#8C3446 color CMYK value is (0,63,50,45).

  • cyan value is 0.00%
  • magenta value is 62.86%
  • yellow value is 50.00%
  • key color value is 45.10%

CMYK: (0,63,50,45)
C0M63Y50K45 (0%, 63%, 50%, 45%)
(0.00 / 0.63 / 0.50 / 0.45)

CMYK percentages

%0
%62.86
%50
%45.1

Codes

Color #8C3446 in popluar color models

8C 34 46
RGB 140 52 70
HSL 348° 45.83% 37.65%
HSB/HSV 348° 62.86% 54.90%
CMYK 0.00% 62.86% 50.00%
45.10%

Color #8C3446 in popluar number systems.

HEX 8C 34 46
Decimal 140 52 70
Binary 10001100 110100 1000110
Octal 214 64 106

Shades and tints

Shades of #8C3446

#8C3446
(140,52,70)
#803040
(128,48,64)
#742C3A
(116,44,58)
#682834
(104,40,52)
#5C242E
(92,36,46)
#502028
(80,32,40)
#441C22
(68,28,34)
#38181C
(56,24,28)
#2C1416
(44,20,22)
#201010
(32,16,16)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #8C3446

#8C3446
(140,52,70)
#964656
(150,70,86)
#A05866
(160,88,102)
#AA6A76
(170,106,118)
#B47C86
(180,124,134)
#BE8E96
(190,142,150)
#C8A0A6
(200,160,166)
#D2B2B6
(210,178,182)
#DCC4C6
(220,196,198)
#E6D6D6
(230,214,214)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3446; }

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

This text font color is #8C3446.

Background Color

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

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

This div background color is #8C3446.

Border color

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

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

This div border color is #8C3446.

Opacity

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

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

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

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

This text has shadow with #8C3446 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C3446.

Preview

Color preview on black background

This text has color #8C3446 on black background.


Color preview on white background

This text has color #8C3446 on white background.


Black color preview on #8C3446 background

This text has black color on #8C3446 background.


White color preview on #8C3446 background

This text has white color on #8C3446 background.


Related colors

Complementary color

Complementary color for #hex is #73CBB9.


I love getcolorcode.com

Triadic colors

1 #468C34 and #34468C with #8C3446 are triadic colors.

2 #46348C and #348C46 with #8C3446 are triadic colors.