COLOR #8C5054

HEX: #8C5054 RGB: (140,80,84)

Color info

#8C5054 contains mainly red and blue colors. Web safe color of #8C5054 is #996666 (or #966).

RGB color model

#8C5054 color RGB value is (140,80,84).

RGB: (140,80,84) (55%, 31%, 33%)

RGB channels and saturation

R 140 of 255 = 55%
G 80 of 255 = 31%
B 84 of 255 = 33%

140
80
84

R + G + B ~ 40%. #8C5054 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 80 + 84 = 304 (100%)
R 140 of 304 ~ 46.05%
G 80 of 304 ~ 26.32%
B 84 of 304 ~ 27.63'%

%46.05
%26.32
%27.63

CMYK color model

#8C5054 color CMYK value is (0,43,40,45).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 40.00%
  • key color value is 45.10%

CMYK: (0,43,40,45)
C0M43Y40K45 (0%, 43%, 40%, 45%)
(0.00 / 0.43 / 0.40 / 0.45)

CMYK percentages

%0
%42.86
%40
%45.1

Codes

Color #8C5054 in popluar color models

8C 50 54
RGB 140 80 84
HSL 356° 27.27% 43.14%
HSB/HSV 356° 42.86% 54.90%
CMYK 0.00% 42.86% 40.00%
45.10%

Color #8C5054 in popluar number systems.

HEX 8C 50 54
Decimal 140 80 84
Binary 10001100 1010000 1010100
Octal 214 120 124

Shades and tints

Shades of #8C5054

#8C5054
(140,80,84)
#80494D
(128,73,77)
#744246
(116,66,70)
#683B3F
(104,59,63)
#5C3438
(92,52,56)
#502D31
(80,45,49)
#44262A
(68,38,42)
#381F23
(56,31,35)
#2C181C
(44,24,28)
#201115
(32,17,21)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #8C5054

#8C5054
(140,80,84)
#965F63
(150,95,99)
#A06E72
(160,110,114)
#AA7D81
(170,125,129)
#B48C90
(180,140,144)
#BE9B9F
(190,155,159)
#C8AAAE
(200,170,174)
#D2B9BD
(210,185,189)
#DCC8CC
(220,200,204)
#E6D7DB
(230,215,219)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5054; }

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

This text font color is #8C5054.

Background Color

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

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

This div background color is #8C5054.

Border color

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

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

This div border color is #8C5054.

Opacity

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

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

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

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

This text has shadow with #8C5054 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5054.

Preview

Color preview on black background

This text has color #8C5054 on black background.


Color preview on white background

This text has color #8C5054 on white background.


Black color preview on #8C5054 background

This text has black color on #8C5054 background.


White color preview on #8C5054 background

This text has white color on #8C5054 background.


Related colors

Complementary color

Complementary color for #hex is #73AFAB.


I love getcolorcode.com

Triadic colors

1 #548C50 and #50548C with #8C5054 are triadic colors.

2 #54508C and #508C54 with #8C5054 are triadic colors.