COLOR #8C936C

HEX: #8C936C
RGB: (140,147,108)

Color info

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

RGB color model

#8C936C color RGB value is (140,147,108).

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

RGB channels and saturation

R 140 of 255 = 55%
G 147 of 255 = 58%
B 108 of 255 = 42%

140
147
108

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

Portions of RGB colors in percentages

R + G + B =
140 + 147 + 108 = 395 (100%)
R 140 of 395 ~ 35.44%
G 147 of 395 ~ 37.22%
B 108 of 395 ~ 27.34%

%35.44
%37.22
%27.34

CMYK color model

#8C936C color CMYK value is (5,0,27,42).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 26.53%
  • key color value is 42.35%
CMYK:
(5,0,27,42)
C5M0Y27K42 
(5%,0%,27%,42%)
(0.05/0.00/0.27/0.42)	

CMYK percentages

%4.76
%0
%26.53
%42.35

Codes

Color #8C936C in popluar color models

8C936C
RGB140147108
HSL71°15.29%50.00%
HSB/HSV71°26.53%57.65%
CMYK4.76%0.00%26.53%
42.35%

Color #8C936C in popluar number systems.

HEX8C936C
Decimal140147108
Binary10001100100100111101100
Octal214223154

Shades and tints

Shades of #8C936C

#8C936C
(140,147,108)
#808663
(128,134,99)
#74795A
(116,121,90)
#686C51
(104,108,81)
#5C5F48
(92,95,72)
#50523F
(80,82,63)
#444536
(68,69,54)
#38382D
(56,56,45)
#2C2B24
(44,43,36)
#201E1B
(32,30,27)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #8C936C

#8C936C
(140,147,108)
#969C79
(150,156,121)
#A0A586
(160,165,134)
#AAAE93
(170,174,147)
#B4B7A0
(180,183,160)
#BEC0AD
(190,192,173)
#C8C9BA
(200,201,186)
#D2D2C7
(210,210,199)
#DCDBD4
(220,219,212)
#E6E4E1
(230,228,225)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C936C; }

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

This text font color is #8C936C.


Background Color

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

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

This div background color is #8C936C.


Border color

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

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

This div border color is #8C936C.


Opacity

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

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

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

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

This text has shadow with #8C936C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C936C on black background.


Color preview on white background

This text has color #8C936C on white background.



Black color preview on #8C936C background

This text has black color on #8C936C background.


White color preview on #8C936C background

This text has white color on #8C936C background.