COLOR #8C8C5D

HEX: #8C8C5D
RGB: (140,140,93)

Color info

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

RGB color model

#8C8C5D color RGB value is (140,140,93).

  • red value is 140;
  • green value is 140;
  • blue value is 93.
RGB:
(140,140,93)
(55%,55%,36%)

RGB channels and saturation

R 140 of 255 = 55%
G 140 of 255 = 55%
B 93 of 255 = 36%

140
140
93

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

Portions of RGB colors in percentages

R + G + B =
140 + 140 + 93 = 373 (100%)
R 140 of 373 ~ 37.53%
G 140 of 373 ~ 37.53%
B 93 of 373 ~ 24.93%

%37.53
%37.53
%24.93

CMYK color model

#8C8C5D color CMYK value is (0,0,34,45).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 33.57%
  • key color value is 45.10%
CMYK:
(0,0,34,45)
C0M0Y34K45 
(0%,0%,34%,45%)
(0.00/0.00/0.34/0.45)	

CMYK percentages

%0
%0
%33.57
%45.1

Codes

Color #8C8C5D in popluar color models

8C8C5D
RGB14014093
HSL60°20.17%45.69%
HSB/HSV60°33.57%54.90%
CMYK0.00%0.00%33.57%
45.10%

Color #8C8C5D in popluar number systems.

HEX8C8C5D
Decimal14014093
Binary10001100100011001011101
Octal214214135

Shades and tints

Shades of #8C8C5D

#8C8C5D
(140,140,93)
#808055
(128,128,85)
#74744D
(116,116,77)
#686845
(104,104,69)
#5C5C3D
(92,92,61)
#505035
(80,80,53)
#44442D
(68,68,45)
#383825
(56,56,37)
#2C2C1D
(44,44,29)
#202015
(32,32,21)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #8C8C5D

#8C8C5D
(140,140,93)
#96966B
(150,150,107)
#A0A079
(160,160,121)
#AAAA87
(170,170,135)
#B4B495
(180,180,149)
#BEBEA3
(190,190,163)
#C8C8B1
(200,200,177)
#D2D2BF
(210,210,191)
#DCDCCD
(220,220,205)
#E6E6DB
(230,230,219)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8C5D; }

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

This text font color is #8C8C5D.


Background Color

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

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

This div background color is #8C8C5D.


Border color

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

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

This div border color is #8C8C5D.


Opacity

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

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

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

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

This text has shadow with #8C8C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8C5D on black background.


Color preview on white background

This text has color #8C8C5D on white background.



Black color preview on #8C8C5D background

This text has black color on #8C8C5D background.


White color preview on #8C8C5D background

This text has white color on #8C8C5D background.