COLOR #8C9388

HEX: #8C9388
RGB: (140,147,136)

Color info

#8C9388 contains red, green and blue colors in about the same proportion. Web safe color of #8C9388 is #999999 (or #999).

RGB color model

#8C9388 color RGB value is (140,147,136).

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

RGB channels and saturation

R 140 of 255 = 55%
G 147 of 255 = 58%
B 136 of 255 = 53%

140
147
136

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

Portions of RGB colors in percentages

R + G + B =
140 + 147 + 136 = 423 (100%)
R 140 of 423 ~ 33.1%
G 147 of 423 ~ 34.75%
B 136 of 423 ~ 32.15%

%33.1
%34.75
%32.15

CMYK color model

#8C9388 color CMYK value is (5,0,7,42).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 42.35%
CMYK:
(5,0,7,42)
C5M0Y7K42 
(5%,0%,7%,42%)
(0.05/0.00/0.07/0.42)	

CMYK percentages

%4.76
%0
%7.48
%42.35

Codes

Color #8C9388 in popluar color models

8C9388
RGB140147136
HSL98°4.85%55.49%
HSB/HSV98°7.48%57.65%
CMYK4.76%0.00%7.48%
42.35%

Color #8C9388 in popluar number systems.

HEX8C9388
Decimal140147136
Binary100011001001001110001000
Octal214223210

Shades and tints

Shades of #8C9388

#8C9388
(140,147,136)
#80867C
(128,134,124)
#747970
(116,121,112)
#686C64
(104,108,100)
#5C5F58
(92,95,88)
#50524C
(80,82,76)
#444540
(68,69,64)
#383834
(56,56,52)
#2C2B28
(44,43,40)
#201E1C
(32,30,28)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #8C9388

#8C9388
(140,147,136)
#969C92
(150,156,146)
#A0A59C
(160,165,156)
#AAAEA6
(170,174,166)
#B4B7B0
(180,183,176)
#BEC0BA
(190,192,186)
#C8C9C4
(200,201,196)
#D2D2CE
(210,210,206)
#DCDBD8
(220,219,216)
#E6E4E2
(230,228,226)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9388; }

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

This text font color is #8C9388.


Background Color

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

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

This div background color is #8C9388.


Border color

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

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

This div border color is #8C9388.


Opacity

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

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

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

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

This text has shadow with #8C9388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9388 on black background.


Color preview on white background

This text has color #8C9388 on white background.



Black color preview on #8C9388 background

This text has black color on #8C9388 background.


White color preview on #8C9388 background

This text has white color on #8C9388 background.