COLOR #8C8059

HEX: #8C8059
RGB: (140,128,89)

Color info

#8C8059 contains red, green and blue colors in about the same proportion. Web safe color of #8C8059 is #996666 (or #966).

RGB color model

#8C8059 color RGB value is (140,128,89).

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

RGB channels and saturation

R 140 of 255 = 55%
G 128 of 255 = 50%
B 89 of 255 = 35%

140
128
89

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

Portions of RGB colors in percentages

R + G + B =
140 + 128 + 89 = 357 (100%)
R 140 of 357 ~ 39.22%
G 128 of 357 ~ 35.85%
B 89 of 357 ~ 24.93%

%39.22
%35.85
%24.93

CMYK color model

#8C8059 color CMYK value is (0,9,36,45).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 36.43%
  • key color value is 45.10%
CMYK:
(0,9,36,45)
C0M9Y36K45 
(0%,9%,36%,45%)
(0.00/0.09/0.36/0.45)	

CMYK percentages

%0
%8.57
%36.43
%45.1

Codes

Color #8C8059 in popluar color models

8C8059
RGB14012889
HSL46°22.27%44.90%
HSB/HSV46°36.43%54.90%
CMYK0.00%8.57%36.43%
45.10%

Color #8C8059 in popluar number systems.

HEX8C8059
Decimal14012889
Binary10001100100000001011001
Octal214200131

Shades and tints

Shades of #8C8059

#8C8059
(140,128,89)
#807551
(128,117,81)
#746A49
(116,106,73)
#685F41
(104,95,65)
#5C5439
(92,84,57)
#504931
(80,73,49)
#443E29
(68,62,41)
#383321
(56,51,33)
#2C2819
(44,40,25)
#201D11
(32,29,17)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #8C8059

#8C8059
(140,128,89)
#968B68
(150,139,104)
#A09677
(160,150,119)
#AAA186
(170,161,134)
#B4AC95
(180,172,149)
#BEB7A4
(190,183,164)
#C8C2B3
(200,194,179)
#D2CDC2
(210,205,194)
#DCD8D1
(220,216,209)
#E6E3E0
(230,227,224)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8059; }

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

This text font color is #8C8059.


Background Color

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

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

This div background color is #8C8059.


Border color

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

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

This div border color is #8C8059.


Opacity

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

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

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

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

This text has shadow with #8C8059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8059 on black background.


Color preview on white background

This text has color #8C8059 on white background.



Black color preview on #8C8059 background

This text has black color on #8C8059 background.


White color preview on #8C8059 background

This text has white color on #8C8059 background.