COLOR #8C7A62

HEX: #8C7A62
RGB: (140,122,98)

Color info

#8C7A62 contains red, green and blue colors in about the same proportion. Web safe color of #8C7A62 is #996666 (or #966).

RGB color model

#8C7A62 color RGB value is (140,122,98).

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

RGB channels and saturation

R 140 of 255 = 55%
G 122 of 255 = 48%
B 98 of 255 = 38%

140
122
98

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

Portions of RGB colors in percentages

R + G + B =
140 + 122 + 98 = 360 (100%)
R 140 of 360 ~ 38.89%
G 122 of 360 ~ 33.89%
B 98 of 360 ~ 27.22%

%38.89
%33.89
%27.22

CMYK color model

#8C7A62 color CMYK value is (0,13,30,45).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 30.00%
  • key color value is 45.10%
CMYK:
(0,13,30,45)
C0M13Y30K45 
(0%,13%,30%,45%)
(0.00/0.13/0.30/0.45)	

CMYK percentages

%0
%12.86
%30
%45.1

Codes

Color #8C7A62 in popluar color models

8C7A62
RGB14012298
HSL34°17.65%46.67%
HSB/HSV34°30.00%54.90%
CMYK0.00%12.86%30.00%
45.10%

Color #8C7A62 in popluar number systems.

HEX8C7A62
Decimal14012298
Binary1000110011110101100010
Octal214172142

Shades and tints

Shades of #8C7A62

#8C7A62
(140,122,98)
#806F5A
(128,111,90)
#746452
(116,100,82)
#68594A
(104,89,74)
#5C4E42
(92,78,66)
#50433A
(80,67,58)
#443832
(68,56,50)
#382D2A
(56,45,42)
#2C2222
(44,34,34)
#20171A
(32,23,26)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #8C7A62

#8C7A62
(140,122,98)
#968670
(150,134,112)
#A0927E
(160,146,126)
#AA9E8C
(170,158,140)
#B4AA9A
(180,170,154)
#BEB6A8
(190,182,168)
#C8C2B6
(200,194,182)
#D2CEC4
(210,206,196)
#DCDAD2
(220,218,210)
#E6E6E0
(230,230,224)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7A62; }

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

This text font color is #8C7A62.


Background Color

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

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

This div background color is #8C7A62.


Border color

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

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

This div border color is #8C7A62.


Opacity

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

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

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

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

This text has shadow with #8C7A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7A62 on black background.


Color preview on white background

This text has color #8C7A62 on white background.



Black color preview on #8C7A62 background

This text has black color on #8C7A62 background.


White color preview on #8C7A62 background

This text has white color on #8C7A62 background.