COLOR #8C7547

HEX: #8C7547
RGB: (140,117,71)

Color info

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

RGB color model

#8C7547 color RGB value is (140,117,71).

  • red value is 140;
  • green value is 117;
  • blue value is 71.
RGB:
(140,117,71)
(55%,46%,28%)

RGB channels and saturation

R 140 of 255 = 55%
G 117 of 255 = 46%
B 71 of 255 = 28%

140
117
71

R + G + B ~ 43%. #8C7547 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 117 + 71 = 328 (100%)
R 140 of 328 ~ 42.68%
G 117 of 328 ~ 35.67%
B 71 of 328 ~ 21.65%

%42.68
%35.67
%21.65

CMYK color model

#8C7547 color CMYK value is (0,16,49,45).

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 49.29%
  • key color value is 45.10%
CMYK:
(0,16,49,45)
C0M16Y49K45 
(0%,16%,49%,45%)
(0.00/0.16/0.49/0.45)	

CMYK percentages

%0
%16.43
%49.29
%45.1

Codes

Color #8C7547 in popluar color models

8C7547
RGB14011771
HSL40°32.70%41.37%
HSB/HSV40°49.29%54.90%
CMYK0.00%16.43%49.29%
45.10%

Color #8C7547 in popluar number systems.

HEX8C7547
Decimal14011771
Binary1000110011101011000111
Octal214165107

Shades and tints

Shades of #8C7547

#8C7547
(140,117,71)
#806B41
(128,107,65)
#74613B
(116,97,59)
#685735
(104,87,53)
#5C4D2F
(92,77,47)
#504329
(80,67,41)
#443923
(68,57,35)
#382F1D
(56,47,29)
#2C2517
(44,37,23)
#201B11
(32,27,17)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #8C7547

#8C7547
(140,117,71)
#968157
(150,129,87)
#A08D67
(160,141,103)
#AA9977
(170,153,119)
#B4A587
(180,165,135)
#BEB197
(190,177,151)
#C8BDA7
(200,189,167)
#D2C9B7
(210,201,183)
#DCD5C7
(220,213,199)
#E6E1D7
(230,225,215)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7547 color. Also use rgb(140,117,71) instead hex code.

Text Font Color

.myTextColor { color: #8C7547; }

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

This text font color is #8C7547.


Background Color

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

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

This div background color is #8C7547.


Border color

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

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

This div border color is #8C7547.


Opacity

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

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

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

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

This text has shadow with #8C7547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7547 on black background.


Color preview on white background

This text has color #8C7547 on white background.



Black color preview on #8C7547 background

This text has black color on #8C7547 background.


White color preview on #8C7547 background

This text has white color on #8C7547 background.