COLOR #8C5311

HEX: #8C5311
RGB: (140,83,17)

Color info

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

RGB color model

#8C5311 color RGB value is (140,83,17).

  • red value is 140;
  • green value is 83;
  • blue value is 17.
RGB:
(140,83,17)
(55%,33%,7%)

RGB channels and saturation

R 140 of 255 = 55%
G 83 of 255 = 33%
B 17 of 255 = 7%

140
83
17

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

Portions of RGB colors in percentages

R + G + B =
140 + 83 + 17 = 240 (100%)
R 140 of 240 ~ 58.33%
G 83 of 240 ~ 34.58%
B 17 of 240 ~ 7.08%

%58.33
%34.58

CMYK color model

#8C5311 color CMYK value is (0,41,88,45).

  • cyan value is 0.00%
  • magenta value is 40.71%
  • yellow value is 87.86%
  • key color value is 45.10%
CMYK:
(0,41,88,45)
C0M41Y88K45 
(0%,41%,88%,45%)
(0.00/0.41/0.88/0.45)	

CMYK percentages

%0
%40.71
%87.86
%45.1

Codes

Color #8C5311 in popluar color models

8C5311
RGB1408317
HSL32°78.34%30.78%
HSB/HSV32°87.86%54.90%
CMYK0.00%40.71%87.86%
45.10%

Color #8C5311 in popluar number systems.

HEX8C5311
Decimal1408317
Binary10001100101001110001
Octal21412321

Shades and tints

Shades of #8C5311

#8C5311
(140,83,17)
#804C10
(128,76,16)
#74450F
(116,69,15)
#683E0E
(104,62,14)
#5C370D
(92,55,13)
#50300C
(80,48,12)
#44290B
(68,41,11)
#38220A
(56,34,10)
#2C1B09
(44,27,9)
#201408
(32,20,8)
#140D07
(20,13,7)
#000000
(0,0,0)

Tints of #8C5311

#8C5311
(140,83,17)
#966226
(150,98,38)
#A0713B
(160,113,59)
#AA8050
(170,128,80)
#B48F65
(180,143,101)
#BE9E7A
(190,158,122)
#C8AD8F
(200,173,143)
#D2BCA4
(210,188,164)
#DCCBB9
(220,203,185)
#E6DACE
(230,218,206)
#F0E9E3
(240,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5311 color. Also use rgb(140,83,17) instead hex code.

Text Font Color

.myTextColor { color: #8C5311; }

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

This text font color is #8C5311.


Background Color

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

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

This div background color is #8C5311.


Border color

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

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

This div border color is #8C5311.


Opacity

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

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

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

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

This text has shadow with #8C5311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5311 on black background.


Color preview on white background

This text has color #8C5311 on white background.



Black color preview on #8C5311 background

This text has black color on #8C5311 background.


White color preview on #8C5311 background

This text has white color on #8C5311 background.