COLOR #8C8859

HEX: #8C8859
RGB: (140,136,89)

Color info

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

RGB color model

#8C8859 color RGB value is (140,136,89).

  • red value is 140;
  • green value is 136;
  • blue value is 89.
RGB:
(140,136,89)
(55%,53%,35%)

RGB channels and saturation

R 140 of 255 = 55%
G 136 of 255 = 53%
B 89 of 255 = 35%

140
136
89

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

Portions of RGB colors in percentages

R + G + B =
140 + 136 + 89 = 365 (100%)
R 140 of 365 ~ 38.36%
G 136 of 365 ~ 37.26%
B 89 of 365 ~ 24.38%

%38.36
%37.26
%24.38

CMYK color model

#8C8859 color CMYK value is (0,3,36,45).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 36.43%
  • key color value is 45.10%
CMYK:
(0,3,36,45)
C0M3Y36K45 
(0%,3%,36%,45%)
(0.00/0.03/0.36/0.45)	

CMYK percentages

%0
%2.86
%36.43
%45.1

Codes

Color #8C8859 in popluar color models

8C8859
RGB14013689
HSL55°22.27%44.90%
HSB/HSV55°36.43%54.90%
CMYK0.00%2.86%36.43%
45.10%

Color #8C8859 in popluar number systems.

HEX8C8859
Decimal14013689
Binary10001100100010001011001
Octal214210131

Shades and tints

Shades of #8C8859

#8C8859
(140,136,89)
#807C51
(128,124,81)
#747049
(116,112,73)
#686441
(104,100,65)
#5C5839
(92,88,57)
#504C31
(80,76,49)
#444029
(68,64,41)
#383421
(56,52,33)
#2C2819
(44,40,25)
#201C11
(32,28,17)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #8C8859

#8C8859
(140,136,89)
#969268
(150,146,104)
#A09C77
(160,156,119)
#AAA686
(170,166,134)
#B4B095
(180,176,149)
#BEBAA4
(190,186,164)
#C8C4B3
(200,196,179)
#D2CEC2
(210,206,194)
#DCD8D1
(220,216,209)
#E6E2E0
(230,226,224)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8859; }

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

This text font color is #8C8859.


Background Color

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

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

This div background color is #8C8859.


Border color

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

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

This div border color is #8C8859.


Opacity

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

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

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

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

This text has shadow with #8C8859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8859 on black background.


Color preview on white background

This text has color #8C8859 on white background.



Black color preview on #8C8859 background

This text has black color on #8C8859 background.


White color preview on #8C8859 background

This text has white color on #8C8859 background.