COLOR #8C5127

HEX: #8C5127
RGB: (140,81,39)

Color info

#8C5127 contains mainly red and green colors. Web safe color of #8C5127 is #996633 (or #963).

RGB color model

#8C5127 color RGB value is (140,81,39).

  • red value is 140;
  • green value is 81;
  • blue value is 39.
RGB:
(140,81,39)
(55%,32%,15%)

RGB channels and saturation

R 140 of 255 = 55%
G 81 of 255 = 32%
B 39 of 255 = 15%

140
81
39

R + G + B ~ 34%. #8C5127 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 81 + 39 = 260 (100%)
R 140 of 260 ~ 53.85%
G 81 of 260 ~ 31.15%
B 39 of 260 ~ 15%

%53.85
%31.15
%15

CMYK color model

#8C5127 color CMYK value is (0,42,72,45).

  • cyan value is 0.00%
  • magenta value is 42.14%
  • yellow value is 72.14%
  • key color value is 45.10%
CMYK:
(0,42,72,45)
C0M42Y72K45 
(0%,42%,72%,45%)
(0.00/0.42/0.72/0.45)	

CMYK percentages

%0
%42.14
%72.14
%45.1

Codes

Color #8C5127 in popluar color models

8C5127
RGB1408139
HSL25°56.42%35.10%
HSB/HSV25°72.14%54.90%
CMYK0.00%42.14%72.14%
45.10%

Color #8C5127 in popluar number systems.

HEX8C5127
Decimal1408139
Binary100011001010001100111
Octal21412147

Shades and tints

Shades of #8C5127

#8C5127
(140,81,39)
#804A24
(128,74,36)
#744321
(116,67,33)
#683C1E
(104,60,30)
#5C351B
(92,53,27)
#502E18
(80,46,24)
#442715
(68,39,21)
#382012
(56,32,18)
#2C190F
(44,25,15)
#20120C
(32,18,12)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #8C5127

#8C5127
(140,81,39)
#96603A
(150,96,58)
#A06F4D
(160,111,77)
#AA7E60
(170,126,96)
#B48D73
(180,141,115)
#BE9C86
(190,156,134)
#C8AB99
(200,171,153)
#D2BAAC
(210,186,172)
#DCC9BF
(220,201,191)
#E6D8D2
(230,216,210)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5127 color. Also use rgb(140,81,39) instead hex code.

Text Font Color

.myTextColor { color: #8C5127; }

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

This text font color is #8C5127.


Background Color

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

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

This div background color is #8C5127.


Border color

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

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

This div border color is #8C5127.


Opacity

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

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

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

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

This text has shadow with #8C5127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5127 on black background.


Color preview on white background

This text has color #8C5127 on white background.



Black color preview on #8C5127 background

This text has black color on #8C5127 background.


White color preview on #8C5127 background

This text has white color on #8C5127 background.