COLOR #8C8157

HEX: #8C8157
RGB: (140,129,87)

Color info

#8C8157 contains red, green and blue colors in about the same proportion. Web safe color of #8C8157 is #999966 (or #996).

RGB color model

#8C8157 color RGB value is (140,129,87).

  • red value is 140;
  • green value is 129;
  • blue value is 87.
RGB:
(140,129,87)
(55%,51%,34%)

RGB channels and saturation

R 140 of 255 = 55%
G 129 of 255 = 51%
B 87 of 255 = 34%

140
129
87

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

Portions of RGB colors in percentages

R + G + B =
140 + 129 + 87 = 356 (100%)
R 140 of 356 ~ 39.33%
G 129 of 356 ~ 36.24%
B 87 of 356 ~ 24.44%

%39.33
%36.24
%24.44

CMYK color model

#8C8157 color CMYK value is (0,8,38,45).

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 37.86%
  • key color value is 45.10%
CMYK:
(0,8,38,45)
C0M8Y38K45 
(0%,8%,38%,45%)
(0.00/0.08/0.38/0.45)	

CMYK percentages

%0
%7.86
%37.86
%45.1

Codes

Color #8C8157 in popluar color models

8C8157
RGB14012987
HSL48°23.35%44.51%
HSB/HSV48°37.86%54.90%
CMYK0.00%7.86%37.86%
45.10%

Color #8C8157 in popluar number systems.

HEX8C8157
Decimal14012987
Binary10001100100000011010111
Octal214201127

Shades and tints

Shades of #8C8157

#8C8157
(140,129,87)
#807650
(128,118,80)
#746B49
(116,107,73)
#686042
(104,96,66)
#5C553B
(92,85,59)
#504A34
(80,74,52)
#443F2D
(68,63,45)
#383426
(56,52,38)
#2C291F
(44,41,31)
#201E18
(32,30,24)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #8C8157

#8C8157
(140,129,87)
#968C66
(150,140,102)
#A09775
(160,151,117)
#AAA284
(170,162,132)
#B4AD93
(180,173,147)
#BEB8A2
(190,184,162)
#C8C3B1
(200,195,177)
#D2CEC0
(210,206,192)
#DCD9CF
(220,217,207)
#E6E4DE
(230,228,222)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8157 color. Also use rgb(140,129,87) instead hex code.

Text Font Color

.myTextColor { color: #8C8157; }

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

This text font color is #8C8157.


Background Color

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

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

This div background color is #8C8157.


Border color

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

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

This div border color is #8C8157.


Opacity

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

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

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

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

This text has shadow with #8C8157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8157 on black background.


Color preview on white background

This text has color #8C8157 on white background.



Black color preview on #8C8157 background

This text has black color on #8C8157 background.


White color preview on #8C8157 background

This text has white color on #8C8157 background.