COLOR #8C491A

HEX: #8C491A
RGB: (140,73,26)

Color info

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

RGB color model

#8C491A color RGB value is (140,73,26).

  • red value is 140;
  • green value is 73;
  • blue value is 26.
RGB:
(140,73,26)
(55%,29%,10%)

RGB channels and saturation

R 140 of 255 = 55%
G 73 of 255 = 29%
B 26 of 255 = 10%

140
73
26

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

Portions of RGB colors in percentages

R + G + B =
140 + 73 + 26 = 239 (100%)
R 140 of 239 ~ 58.58%
G 73 of 239 ~ 30.54%
B 26 of 239 ~ 10.88%

%58.58
%30.54
%10.88

CMYK color model

#8C491A color CMYK value is (0,48,81,45).

  • cyan value is 0.00%
  • magenta value is 47.86%
  • yellow value is 81.43%
  • key color value is 45.10%
CMYK:
(0,48,81,45)
C0M48Y81K45 
(0%,48%,81%,45%)
(0.00/0.48/0.81/0.45)	

CMYK percentages

%0
%47.86
%81.43
%45.1

Codes

Color #8C491A in popluar color models

8C491A
RGB1407326
HSL25°68.67%32.55%
HSB/HSV25°81.43%54.90%
CMYK0.00%47.86%81.43%
45.10%

Color #8C491A in popluar number systems.

HEX8C491A
Decimal1407326
Binary10001100100100111010
Octal21411132

Shades and tints

Shades of #8C491A

#8C491A
(140,73,26)
#804318
(128,67,24)
#743D16
(116,61,22)
#683714
(104,55,20)
#5C3112
(92,49,18)
#502B10
(80,43,16)
#44250E
(68,37,14)
#381F0C
(56,31,12)
#2C190A
(44,25,10)
#201308
(32,19,8)
#140D06
(20,13,6)
#000000
(0,0,0)

Tints of #8C491A

#8C491A
(140,73,26)
#96592E
(150,89,46)
#A06942
(160,105,66)
#AA7956
(170,121,86)
#B4896A
(180,137,106)
#BE997E
(190,153,126)
#C8A992
(200,169,146)
#D2B9A6
(210,185,166)
#DCC9BA
(220,201,186)
#E6D9CE
(230,217,206)
#F0E9E2
(240,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C491A color. Also use rgb(140,73,26) instead hex code.

Text Font Color

.myTextColor { color: #8C491A; }

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

This text font color is #8C491A.


Background Color

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

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

This div background color is #8C491A.


Border color

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

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

This div border color is #8C491A.


Opacity

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

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

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

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

This text has shadow with #8C491A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C491A on black background.


Color preview on white background

This text has color #8C491A on white background.



Black color preview on #8C491A background

This text has black color on #8C491A background.


White color preview on #8C491A background

This text has white color on #8C491A background.