COLOR #8C4454

HEX: #8C4454
RGB: (140,68,84)

Color info

#8C4454 contains mainly red and blue colors. Web safe color of #8C4454 is #993366 (or #936).

RGB color model

#8C4454 color RGB value is (140,68,84).

  • red value is 140;
  • green value is 68;
  • blue value is 84.
RGB:
(140,68,84)
(55%,27%,33%)

RGB channels and saturation

R 140 of 255 = 55%
G 68 of 255 = 27%
B 84 of 255 = 33%

140
68
84

R + G + B ~ 38%. #8C4454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 68 + 84 = 292 (100%)
R 140 of 292 ~ 47.95%
G 68 of 292 ~ 23.29%
B 84 of 292 ~ 28.77%

%47.95
%23.29
%28.77

CMYK color model

#8C4454 color CMYK value is (0,51,40,45).

  • cyan value is 0.00%
  • magenta value is 51.43%
  • yellow value is 40.00%
  • key color value is 45.10%
CMYK:
(0,51,40,45)
C0M51Y40K45 
(0%,51%,40%,45%)
(0.00/0.51/0.40/0.45)	

CMYK percentages

%0
%51.43
%40
%45.1

Codes

Color #8C4454 in popluar color models

8C4454
RGB1406884
HSL347°34.62%40.78%
HSB/HSV347°51.43%54.90%
CMYK0.00%51.43%40.00%
45.10%

Color #8C4454 in popluar number systems.

HEX8C4454
Decimal1406884
Binary1000110010001001010100
Octal214104124

Shades and tints

Shades of #8C4454

#8C4454
(140,68,84)
#803E4D
(128,62,77)
#743846
(116,56,70)
#68323F
(104,50,63)
#5C2C38
(92,44,56)
#502631
(80,38,49)
#44202A
(68,32,42)
#381A23
(56,26,35)
#2C141C
(44,20,28)
#200E15
(32,14,21)
#14080E
(20,8,14)
#000000
(0,0,0)

Tints of #8C4454

#8C4454
(140,68,84)
#965563
(150,85,99)
#A06672
(160,102,114)
#AA7781
(170,119,129)
#B48890
(180,136,144)
#BE999F
(190,153,159)
#C8AAAE
(200,170,174)
#D2BBBD
(210,187,189)
#DCCCCC
(220,204,204)
#E6DDDB
(230,221,219)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4454; }

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

This text font color is #8C4454.


Background Color

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

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

This div background color is #8C4454.


Border color

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

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

This div border color is #8C4454.


Opacity

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

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

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

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

This text has shadow with #8C4454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4454 on black background.


Color preview on white background

This text has color #8C4454 on white background.



Black color preview on #8C4454 background

This text has black color on #8C4454 background.


White color preview on #8C4454 background

This text has white color on #8C4454 background.