COLOR #818C6D

HEX: #818C6D
RGB: (129,140,109)

Color info

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

RGB color model

#818C6D color RGB value is (129,140,109).

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

RGB channels and saturation

R 129 of 255 = 51%
G 140 of 255 = 55%
B 109 of 255 = 43%

129
140
109

R + G + B ~ 50%. #818C6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 140 + 109 = 378 (100%)
R 129 of 378 ~ 34.13%
G 140 of 378 ~ 37.04%
B 109 of 378 ~ 28.84%

%34.13
%37.04
%28.84

CMYK color model

#818C6D color CMYK value is (8,0,22,45).

  • cyan value is 7.86%
  • magenta value is 0.00%
  • yellow value is 22.14%
  • key color value is 45.10%
CMYK:
(8,0,22,45)
C8M0Y22K45 
(8%,0%,22%,45%)
(0.08/0.00/0.22/0.45)	

CMYK percentages

%7.86
%0
%22.14
%45.1

Codes

Color #818C6D in popluar color models

818C6D
RGB129140109
HSL81°12.45%48.82%
HSB/HSV81°22.14%54.90%
CMYK7.86%0.00%22.14%
45.10%

Color #818C6D in popluar number systems.

HEX818C6D
Decimal129140109
Binary10000001100011001101101
Octal201214155

Shades and tints

Shades of #818C6D

#818C6D
(129,140,109)
#768064
(118,128,100)
#6B745B
(107,116,91)
#606852
(96,104,82)
#555C49
(85,92,73)
#4A5040
(74,80,64)
#3F4437
(63,68,55)
#34382E
(52,56,46)
#292C25
(41,44,37)
#1E201C
(30,32,28)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #818C6D

#818C6D
(129,140,109)
#8C967A
(140,150,122)
#97A087
(151,160,135)
#A2AA94
(162,170,148)
#ADB4A1
(173,180,161)
#B8BEAE
(184,190,174)
#C3C8BB
(195,200,187)
#CED2C8
(206,210,200)
#D9DCD5
(217,220,213)
#E4E6E2
(228,230,226)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818C6D color. Also use rgb(129,140,109) instead hex code.

Text Font Color

.myTextColor { color: #818C6D; }

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

This text font color is #818C6D.


Background Color

.myBgColor { background-color: #818C6D; }

<div style="background-color:#818C6D">Inner text</div>

This div background color is #818C6D.


Border color

.myBorderColor { border: 1px solid #818C6D; }

<div style="border:3px solid #818C6D">Div</div>

This div border color is #818C6D.


Opacity

.myOpacity80 { color: #818C6D; opacity: 0.8; }

<p style="color:#818C6D;opacity:0.8;">80%</p>

Text with #818C6D 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 #818C6D;}

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

This text has shadow with #818C6D color.

.textShadow {text-shadow: 3px 3px 1px #818C6D, 3px 3px 1px red;}

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

This text has shadow with #818C6D primary color and red secondary color.


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

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

This text has shadow with #818C6D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818C6D on black background.


Color preview on white background

This text has color #818C6D on white background.



Black color preview on #818C6D background

This text has black color on #818C6D background.


White color preview on #818C6D background

This text has white color on #818C6D background.