COLOR #8C4E12

HEX: #8C4E12
RGB: (140,78,18)

Color info

#8C4E12 contains mainly red color. Web safe color of #8C4E12 is #996600 (or #960).

RGB color model

#8C4E12 color RGB value is (140,78,18).

  • red value is 140;
  • green value is 78;
  • blue value is 18.
RGB:
(140,78,18)
(55%,31%,7%)

RGB channels and saturation

R 140 of 255 = 55%
G 78 of 255 = 31%
B 18 of 255 = 7%

140
78
18

R + G + B ~ 31%. #8C4E12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 78 + 18 = 236 (100%)
R 140 of 236 ~ 59.32%
G 78 of 236 ~ 33.05%
B 18 of 236 ~ 7.63%

%59.32
%33.05

CMYK color model

#8C4E12 color CMYK value is (0,44,87,45).

  • cyan value is 0.00%
  • magenta value is 44.29%
  • yellow value is 87.14%
  • key color value is 45.10%
CMYK:
(0,44,87,45)
C0M44Y87K45 
(0%,44%,87%,45%)
(0.00/0.44/0.87/0.45)	

CMYK percentages

%0
%44.29
%87.14
%45.1

Codes

Color #8C4E12 in popluar color models

8C4E12
RGB1407818
HSL30°77.22%30.98%
HSB/HSV30°87.14%54.90%
CMYK0.00%44.29%87.14%
45.10%

Color #8C4E12 in popluar number systems.

HEX8C4E12
Decimal1407818
Binary10001100100111010010
Octal21411622

Shades and tints

Shades of #8C4E12

#8C4E12
(140,78,18)
#804711
(128,71,17)
#744010
(116,64,16)
#68390F
(104,57,15)
#5C320E
(92,50,14)
#502B0D
(80,43,13)
#44240C
(68,36,12)
#381D0B
(56,29,11)
#2C160A
(44,22,10)
#200F09
(32,15,9)
#140808
(20,8,8)
#000000
(0,0,0)

Tints of #8C4E12

#8C4E12
(140,78,18)
#965E27
(150,94,39)
#A06E3C
(160,110,60)
#AA7E51
(170,126,81)
#B48E66
(180,142,102)
#BE9E7B
(190,158,123)
#C8AE90
(200,174,144)
#D2BEA5
(210,190,165)
#DCCEBA
(220,206,186)
#E6DECF
(230,222,207)
#F0EEE4
(240,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4E12 color. Also use rgb(140,78,18) instead hex code.

Text Font Color

.myTextColor { color: #8C4E12; }

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

This text font color is #8C4E12.


Background Color

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

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

This div background color is #8C4E12.


Border color

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

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

This div border color is #8C4E12.


Opacity

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

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

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

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

This text has shadow with #8C4E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4E12 on black background.


Color preview on white background

This text has color #8C4E12 on white background.



Black color preview on #8C4E12 background

This text has black color on #8C4E12 background.


White color preview on #8C4E12 background

This text has white color on #8C4E12 background.