COLOR #8C8175

HEX: #8C8175
RGB: (140,129,117)

Color info

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

RGB color model

#8C8175 color RGB value is (140,129,117).

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

RGB channels and saturation

R 140 of 255 = 55%
G 129 of 255 = 51%
B 117 of 255 = 46%

140
129
117

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

Portions of RGB colors in percentages

R + G + B =
140 + 129 + 117 = 386 (100%)
R 140 of 386 ~ 36.27%
G 129 of 386 ~ 33.42%
B 117 of 386 ~ 30.31%

%36.27
%33.42
%30.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 16.43%
  • key color value is 45.10%
CMYK:
(0,8,16,45)
C0M8Y16K45 
(0%,8%,16%,45%)
(0.00/0.08/0.16/0.45)	

CMYK percentages

%0
%7.86
%16.43
%45.1

Codes

Color #8C8175 in popluar color models

8C8175
RGB140129117
HSL31°9.09%50.39%
HSB/HSV31°16.43%54.90%
CMYK0.00%7.86%16.43%
45.10%

Color #8C8175 in popluar number systems.

HEX8C8175
Decimal140129117
Binary10001100100000011110101
Octal214201165

Shades and tints

Shades of #8C8175

#8C8175
(140,129,117)
#80766B
(128,118,107)
#746B61
(116,107,97)
#686057
(104,96,87)
#5C554D
(92,85,77)
#504A43
(80,74,67)
#443F39
(68,63,57)
#38342F
(56,52,47)
#2C2925
(44,41,37)
#201E1B
(32,30,27)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #8C8175

#8C8175
(140,129,117)
#968C81
(150,140,129)
#A0978D
(160,151,141)
#AAA299
(170,162,153)
#B4ADA5
(180,173,165)
#BEB8B1
(190,184,177)
#C8C3BD
(200,195,189)
#D2CEC9
(210,206,201)
#DCD9D5
(220,217,213)
#E6E4E1
(230,228,225)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8175; }

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

This text font color is #8C8175.


Background Color

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

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

This div background color is #8C8175.


Border color

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

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

This div border color is #8C8175.


Opacity

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

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

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

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

This text has shadow with #8C8175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8175 on black background.


Color preview on white background

This text has color #8C8175 on white background.



Black color preview on #8C8175 background

This text has black color on #8C8175 background.


White color preview on #8C8175 background

This text has white color on #8C8175 background.