COLOR #8C4940

HEX: #8C4940
RGB: (140,73,64)

Color info

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

RGB color model

#8C4940 color RGB value is (140,73,64).

  • red value is 140;
  • green value is 73;
  • blue value is 64.
RGB:
(140,73,64)
(55%,29%,25%)

RGB channels and saturation

R 140 of 255 = 55%
G 73 of 255 = 29%
B 64 of 255 = 25%

140
73
64

R + G + B ~ 36%. #8C4940 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 73 + 64 = 277 (100%)
R 140 of 277 ~ 50.54%
G 73 of 277 ~ 26.35%
B 64 of 277 ~ 23.1%

%50.54
%26.35
%23.1

CMYK color model

#8C4940 color CMYK value is (0,48,54,45).

  • cyan value is 0.00%
  • magenta value is 47.86%
  • yellow value is 54.29%
  • key color value is 45.10%
CMYK:
(0,48,54,45)
C0M48Y54K45 
(0%,48%,54%,45%)
(0.00/0.48/0.54/0.45)	

CMYK percentages

%0
%47.86
%54.29
%45.1

Codes

Color #8C4940 in popluar color models

8C4940
RGB1407364
HSL37.25%40.00%
HSB/HSV54.29%54.90%
CMYK0.00%47.86%54.29%
45.10%

Color #8C4940 in popluar number systems.

HEX8C4940
Decimal1407364
Binary1000110010010011000000
Octal214111100

Shades and tints

Shades of #8C4940

#8C4940
(140,73,64)
#80433B
(128,67,59)
#743D36
(116,61,54)
#683731
(104,55,49)
#5C312C
(92,49,44)
#502B27
(80,43,39)
#442522
(68,37,34)
#381F1D
(56,31,29)
#2C1918
(44,25,24)
#201313
(32,19,19)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #8C4940

#8C4940
(140,73,64)
#965951
(150,89,81)
#A06962
(160,105,98)
#AA7973
(170,121,115)
#B48984
(180,137,132)
#BE9995
(190,153,149)
#C8A9A6
(200,169,166)
#D2B9B7
(210,185,183)
#DCC9C8
(220,201,200)
#E6D9D9
(230,217,217)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4940 color. Also use rgb(140,73,64) instead hex code.

Text Font Color

.myTextColor { color: #8C4940; }

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

This text font color is #8C4940.


Background Color

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

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

This div background color is #8C4940.


Border color

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

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

This div border color is #8C4940.


Opacity

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

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

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

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

This text has shadow with #8C4940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4940 on black background.


Color preview on white background

This text has color #8C4940 on white background.



Black color preview on #8C4940 background

This text has black color on #8C4940 background.


White color preview on #8C4940 background

This text has white color on #8C4940 background.