COLOR #8C4A21

HEX: #8C4A21
RGB: (140,74,33)

Color info

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

RGB color model

#8C4A21 color RGB value is (140,74,33).

  • red value is 140;
  • green value is 74;
  • blue value is 33.
RGB:
(140,74,33)
(55%,29%,13%)

RGB channels and saturation

R 140 of 255 = 55%
G 74 of 255 = 29%
B 33 of 255 = 13%

140
74
33

R + G + B ~ 32%. #8C4A21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 74 + 33 = 247 (100%)
R 140 of 247 ~ 56.68%
G 74 of 247 ~ 29.96%
B 33 of 247 ~ 13.36%

%56.68
%29.96
%13.36

CMYK color model

#8C4A21 color CMYK value is (0,47,76,45).

  • cyan value is 0.00%
  • magenta value is 47.14%
  • yellow value is 76.43%
  • key color value is 45.10%
CMYK:
(0,47,76,45)
C0M47Y76K45 
(0%,47%,76%,45%)
(0.00/0.47/0.76/0.45)	

CMYK percentages

%0
%47.14
%76.43
%45.1

Codes

Color #8C4A21 in popluar color models

8C4A21
RGB1407433
HSL23°61.85%33.92%
HSB/HSV23°76.43%54.90%
CMYK0.00%47.14%76.43%
45.10%

Color #8C4A21 in popluar number systems.

HEX8C4A21
Decimal1407433
Binary100011001001010100001
Octal21411241

Shades and tints

Shades of #8C4A21

#8C4A21
(140,74,33)
#80441E
(128,68,30)
#743E1B
(116,62,27)
#683818
(104,56,24)
#5C3215
(92,50,21)
#502C12
(80,44,18)
#44260F
(68,38,15)
#38200C
(56,32,12)
#2C1A09
(44,26,9)
#201406
(32,20,6)
#140E03
(20,14,3)
#000000
(0,0,0)

Tints of #8C4A21

#8C4A21
(140,74,33)
#965A35
(150,90,53)
#A06A49
(160,106,73)
#AA7A5D
(170,122,93)
#B48A71
(180,138,113)
#BE9A85
(190,154,133)
#C8AA99
(200,170,153)
#D2BAAD
(210,186,173)
#DCCAC1
(220,202,193)
#E6DAD5
(230,218,213)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4A21 color. Also use rgb(140,74,33) instead hex code.

Text Font Color

.myTextColor { color: #8C4A21; }

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

This text font color is #8C4A21.


Background Color

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

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

This div background color is #8C4A21.


Border color

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

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

This div border color is #8C4A21.


Opacity

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

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

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

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

This text has shadow with #8C4A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4A21 on black background.


Color preview on white background

This text has color #8C4A21 on white background.



Black color preview on #8C4A21 background

This text has black color on #8C4A21 background.


White color preview on #8C4A21 background

This text has white color on #8C4A21 background.