COLOR #8C7A49

HEX: #8C7A49
RGB: (140,122,73)

Color info

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

RGB color model

#8C7A49 color RGB value is (140,122,73).

  • red value is 140;
  • green value is 122;
  • blue value is 73.
RGB:
(140,122,73)
(55%,48%,29%)

RGB channels and saturation

R 140 of 255 = 55%
G 122 of 255 = 48%
B 73 of 255 = 29%

140
122
73

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

Portions of RGB colors in percentages

R + G + B =
140 + 122 + 73 = 335 (100%)
R 140 of 335 ~ 41.79%
G 122 of 335 ~ 36.42%
B 73 of 335 ~ 21.79%

%41.79
%36.42
%21.79

CMYK color model

#8C7A49 color CMYK value is (0,13,48,45).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 47.86%
  • key color value is 45.10%
CMYK:
(0,13,48,45)
C0M13Y48K45 
(0%,13%,48%,45%)
(0.00/0.13/0.48/0.45)	

CMYK percentages

%0
%12.86
%47.86
%45.1

Codes

Color #8C7A49 in popluar color models

8C7A49
RGB14012273
HSL44°31.46%41.76%
HSB/HSV44°47.86%54.90%
CMYK0.00%12.86%47.86%
45.10%

Color #8C7A49 in popluar number systems.

HEX8C7A49
Decimal14012273
Binary1000110011110101001001
Octal214172111

Shades and tints

Shades of #8C7A49

#8C7A49
(140,122,73)
#806F43
(128,111,67)
#74643D
(116,100,61)
#685937
(104,89,55)
#5C4E31
(92,78,49)
#50432B
(80,67,43)
#443825
(68,56,37)
#382D1F
(56,45,31)
#2C2219
(44,34,25)
#201713
(32,23,19)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #8C7A49

#8C7A49
(140,122,73)
#968659
(150,134,89)
#A09269
(160,146,105)
#AA9E79
(170,158,121)
#B4AA89
(180,170,137)
#BEB699
(190,182,153)
#C8C2A9
(200,194,169)
#D2CEB9
(210,206,185)
#DCDAC9
(220,218,201)
#E6E6D9
(230,230,217)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7A49 color. Also use rgb(140,122,73) instead hex code.

Text Font Color

.myTextColor { color: #8C7A49; }

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

This text font color is #8C7A49.


Background Color

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

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

This div background color is #8C7A49.


Border color

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

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

This div border color is #8C7A49.


Opacity

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

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

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

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

This text has shadow with #8C7A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7A49 on black background.


Color preview on white background

This text has color #8C7A49 on white background.



Black color preview on #8C7A49 background

This text has black color on #8C7A49 background.


White color preview on #8C7A49 background

This text has white color on #8C7A49 background.