COLOR #8C4810

HEX: #8C4810
RGB: (140,72,16)

Color info

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

RGB color model

#8C4810 color RGB value is (140,72,16).

  • red value is 140;
  • green value is 72;
  • blue value is 16.
RGB:
(140,72,16)
(55%,28%,6%)

RGB channels and saturation

R 140 of 255 = 55%
G 72 of 255 = 28%
B 16 of 255 = 6%

140
72
16

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

Portions of RGB colors in percentages

R + G + B =
140 + 72 + 16 = 228 (100%)
R 140 of 228 ~ 61.4%
G 72 of 228 ~ 31.58%
B 16 of 228 ~ 7.02%

%61.4
%31.58

CMYK color model

#8C4810 color CMYK value is (0,49,89,45).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 88.57%
  • key color value is 45.10%
CMYK:
(0,49,89,45)
C0M49Y89K45 
(0%,49%,89%,45%)
(0.00/0.49/0.89/0.45)	

CMYK percentages

%0
%48.57
%88.57
%45.1

Codes

Color #8C4810 in popluar color models

8C4810
RGB1407216
HSL27°79.49%30.59%
HSB/HSV27°88.57%54.90%
CMYK0.00%48.57%88.57%
45.10%

Color #8C4810 in popluar number systems.

HEX8C4810
Decimal1407216
Binary10001100100100010000
Octal21411020

Shades and tints

Shades of #8C4810

#8C4810
(140,72,16)
#80420F
(128,66,15)
#743C0E
(116,60,14)
#68360D
(104,54,13)
#5C300C
(92,48,12)
#502A0B
(80,42,11)
#44240A
(68,36,10)
#381E09
(56,30,9)
#2C1808
(44,24,8)
#201207
(32,18,7)
#140C06
(20,12,6)
#000000
(0,0,0)

Tints of #8C4810

#8C4810
(140,72,16)
#965825
(150,88,37)
#A0683A
(160,104,58)
#AA784F
(170,120,79)
#B48864
(180,136,100)
#BE9879
(190,152,121)
#C8A88E
(200,168,142)
#D2B8A3
(210,184,163)
#DCC8B8
(220,200,184)
#E6D8CD
(230,216,205)
#F0E8E2
(240,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4810 color. Also use rgb(140,72,16) instead hex code.

Text Font Color

.myTextColor { color: #8C4810; }

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

This text font color is #8C4810.


Background Color

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

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

This div background color is #8C4810.


Border color

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

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

This div border color is #8C4810.


Opacity

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

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

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

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

This text has shadow with #8C4810 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4810 on black background.


Color preview on white background

This text has color #8C4810 on white background.



Black color preview on #8C4810 background

This text has black color on #8C4810 background.


White color preview on #8C4810 background

This text has white color on #8C4810 background.