COLOR #818B4D

HEX: #818B4D
RGB: (129,139,77)

Color info

#818B4D contains mainly red and green colors. Web safe color of #818B4D is #999933 (or #993).

RGB color model

#818B4D color RGB value is (129,139,77).

  • red value is 129;
  • green value is 139;
  • blue value is 77.
RGB:
(129,139,77)
(51%,55%,30%)

RGB channels and saturation

R 129 of 255 = 51%
G 139 of 255 = 55%
B 77 of 255 = 30%

129
139
77

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

Portions of RGB colors in percentages

R + G + B =
129 + 139 + 77 = 345 (100%)
R 129 of 345 ~ 37.39%
G 139 of 345 ~ 40.29%
B 77 of 345 ~ 22.32%

%37.39
%40.29
%22.32

CMYK color model

#818B4D color CMYK value is (7,0,45,45).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 44.60%
  • key color value is 45.49%
CMYK:
(7,0,45,45)
C7M0Y45K45 
(7%,0%,45%,45%)
(0.07/0.00/0.45/0.45)	

CMYK percentages

%7.19
%0
%44.6
%45.49

Codes

Color #818B4D in popluar color models

818B4D
RGB12913977
HSL70°28.70%42.35%
HSB/HSV70°44.60%54.51%
CMYK7.19%0.00%44.60%
45.49%

Color #818B4D in popluar number systems.

HEX818B4D
Decimal12913977
Binary10000001100010111001101
Octal201213115

Shades and tints

Shades of #818B4D

#818B4D
(129,139,77)
#767F46
(118,127,70)
#6B733F
(107,115,63)
#606738
(96,103,56)
#555B31
(85,91,49)
#4A4F2A
(74,79,42)
#3F4323
(63,67,35)
#34371C
(52,55,28)
#292B15
(41,43,21)
#1E1F0E
(30,31,14)
#131307
(19,19,7)
#000000
(0,0,0)

Tints of #818B4D

#818B4D
(129,139,77)
#8C955D
(140,149,93)
#979F6D
(151,159,109)
#A2A97D
(162,169,125)
#ADB38D
(173,179,141)
#B8BD9D
(184,189,157)
#C3C7AD
(195,199,173)
#CED1BD
(206,209,189)
#D9DBCD
(217,219,205)
#E4E5DD
(228,229,221)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818B4D color. Also use rgb(129,139,77) instead hex code.

Text Font Color

.myTextColor { color: #818B4D; }

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

This text font color is #818B4D.


Background Color

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

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

This div background color is #818B4D.


Border color

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

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

This div border color is #818B4D.


Opacity

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

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

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

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

This text has shadow with #818B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818B4D on black background.


Color preview on white background

This text has color #818B4D on white background.



Black color preview on #818B4D background

This text has black color on #818B4D background.


White color preview on #818B4D background

This text has white color on #818B4D background.