COLOR #8C470A

HEX: #8C470A
RGB: (140,71,10)

Color info

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

RGB color model

#8C470A color RGB value is (140,71,10).

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

RGB channels and saturation

R 140 of 255 = 55%
G 71 of 255 = 28%
B 10 of 255 = 4%

140
71
10

R + G + B ~ 29%. #8C470A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 71 + 10 = 221 (100%)
R 140 of 221 ~ 63.35%
G 71 of 221 ~ 32.13%
B 10 of 221 ~ 4.52%

%63.35
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.29%
  • yellow value is 92.86%
  • key color value is 45.10%
CMYK:
(0,49,93,45)
C0M49Y93K45 
(0%,49%,93%,45%)
(0.00/0.49/0.93/0.45)	

CMYK percentages

%0
%49.29
%92.86
%45.1

Codes

Color #8C470A in popluar color models

8C470A
RGB1407110
HSL28°86.67%29.41%
HSB/HSV28°92.86%54.90%
CMYK0.00%49.29%92.86%
45.10%

Color #8C470A in popluar number systems.

HEX8C470A
Decimal1407110
Binary1000110010001111010
Octal21410712

Shades and tints

Shades of #8C470A

#8C470A
(140,71,10)
#80410A
(128,65,10)
#743B0A
(116,59,10)
#68350A
(104,53,10)
#5C2F0A
(92,47,10)
#50290A
(80,41,10)
#44230A
(68,35,10)
#381D0A
(56,29,10)
#2C170A
(44,23,10)
#20110A
(32,17,10)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #8C470A

#8C470A
(140,71,10)
#965720
(150,87,32)
#A06736
(160,103,54)
#AA774C
(170,119,76)
#B48762
(180,135,98)
#BE9778
(190,151,120)
#C8A78E
(200,167,142)
#D2B7A4
(210,183,164)
#DCC7BA
(220,199,186)
#E6D7D0
(230,215,208)
#F0E7E6
(240,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C470A; }

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

This text font color is #8C470A.


Background Color

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

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

This div background color is #8C470A.


Border color

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

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

This div border color is #8C470A.


Opacity

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

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

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

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

This text has shadow with #8C470A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C470A on black background.


Color preview on white background

This text has color #8C470A on white background.



Black color preview on #8C470A background

This text has black color on #8C470A background.


White color preview on #8C470A background

This text has white color on #8C470A background.