COLOR #8C474D

HEX: #8C474D
RGB: (140,71,77)

Color info

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

RGB color model

#8C474D color RGB value is (140,71,77).

  • red value is 140;
  • green value is 71;
  • blue value is 77.
RGB:
(140,71,77)
(55%,28%,30%)

RGB channels and saturation

R 140 of 255 = 55%
G 71 of 255 = 28%
B 77 of 255 = 30%

140
71
77

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

Portions of RGB colors in percentages

R + G + B =
140 + 71 + 77 = 288 (100%)
R 140 of 288 ~ 48.61%
G 71 of 288 ~ 24.65%
B 77 of 288 ~ 26.74%

%48.61
%24.65
%26.74

CMYK color model

#8C474D color CMYK value is (0,49,45,45).

  • cyan value is 0.00%
  • magenta value is 49.29%
  • yellow value is 45.00%
  • key color value is 45.10%
CMYK:
(0,49,45,45)
C0M49Y45K45 
(0%,49%,45%,45%)
(0.00/0.49/0.45/0.45)	

CMYK percentages

%0
%49.29
%45
%45.1

Codes

Color #8C474D in popluar color models

8C474D
RGB1407177
HSL355°32.70%41.37%
HSB/HSV355°49.29%54.90%
CMYK0.00%49.29%45.00%
45.10%

Color #8C474D in popluar number systems.

HEX8C474D
Decimal1407177
Binary1000110010001111001101
Octal214107115

Shades and tints

Shades of #8C474D

#8C474D
(140,71,77)
#804146
(128,65,70)
#743B3F
(116,59,63)
#683538
(104,53,56)
#5C2F31
(92,47,49)
#50292A
(80,41,42)
#442323
(68,35,35)
#381D1C
(56,29,28)
#2C1715
(44,23,21)
#20110E
(32,17,14)
#140B07
(20,11,7)
#000000
(0,0,0)

Tints of #8C474D

#8C474D
(140,71,77)
#96575D
(150,87,93)
#A0676D
(160,103,109)
#AA777D
(170,119,125)
#B4878D
(180,135,141)
#BE979D
(190,151,157)
#C8A7AD
(200,167,173)
#D2B7BD
(210,183,189)
#DCC7CD
(220,199,205)
#E6D7DD
(230,215,221)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C474D; }

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

This text font color is #8C474D.


Background Color

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

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

This div background color is #8C474D.


Border color

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

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

This div border color is #8C474D.


Opacity

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

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

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

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

This text has shadow with #8C474D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C474D on black background.


Color preview on white background

This text has color #8C474D on white background.



Black color preview on #8C474D background

This text has black color on #8C474D background.


White color preview on #8C474D background

This text has white color on #8C474D background.