COLOR #8C8B60

HEX: #8C8B60 RGB: (140,139,96)

Color info

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

RGB color model

#8C8B60 color RGB value is (140,139,96).

RGB: (140,139,96) (55%, 55%, 38%)

RGB channels and saturation

R 140 of 255 = 55%
G 139 of 255 = 55%
B 96 of 255 = 38%

140
139
96

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

Portions of RGB colors in percentages

R + G + B = 140 + 139 + 96 = 375 (100%)
R 140 of 375 ~ 37.33%
G 139 of 375 ~ 37.07%
B 96 of 375 ~ 25.6'%

%37.33
%37.07
%25.6

CMYK color model

#8C8B60 color CMYK value is (0,1,31,45).

  • cyan value is 0.00%
  • magenta value is 0.71%
  • yellow value is 31.43%
  • key color value is 45.10%

CMYK: (0,1,31,45)
C0M1Y31K45 (0%, 1%, 31%, 45%)
(0.00 / 0.01 / 0.31 / 0.45)

CMYK percentages

%0
%0.71
%31.43
%45.1

Codes

Color #8C8B60 in popluar color models

8C 8B 60
RGB 140 139 96
HSL 59° 18.64% 46.27%
HSB/HSV 59° 31.43% 54.90%
CMYK 0.00% 0.71% 31.43%
45.10%

Color #8C8B60 in popluar number systems.

HEX 8C 8B 60
Decimal 140 139 96
Binary 10001100 10001011 1100000
Octal 214 213 140

Shades and tints

Shades of #8C8B60

#8C8B60
(140,139,96)
#807F58
(128,127,88)
#747350
(116,115,80)
#686748
(104,103,72)
#5C5B40
(92,91,64)
#504F38
(80,79,56)
#444330
(68,67,48)
#383728
(56,55,40)
#2C2B20
(44,43,32)
#201F18
(32,31,24)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #8C8B60

#8C8B60
(140,139,96)
#96956E
(150,149,110)
#A09F7C
(160,159,124)
#AAA98A
(170,169,138)
#B4B398
(180,179,152)
#BEBDA6
(190,189,166)
#C8C7B4
(200,199,180)
#D2D1C2
(210,209,194)
#DCDBD0
(220,219,208)
#E6E5DE
(230,229,222)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8B60; }

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

This text font color is #8C8B60.

Background Color

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

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

This div background color is #8C8B60.

Border color

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

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

This div border color is #8C8B60.

Opacity

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

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

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

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

This text has shadow with #8C8B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8B60.

Preview

Color preview on black background

This text has color #8C8B60 on black background.


Color preview on white background

This text has color #8C8B60 on white background.


Black color preview on #8C8B60 background

This text has black color on #8C8B60 background.


White color preview on #8C8B60 background

This text has white color on #8C8B60 background.


Related colors

Complementary color

Complementary color for #hex is #73749F.


I love getcolorcode.com

Triadic colors

1 #608C8B and #8B608C with #8C8B60 are triadic colors.

2 #608B8C and #8B8C60 with #8C8B60 are triadic colors.