COLOR #8C8C71

HEX: #8C8C71
RGB: (140,140,113)

Color info

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

RGB color model

#8C8C71 color RGB value is (140,140,113).

  • red value is 140;
  • green value is 140;
  • blue value is 113.
RGB:
(140,140,113)
(55%,55%,44%)

RGB channels and saturation

R 140 of 255 = 55%
G 140 of 255 = 55%
B 113 of 255 = 44%

140
140
113

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

Portions of RGB colors in percentages

R + G + B =
140 + 140 + 113 = 393 (100%)
R 140 of 393 ~ 35.62%
G 140 of 393 ~ 35.62%
B 113 of 393 ~ 28.75%

%35.62
%35.62
%28.75

CMYK color model

#8C8C71 color CMYK value is (0,0,19,45).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 19.29%
  • key color value is 45.10%
CMYK:
(0,0,19,45)
C0M0Y19K45 
(0%,0%,19%,45%)
(0.00/0.00/0.19/0.45)	

CMYK percentages

%0
%0
%19.29
%45.1

Codes

Color #8C8C71 in popluar color models

8C8C71
RGB140140113
HSL60°10.67%49.61%
HSB/HSV60°19.29%54.90%
CMYK0.00%0.00%19.29%
45.10%

Color #8C8C71 in popluar number systems.

HEX8C8C71
Decimal140140113
Binary10001100100011001110001
Octal214214161

Shades and tints

Shades of #8C8C71

#8C8C71
(140,140,113)
#808067
(128,128,103)
#74745D
(116,116,93)
#686853
(104,104,83)
#5C5C49
(92,92,73)
#50503F
(80,80,63)
#444435
(68,68,53)
#38382B
(56,56,43)
#2C2C21
(44,44,33)
#202017
(32,32,23)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #8C8C71

#8C8C71
(140,140,113)
#96967D
(150,150,125)
#A0A089
(160,160,137)
#AAAA95
(170,170,149)
#B4B4A1
(180,180,161)
#BEBEAD
(190,190,173)
#C8C8B9
(200,200,185)
#D2D2C5
(210,210,197)
#DCDCD1
(220,220,209)
#E6E6DD
(230,230,221)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8C71; }

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

This text font color is #8C8C71.


Background Color

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

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

This div background color is #8C8C71.


Border color

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

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

This div border color is #8C8C71.


Opacity

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

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

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

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

This text has shadow with #8C8C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8C71 on black background.


Color preview on white background

This text has color #8C8C71 on white background.



Black color preview on #8C8C71 background

This text has black color on #8C8C71 background.


White color preview on #8C8C71 background

This text has white color on #8C8C71 background.