COLOR #8C4459

HEX: #8C4459 RGB: (140,68,89)

Color info

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

RGB color model

#8C4459 color RGB value is (140,68,89).

RGB: (140,68,89) (55%, 27%, 35%)

RGB channels and saturation

R 140 of 255 = 55%
G 68 of 255 = 27%
B 89 of 255 = 35%

140
68
89

R + G + B ~ 39%. #8C4459 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 68 + 89 = 297 (100%)
R 140 of 297 ~ 47.14%
G 68 of 297 ~ 22.9%
B 89 of 297 ~ 29.97'%

%47.14
%22.9
%29.97

CMYK color model

#8C4459 color CMYK value is (0,51,36,45).

  • cyan value is 0.00%
  • magenta value is 51.43%
  • yellow value is 36.43%
  • key color value is 45.10%

CMYK: (0,51,36,45)
C0M51Y36K45 (0%, 51%, 36%, 45%)
(0.00 / 0.51 / 0.36 / 0.45)

CMYK percentages

%0
%51.43
%36.43
%45.1

Codes

Color #8C4459 in popluar color models

8C 44 59
RGB 140 68 89
HSL 343° 34.62% 40.78%
HSB/HSV 343° 51.43% 54.90%
CMYK 0.00% 51.43% 36.43%
45.10%

Color #8C4459 in popluar number systems.

HEX 8C 44 59
Decimal 140 68 89
Binary 10001100 1000100 1011001
Octal 214 104 131

Shades and tints

Shades of #8C4459

#8C4459
(140,68,89)
#803E51
(128,62,81)
#743849
(116,56,73)
#683241
(104,50,65)
#5C2C39
(92,44,57)
#502631
(80,38,49)
#442029
(68,32,41)
#381A21
(56,26,33)
#2C1419
(44,20,25)
#200E11
(32,14,17)
#140809
(20,8,9)
#000000
(0,0,0)

Tints of #8C4459

#8C4459
(140,68,89)
#965568
(150,85,104)
#A06677
(160,102,119)
#AA7786
(170,119,134)
#B48895
(180,136,149)
#BE99A4
(190,153,164)
#C8AAB3
(200,170,179)
#D2BBC2
(210,187,194)
#DCCCD1
(220,204,209)
#E6DDE0
(230,221,224)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4459; }

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

This text font color is #8C4459.

Background Color

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

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

This div background color is #8C4459.

Border color

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

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

This div border color is #8C4459.

Opacity

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

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

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

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

This text has shadow with #8C4459 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C4459.

Preview

Color preview on black background

This text has color #8C4459 on black background.


Color preview on white background

This text has color #8C4459 on white background.


Black color preview on #8C4459 background

This text has black color on #8C4459 background.


White color preview on #8C4459 background

This text has white color on #8C4459 background.


Related colors

Complementary color

Complementary color for #hex is #73BBA6.


I love getcolorcode.com

Triadic colors

1 #598C44 and #44598C with #8C4459 are triadic colors.

2 #59448C and #448C59 with #8C4459 are triadic colors.