COLOR #8C8D5A

HEX: #8C8D5A
RGB: (140,141,90)

Color info

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

RGB color model

#8C8D5A color RGB value is (140,141,90).

  • red value is 140;
  • green value is 141;
  • blue value is 90.
RGB:
(140,141,90)
(55%,55%,35%)

RGB channels and saturation

R 140 of 255 = 55%
G 141 of 255 = 55%
B 90 of 255 = 35%

140
141
90

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

Portions of RGB colors in percentages

R + G + B =
140 + 141 + 90 = 371 (100%)
R 140 of 371 ~ 37.74%
G 141 of 371 ~ 38.01%
B 90 of 371 ~ 24.26%

%37.74
%38.01
%24.26

CMYK color model

#8C8D5A color CMYK value is (1,0,36,45).

  • cyan value is 0.71%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 44.71%
CMYK:
(1,0,36,45)
C1M0Y36K45 
(1%,0%,36%,45%)
(0.01/0.00/0.36/0.45)	

CMYK percentages

%0.71
%0
%36.17
%44.71

Codes

Color #8C8D5A in popluar color models

8C8D5A
RGB14014190
HSL61°22.08%45.29%
HSB/HSV61°36.17%55.29%
CMYK0.71%0.00%36.17%
44.71%

Color #8C8D5A in popluar number systems.

HEX8C8D5A
Decimal14014190
Binary10001100100011011011010
Octal214215132

Shades and tints

Shades of #8C8D5A

#8C8D5A
(140,141,90)
#808152
(128,129,82)
#74754A
(116,117,74)
#686942
(104,105,66)
#5C5D3A
(92,93,58)
#505132
(80,81,50)
#44452A
(68,69,42)
#383922
(56,57,34)
#2C2D1A
(44,45,26)
#202112
(32,33,18)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #8C8D5A

#8C8D5A
(140,141,90)
#969769
(150,151,105)
#A0A178
(160,161,120)
#AAAB87
(170,171,135)
#B4B596
(180,181,150)
#BEBFA5
(190,191,165)
#C8C9B4
(200,201,180)
#D2D3C3
(210,211,195)
#DCDDD2
(220,221,210)
#E6E7E1
(230,231,225)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8D5A; }

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

This text font color is #8C8D5A.


Background Color

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

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

This div background color is #8C8D5A.


Border color

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

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

This div border color is #8C8D5A.


Opacity

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

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

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

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

This text has shadow with #8C8D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8D5A on black background.


Color preview on white background

This text has color #8C8D5A on white background.



Black color preview on #8C8D5A background

This text has black color on #8C8D5A background.


White color preview on #8C8D5A background

This text has white color on #8C8D5A background.