COLOR #818C5E

HEX: #818C5E RGB: (129,140,94)

Color info

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

RGB color model

#818C5E color RGB value is (129,140,94).

RGB: (129,140,94) (51%, 55%, 37%)

RGB channels and saturation

R 129 of 255 = 51%
G 140 of 255 = 55%
B 94 of 255 = 37%

129
140
94

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

Portions of RGB colors in percentages

R + G + B = 129 + 140 + 94 = 363 (100%)
R 129 of 363 ~ 35.54%
G 140 of 363 ~ 38.57%
B 94 of 363 ~ 25.9'%

%35.54
%38.57
%25.9

CMYK color model

#818C5E color CMYK value is (8,0,33,45).

  • cyan value is 7.86%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 45.10%

CMYK: (8,0,33,45)
C8M0Y33K45 (8%, 0%, 33%, 45%)
(0.08 / 0.00 / 0.33 / 0.45)

CMYK percentages

%7.86
%0
%32.86
%45.1

Codes

Color #818C5E in popluar color models

81 8C 5E
RGB 129 140 94
HSL 74° 19.66% 45.88%
HSB/HSV 74° 32.86% 54.90%
CMYK 7.86% 0.00% 32.86%
45.10%

Color #818C5E in popluar number systems.

HEX 81 8C 5E
Decimal 129 140 94
Binary 10000001 10001100 1011110
Octal 201 214 136

Shades and tints

Shades of #818C5E

#818C5E
(129,140,94)
#768056
(118,128,86)
#6B744E
(107,116,78)
#606846
(96,104,70)
#555C3E
(85,92,62)
#4A5036
(74,80,54)
#3F442E
(63,68,46)
#343826
(52,56,38)
#292C1E
(41,44,30)
#1E2016
(30,32,22)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #818C5E

#818C5E
(129,140,94)
#8C966C
(140,150,108)
#97A07A
(151,160,122)
#A2AA88
(162,170,136)
#ADB496
(173,180,150)
#B8BEA4
(184,190,164)
#C3C8B2
(195,200,178)
#CED2C0
(206,210,192)
#D9DCCE
(217,220,206)
#E4E6DC
(228,230,220)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818C5E; }

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

This text font color is #818C5E.

Background Color

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

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

This div background color is #818C5E.

Border color

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

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

This div border color is #818C5E.

Opacity

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

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

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

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

This text has shadow with #818C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818C5E.

Preview

Color preview on black background

This text has color #818C5E on black background.


Color preview on white background

This text has color #818C5E on white background.


Black color preview on #818C5E background

This text has black color on #818C5E background.


White color preview on #818C5E background

This text has white color on #818C5E background.


Related colors

Complementary color

Complementary color for #hex is #7E73A1.


I love getcolorcode.com

Triadic colors

1 #5E818C and #8C5E81 with #818C5E are triadic colors.

2 #5E8C81 and #8C815E with #818C5E are triadic colors.