COLOR #8C926D

HEX: #8C926D
RGB: (140,146,109)

Color info

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

RGB color model

#8C926D color RGB value is (140,146,109).

  • red value is 140;
  • green value is 146;
  • blue value is 109.
RGB:
(140,146,109)
(55%,57%,43%)

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 109 of 255 = 43%

140
146
109

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

Portions of RGB colors in percentages

R + G + B =
140 + 146 + 109 = 395 (100%)
R 140 of 395 ~ 35.44%
G 146 of 395 ~ 36.96%
B 109 of 395 ~ 27.59%

%35.44
%36.96
%27.59

CMYK color model

#8C926D color CMYK value is (4,0,25,43).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 25.34%
  • key color value is 42.75%
CMYK:
(4,0,25,43)
C4M0Y25K43 
(4%,0%,25%,43%)
(0.04/0.00/0.25/0.43)	

CMYK percentages

%4.11
%0
%25.34
%42.75

Codes

Color #8C926D in popluar color models

8C926D
RGB140146109
HSL70°14.51%50.00%
HSB/HSV70°25.34%57.25%
CMYK4.11%0.00%25.34%
42.75%

Color #8C926D in popluar number systems.

HEX8C926D
Decimal140146109
Binary10001100100100101101101
Octal214222155

Shades and tints

Shades of #8C926D

#8C926D
(140,146,109)
#808564
(128,133,100)
#74785B
(116,120,91)
#686B52
(104,107,82)
#5C5E49
(92,94,73)
#505140
(80,81,64)
#444437
(68,68,55)
#38372E
(56,55,46)
#2C2A25
(44,42,37)
#201D1C
(32,29,28)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #8C926D

#8C926D
(140,146,109)
#969B7A
(150,155,122)
#A0A487
(160,164,135)
#AAAD94
(170,173,148)
#B4B6A1
(180,182,161)
#BEBFAE
(190,191,174)
#C8C8BB
(200,200,187)
#D2D1C8
(210,209,200)
#DCDAD5
(220,218,213)
#E6E3E2
(230,227,226)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C926D; }

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

This text font color is #8C926D.


Background Color

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

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

This div background color is #8C926D.


Border color

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

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

This div border color is #8C926D.


Opacity

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

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

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

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

This text has shadow with #8C926D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C926D on black background.


Color preview on white background

This text has color #8C926D on white background.



Black color preview on #8C926D background

This text has black color on #8C926D background.


White color preview on #8C926D background

This text has white color on #8C926D background.