COLOR #8C651A

HEX: #8C651A
RGB: (140,101,26)

Color info

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

RGB color model

#8C651A color RGB value is (140,101,26).

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

RGB channels and saturation

R 140 of 255 = 55%
G 101 of 255 = 40%
B 26 of 255 = 10%

140
101
26

R + G + B ~ 35%. #8C651A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 101 + 26 = 267 (100%)
R 140 of 267 ~ 52.43%
G 101 of 267 ~ 37.83%
B 26 of 267 ~ 9.74%

%52.43
%37.83
%9.74

CMYK color model

#8C651A color CMYK value is (0,28,81,45).

  • cyan value is 0.00%
  • magenta value is 27.86%
  • yellow value is 81.43%
  • key color value is 45.10%
CMYK:
(0,28,81,45)
C0M28Y81K45 
(0%,28%,81%,45%)
(0.00/0.28/0.81/0.45)	

CMYK percentages

%0
%27.86
%81.43
%45.1

Codes

Color #8C651A in popluar color models

8C651A
RGB14010126
HSL39°68.67%32.55%
HSB/HSV39°81.43%54.90%
CMYK0.00%27.86%81.43%
45.10%

Color #8C651A in popluar number systems.

HEX8C651A
Decimal14010126
Binary10001100110010111010
Octal21414532

Shades and tints

Shades of #8C651A

#8C651A
(140,101,26)
#805C18
(128,92,24)
#745316
(116,83,22)
#684A14
(104,74,20)
#5C4112
(92,65,18)
#503810
(80,56,16)
#442F0E
(68,47,14)
#38260C
(56,38,12)
#2C1D0A
(44,29,10)
#201408
(32,20,8)
#140B06
(20,11,6)
#000000
(0,0,0)

Tints of #8C651A

#8C651A
(140,101,26)
#96732E
(150,115,46)
#A08142
(160,129,66)
#AA8F56
(170,143,86)
#B49D6A
(180,157,106)
#BEAB7E
(190,171,126)
#C8B992
(200,185,146)
#D2C7A6
(210,199,166)
#DCD5BA
(220,213,186)
#E6E3CE
(230,227,206)
#F0F1E2
(240,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C651A; }

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

This text font color is #8C651A.


Background Color

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

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

This div background color is #8C651A.


Border color

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

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

This div border color is #8C651A.


Opacity

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

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

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

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

This text has shadow with #8C651A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C651A on black background.


Color preview on white background

This text has color #8C651A on white background.



Black color preview on #8C651A background

This text has black color on #8C651A background.


White color preview on #8C651A background

This text has white color on #8C651A background.