COLOR #8C7C41

HEX: #8C7C41
RGB: (140,124,65)

Color info

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

RGB color model

#8C7C41 color RGB value is (140,124,65).

  • red value is 140;
  • green value is 124;
  • blue value is 65.
RGB:
(140,124,65)
(55%,49%,25%)

RGB channels and saturation

R 140 of 255 = 55%
G 124 of 255 = 49%
B 65 of 255 = 25%

140
124
65

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

Portions of RGB colors in percentages

R + G + B =
140 + 124 + 65 = 329 (100%)
R 140 of 329 ~ 42.55%
G 124 of 329 ~ 37.69%
B 65 of 329 ~ 19.76%

%42.55
%37.69
%19.76

CMYK color model

#8C7C41 color CMYK value is (0,11,54,45).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 53.57%
  • key color value is 45.10%
CMYK:
(0,11,54,45)
C0M11Y54K45 
(0%,11%,54%,45%)
(0.00/0.11/0.54/0.45)	

CMYK percentages

%0
%11.43
%53.57
%45.1

Codes

Color #8C7C41 in popluar color models

8C7C41
RGB14012465
HSL47°36.59%40.20%
HSB/HSV47°53.57%54.90%
CMYK0.00%11.43%53.57%
45.10%

Color #8C7C41 in popluar number systems.

HEX8C7C41
Decimal14012465
Binary1000110011111001000001
Octal214174101

Shades and tints

Shades of #8C7C41

#8C7C41
(140,124,65)
#80713C
(128,113,60)
#746637
(116,102,55)
#685B32
(104,91,50)
#5C502D
(92,80,45)
#504528
(80,69,40)
#443A23
(68,58,35)
#382F1E
(56,47,30)
#2C2419
(44,36,25)
#201914
(32,25,20)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #8C7C41

#8C7C41
(140,124,65)
#968752
(150,135,82)
#A09263
(160,146,99)
#AA9D74
(170,157,116)
#B4A885
(180,168,133)
#BEB396
(190,179,150)
#C8BEA7
(200,190,167)
#D2C9B8
(210,201,184)
#DCD4C9
(220,212,201)
#E6DFDA
(230,223,218)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7C41 color. Also use rgb(140,124,65) instead hex code.

Text Font Color

.myTextColor { color: #8C7C41; }

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

This text font color is #8C7C41.


Background Color

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

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

This div background color is #8C7C41.


Border color

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

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

This div border color is #8C7C41.


Opacity

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

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

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

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

This text has shadow with #8C7C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7C41 on black background.


Color preview on white background

This text has color #8C7C41 on white background.



Black color preview on #8C7C41 background

This text has black color on #8C7C41 background.


White color preview on #8C7C41 background

This text has white color on #8C7C41 background.