COLOR #8C4D09

HEX: #8C4D09
RGB: (140,77,9)

Color info

#8C4D09 contains mainly red color. Web safe color of #8C4D09 is #993300 (or #930).

RGB color model

#8C4D09 color RGB value is (140,77,9).

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

RGB channels and saturation

R 140 of 255 = 55%
G 77 of 255 = 30%
B 9 of 255 = 4%

140
77
9

R + G + B ~ 30%. #8C4D09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 77 + 9 = 226 (100%)
R 140 of 226 ~ 61.95%
G 77 of 226 ~ 34.07%
B 9 of 226 ~ 3.98%

%61.95
%34.07

CMYK color model

#8C4D09 color CMYK value is (0,45,94,45).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 93.57%
  • key color value is 45.10%
CMYK:
(0,45,94,45)
C0M45Y94K45 
(0%,45%,94%,45%)
(0.00/0.45/0.94/0.45)	

CMYK percentages

%0
%45
%93.57
%45.1

Codes

Color #8C4D09 in popluar color models

8C4D09
RGB140779
HSL31°87.92%29.22%
HSB/HSV31°93.57%54.90%
CMYK0.00%45.00%93.57%
45.10%

Color #8C4D09 in popluar number systems.

HEX8C4D09
Decimal140779
Binary1000110010011011001
Octal21411511

Shades and tints

Shades of #8C4D09

#8C4D09
(140,77,9)
#804609
(128,70,9)
#743F09
(116,63,9)
#683809
(104,56,9)
#5C3109
(92,49,9)
#502A09
(80,42,9)
#442309
(68,35,9)
#381C09
(56,28,9)
#2C1509
(44,21,9)
#200E09
(32,14,9)
#140709
(20,7,9)
#000000
(0,0,0)

Tints of #8C4D09

#8C4D09
(140,77,9)
#965D1F
(150,93,31)
#A06D35
(160,109,53)
#AA7D4B
(170,125,75)
#B48D61
(180,141,97)
#BE9D77
(190,157,119)
#C8AD8D
(200,173,141)
#D2BDA3
(210,189,163)
#DCCDB9
(220,205,185)
#E6DDCF
(230,221,207)
#F0EDE5
(240,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4D09; }

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

This text font color is #8C4D09.


Background Color

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

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

This div background color is #8C4D09.


Border color

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

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

This div border color is #8C4D09.


Opacity

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

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

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

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

This text has shadow with #8C4D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4D09 on black background.


Color preview on white background

This text has color #8C4D09 on white background.



Black color preview on #8C4D09 background

This text has black color on #8C4D09 background.


White color preview on #8C4D09 background

This text has white color on #8C4D09 background.