COLOR #8C5F27

HEX: #8C5F27
RGB: (140,95,39)

Color info

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

RGB color model

#8C5F27 color RGB value is (140,95,39).

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

RGB channels and saturation

R 140 of 255 = 55%
G 95 of 255 = 37%
B 39 of 255 = 15%

140
95
39

R + G + B ~ 36%. #8C5F27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 95 + 39 = 274 (100%)
R 140 of 274 ~ 51.09%
G 95 of 274 ~ 34.67%
B 39 of 274 ~ 14.23%

%51.09
%34.67
%14.23

CMYK color model

#8C5F27 color CMYK value is (0,32,72,45).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 72.14%
  • key color value is 45.10%
CMYK:
(0,32,72,45)
C0M32Y72K45 
(0%,32%,72%,45%)
(0.00/0.32/0.72/0.45)	

CMYK percentages

%0
%32.14
%72.14
%45.1

Codes

Color #8C5F27 in popluar color models

8C5F27
RGB1409539
HSL33°56.42%35.10%
HSB/HSV33°72.14%54.90%
CMYK0.00%32.14%72.14%
45.10%

Color #8C5F27 in popluar number systems.

HEX8C5F27
Decimal1409539
Binary100011001011111100111
Octal21413747

Shades and tints

Shades of #8C5F27

#8C5F27
(140,95,39)
#805724
(128,87,36)
#744F21
(116,79,33)
#68471E
(104,71,30)
#5C3F1B
(92,63,27)
#503718
(80,55,24)
#442F15
(68,47,21)
#382712
(56,39,18)
#2C1F0F
(44,31,15)
#20170C
(32,23,12)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #8C5F27

#8C5F27
(140,95,39)
#966D3A
(150,109,58)
#A07B4D
(160,123,77)
#AA8960
(170,137,96)
#B49773
(180,151,115)
#BEA586
(190,165,134)
#C8B399
(200,179,153)
#D2C1AC
(210,193,172)
#DCCFBF
(220,207,191)
#E6DDD2
(230,221,210)
#F0EBE5
(240,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5F27; }

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

This text font color is #8C5F27.


Background Color

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

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

This div background color is #8C5F27.


Border color

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

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

This div border color is #8C5F27.


Opacity

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

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

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

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

This text has shadow with #8C5F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5F27 on black background.


Color preview on white background

This text has color #8C5F27 on white background.



Black color preview on #8C5F27 background

This text has black color on #8C5F27 background.


White color preview on #8C5F27 background

This text has white color on #8C5F27 background.