COLOR #8C3449

HEX: #8C3449
RGB: (140,52,73)

Color info

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

RGB color model

#8C3449 color RGB value is (140,52,73).

  • red value is 140;
  • green value is 52;
  • blue value is 73.
RGB:
(140,52,73)
(55%,20%,29%)

RGB channels and saturation

R 140 of 255 = 55%
G 52 of 255 = 20%
B 73 of 255 = 29%

140
52
73

R + G + B ~ 35%. #8C3449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 52 + 73 = 265 (100%)
R 140 of 265 ~ 52.83%
G 52 of 265 ~ 19.62%
B 73 of 265 ~ 27.55%

%52.83
%19.62
%27.55

CMYK color model

#8C3449 color CMYK value is (0,63,48,45).

  • cyan value is 0.00%
  • magenta value is 62.86%
  • yellow value is 47.86%
  • key color value is 45.10%
CMYK:
(0,63,48,45)
C0M63Y48K45 
(0%,63%,48%,45%)
(0.00/0.63/0.48/0.45)	

CMYK percentages

%0
%62.86
%47.86
%45.1

Codes

Color #8C3449 in popluar color models

8C3449
RGB1405273
HSL346°45.83%37.65%
HSB/HSV346°62.86%54.90%
CMYK0.00%62.86%47.86%
45.10%

Color #8C3449 in popluar number systems.

HEX8C3449
Decimal1405273
Binary100011001101001001001
Octal21464111

Shades and tints

Shades of #8C3449

#8C3449
(140,52,73)
#803043
(128,48,67)
#742C3D
(116,44,61)
#682837
(104,40,55)
#5C2431
(92,36,49)
#50202B
(80,32,43)
#441C25
(68,28,37)
#38181F
(56,24,31)
#2C1419
(44,20,25)
#201013
(32,16,19)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #8C3449

#8C3449
(140,52,73)
#964659
(150,70,89)
#A05869
(160,88,105)
#AA6A79
(170,106,121)
#B47C89
(180,124,137)
#BE8E99
(190,142,153)
#C8A0A9
(200,160,169)
#D2B2B9
(210,178,185)
#DCC4C9
(220,196,201)
#E6D6D9
(230,214,217)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3449; }

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

This text font color is #8C3449.


Background Color

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

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

This div background color is #8C3449.


Border color

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

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

This div border color is #8C3449.


Opacity

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

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

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

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

This text has shadow with #8C3449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3449 on black background.


Color preview on white background

This text has color #8C3449 on white background.



Black color preview on #8C3449 background

This text has black color on #8C3449 background.


White color preview on #8C3449 background

This text has white color on #8C3449 background.