COLOR #8C8956

HEX: #8C8956 RGB: (140,137,86)

Color info

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

RGB color model

#8C8956 color RGB value is (140,137,86).

RGB: (140,137,86) (55%, 54%, 34%)

RGB channels and saturation

R 140 of 255 = 55%
G 137 of 255 = 54%
B 86 of 255 = 34%

140
137
86

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

Portions of RGB colors in percentages

R + G + B = 140 + 137 + 86 = 363 (100%)
R 140 of 363 ~ 38.57%
G 137 of 363 ~ 37.74%
B 86 of 363 ~ 23.69'%

%38.57
%37.74
%23.69

CMYK color model

#8C8956 color CMYK value is (0,2,39,45).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 38.57%
  • key color value is 45.10%

CMYK: (0,2,39,45)
C0M2Y39K45 (0%, 2%, 39%, 45%)
(0.00 / 0.02 / 0.39 / 0.45)

CMYK percentages

%0
%2.14
%38.57
%45.1

Codes

Color #8C8956 in popluar color models

8C 89 56
RGB 140 137 86
HSL 57° 23.89% 44.31%
HSB/HSV 57° 38.57% 54.90%
CMYK 0.00% 2.14% 38.57%
45.10%

Color #8C8956 in popluar number systems.

HEX 8C 89 56
Decimal 140 137 86
Binary 10001100 10001001 1010110
Octal 214 211 126

Shades and tints

Shades of #8C8956

#8C8956
(140,137,86)
#807D4F
(128,125,79)
#747148
(116,113,72)
#686541
(104,101,65)
#5C593A
(92,89,58)
#504D33
(80,77,51)
#44412C
(68,65,44)
#383525
(56,53,37)
#2C291E
(44,41,30)
#201D17
(32,29,23)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #8C8956

#8C8956
(140,137,86)
#969365
(150,147,101)
#A09D74
(160,157,116)
#AAA783
(170,167,131)
#B4B192
(180,177,146)
#BEBBA1
(190,187,161)
#C8C5B0
(200,197,176)
#D2CFBF
(210,207,191)
#DCD9CE
(220,217,206)
#E6E3DD
(230,227,221)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8956; }

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

This text font color is #8C8956.

Background Color

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

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

This div background color is #8C8956.

Border color

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

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

This div border color is #8C8956.

Opacity

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

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

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

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

This text has shadow with #8C8956 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8956.

Preview

Color preview on black background

This text has color #8C8956 on black background.


Color preview on white background

This text has color #8C8956 on white background.


Black color preview on #8C8956 background

This text has black color on #8C8956 background.


White color preview on #8C8956 background

This text has white color on #8C8956 background.


Related colors

Complementary color

Complementary color for #hex is #7376A9.


I love getcolorcode.com

Triadic colors

1 #568C89 and #89568C with #8C8956 are triadic colors.

2 #56898C and #898C56 with #8C8956 are triadic colors.