COLOR #8C5F0E

HEX: #8C5F0E
RGB: (140,95,14)

Color info

#8C5F0E contains mainly red and green colors. Web safe color of #8C5F0E is #996600 (or #960).

RGB color model

#8C5F0E color RGB value is (140,95,14).

  • red value is 140;
  • green value is 95;
  • blue value is 14.
RGB:
(140,95,14)
(55%,37%,5%)

RGB channels and saturation

R 140 of 255 = 55%
G 95 of 255 = 37%
B 14 of 255 = 5%

140
95
14

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

Portions of RGB colors in percentages

R + G + B =
140 + 95 + 14 = 249 (100%)
R 140 of 249 ~ 56.22%
G 95 of 249 ~ 38.15%
B 14 of 249 ~ 5.62%

%56.22
%38.15

CMYK color model

#8C5F0E color CMYK value is (0,32,90,45).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 90.00%
  • key color value is 45.10%
CMYK:
(0,32,90,45)
C0M32Y90K45 
(0%,32%,90%,45%)
(0.00/0.32/0.90/0.45)	

CMYK percentages

%0
%32.14
%90
%45.1

Codes

Color #8C5F0E in popluar color models

8C5F0E
RGB1409514
HSL39°81.82%30.20%
HSB/HSV39°90.00%54.90%
CMYK0.00%32.14%90.00%
45.10%

Color #8C5F0E in popluar number systems.

HEX8C5F0E
Decimal1409514
Binary1000110010111111110
Octal21413716

Shades and tints

Shades of #8C5F0E

#8C5F0E
(140,95,14)
#80570D
(128,87,13)
#744F0C
(116,79,12)
#68470B
(104,71,11)
#5C3F0A
(92,63,10)
#503709
(80,55,9)
#442F08
(68,47,8)
#382707
(56,39,7)
#2C1F06
(44,31,6)
#201705
(32,23,5)
#140F04
(20,15,4)
#000000
(0,0,0)

Tints of #8C5F0E

#8C5F0E
(140,95,14)
#966D23
(150,109,35)
#A07B38
(160,123,56)
#AA894D
(170,137,77)
#B49762
(180,151,98)
#BEA577
(190,165,119)
#C8B38C
(200,179,140)
#D2C1A1
(210,193,161)
#DCCFB6
(220,207,182)
#E6DDCB
(230,221,203)
#F0EBE0
(240,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5F0E color. Also use rgb(140,95,14) instead hex code.

Text Font Color

.myTextColor { color: #8C5F0E; }

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

This text font color is #8C5F0E.


Background Color

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

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

This div background color is #8C5F0E.


Border color

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

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

This div border color is #8C5F0E.


Opacity

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

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

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

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

This text has shadow with #8C5F0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5F0E on black background.


Color preview on white background

This text has color #8C5F0E on white background.



Black color preview on #8C5F0E background

This text has black color on #8C5F0E background.


White color preview on #8C5F0E background

This text has white color on #8C5F0E background.