COLOR #8C4D4F

HEX: #8C4D4F RGB: (140,77,79)

Color info

#8C4D4F contains mainly red color. Web safe color of #8C4D4F is #993366 (or #936).

RGB color model

#8C4D4F color RGB value is (140,77,79).

RGB: (140,77,79) (55%, 30%, 31%)

RGB channels and saturation

R 140 of 255 = 55%
G 77 of 255 = 30%
B 79 of 255 = 31%

140
77
79

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

Portions of RGB colors in percentages

R + G + B = 140 + 77 + 79 = 296 (100%)
R 140 of 296 ~ 47.3%
G 77 of 296 ~ 26.01%
B 79 of 296 ~ 26.69'%

%47.3
%26.01
%26.69

CMYK color model

#8C4D4F color CMYK value is (0,45,44,45).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 43.57%
  • key color value is 45.10%

CMYK: (0,45,44,45)
C0M45Y44K45 (0%, 45%, 44%, 45%)
(0.00 / 0.45 / 0.44 / 0.45)

CMYK percentages

%0
%45
%43.57
%45.1

Codes

Color #8C4D4F in popluar color models

8C 4D 4F
RGB 140 77 79
HSL 358° 29.03% 42.55%
HSB/HSV 358° 45.00% 54.90%
CMYK 0.00% 45.00% 43.57%
45.10%

Color #8C4D4F in popluar number systems.

HEX 8C 4D 4F
Decimal 140 77 79
Binary 10001100 1001101 1001111
Octal 214 115 117

Shades and tints

Shades of #8C4D4F

#8C4D4F
(140,77,79)
#804648
(128,70,72)
#743F41
(116,63,65)
#68383A
(104,56,58)
#5C3133
(92,49,51)
#502A2C
(80,42,44)
#442325
(68,35,37)
#381C1E
(56,28,30)
#2C1517
(44,21,23)
#200E10
(32,14,16)
#140709
(20,7,9)
#000000
(0,0,0)

Tints of #8C4D4F

#8C4D4F
(140,77,79)
#965D5F
(150,93,95)
#A06D6F
(160,109,111)
#AA7D7F
(170,125,127)
#B48D8F
(180,141,143)
#BE9D9F
(190,157,159)
#C8ADAF
(200,173,175)
#D2BDBF
(210,189,191)
#DCCDCF
(220,205,207)
#E6DDDF
(230,221,223)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4D4F color. Also use rgb(140,77,79) instead hex code.

Text Font Color

.myTextColor { color: #8C4D4F; }

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

This text font color is #8C4D4F.

Background Color

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

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

This div background color is #8C4D4F.

Border color

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

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

This div border color is #8C4D4F.

Opacity

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

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

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

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

This text has shadow with #8C4D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C4D4F.

Preview

Color preview on black background

This text has color #8C4D4F on black background.


Color preview on white background

This text has color #8C4D4F on white background.


Black color preview on #8C4D4F background

This text has black color on #8C4D4F background.


White color preview on #8C4D4F background

This text has white color on #8C4D4F background.


Related colors

Complementary color

Complementary color for #hex is #73B2B0.


I love getcolorcode.com

Triadic colors

1 #4F8C4D and #4D4F8C with #8C4D4F are triadic colors.

2 #4F4D8C and #4D8C4F with #8C4D4F are triadic colors.