COLOR #8C8E5D

HEX: #8C8E5D RGB: (140,142,93)

Color info

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

RGB color model

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

RGB: (140,142,93) (55%, 56%, 36%)

RGB channels and saturation

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

140
142
93

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

Portions of RGB colors in percentages

R + G + B = 140 + 142 + 93 = 375 (100%)
R 140 of 375 ~ 37.33%
G 142 of 375 ~ 37.87%
B 93 of 375 ~ 24.8'%

%37.33
%37.87
%24.8

CMYK color model

#8C8E5D color CMYK value is (1,0,35,44).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 34.51%
  • key color value is 44.31%

CMYK: (1,0,35,44)
C1M0Y35K44 (1%, 0%, 35%, 44%)
(0.01 / 0.00 / 0.35 / 0.44)

CMYK percentages

%1.41
%0
%34.51
%44.31

Codes

Color #8C8E5D in popluar color models

8C 8E 5D
RGB 140 142 93
HSL 62° 20.85% 46.08%
HSB/HSV 62° 34.51% 55.69%
CMYK 1.41% 0.00% 34.51%
44.31%

Color #8C8E5D in popluar number systems.

HEX 8C 8E 5D
Decimal 140 142 93
Binary 10001100 10001110 1011101
Octal 214 216 135

Shades and tints

Shades of #8C8E5D

#8C8E5D
(140,142,93)
#808255
(128,130,85)
#74764D
(116,118,77)
#686A45
(104,106,69)
#5C5E3D
(92,94,61)
#505235
(80,82,53)
#44462D
(68,70,45)
#383A25
(56,58,37)
#2C2E1D
(44,46,29)
#202215
(32,34,21)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #8C8E5D

#8C8E5D
(140,142,93)
#96986B
(150,152,107)
#A0A279
(160,162,121)
#AAAC87
(170,172,135)
#B4B695
(180,182,149)
#BEC0A3
(190,192,163)
#C8CAB1
(200,202,177)
#D2D4BF
(210,212,191)
#DCDECD
(220,222,205)
#E6E8DB
(230,232,219)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8E5D; }

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

This text font color is #8C8E5D.

Background Color

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

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

This div background color is #8C8E5D.

Border color

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

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

This div border color is #8C8E5D.

Opacity

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

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

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

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

This text has shadow with #8C8E5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8E5D.

Preview

Color preview on black background

This text has color #8C8E5D on black background.


Color preview on white background

This text has color #8C8E5D on white background.


Black color preview on #8C8E5D background

This text has black color on #8C8E5D background.


White color preview on #8C8E5D background

This text has white color on #8C8E5D background.


Related colors

Complementary color

Complementary color for #hex is #7371A2.


I love getcolorcode.com

Triadic colors

1 #5D8C8E and #8E5D8C with #8C8E5D are triadic colors.

2 #5D8E8C and #8E8C5D with #8C8E5D are triadic colors.