COLOR #818C71

HEX: #818C71
RGB: (129,140,113)

Color info

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

RGB color model

#818C71 color RGB value is (129,140,113).

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

RGB channels and saturation

R 129 of 255 = 51%
G 140 of 255 = 55%
B 113 of 255 = 44%

129
140
113

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

Portions of RGB colors in percentages

R + G + B =
129 + 140 + 113 = 382 (100%)
R 129 of 382 ~ 33.77%
G 140 of 382 ~ 36.65%
B 113 of 382 ~ 29.58%

%33.77
%36.65
%29.58

CMYK color model

#818C71 color CMYK value is (8,0,19,45).

  • cyan value is 7.86%
  • magenta value is 0.00%
  • yellow value is 19.29%
  • key color value is 45.10%
CMYK:
(8,0,19,45)
C8M0Y19K45 
(8%,0%,19%,45%)
(0.08/0.00/0.19/0.45)	

CMYK percentages

%7.86
%0
%19.29
%45.1

Codes

Color #818C71 in popluar color models

818C71
RGB129140113
HSL84°10.67%49.61%
HSB/HSV84°19.29%54.90%
CMYK7.86%0.00%19.29%
45.10%

Color #818C71 in popluar number systems.

HEX818C71
Decimal129140113
Binary10000001100011001110001
Octal201214161

Shades and tints

Shades of #818C71

#818C71
(129,140,113)
#768067
(118,128,103)
#6B745D
(107,116,93)
#606853
(96,104,83)
#555C49
(85,92,73)
#4A503F
(74,80,63)
#3F4435
(63,68,53)
#34382B
(52,56,43)
#292C21
(41,44,33)
#1E2017
(30,32,23)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #818C71

#818C71
(129,140,113)
#8C967D
(140,150,125)
#97A089
(151,160,137)
#A2AA95
(162,170,149)
#ADB4A1
(173,180,161)
#B8BEAD
(184,190,173)
#C3C8B9
(195,200,185)
#CED2C5
(206,210,197)
#D9DCD1
(217,220,209)
#E4E6DD
(228,230,221)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818C71; }

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

This text font color is #818C71.


Background Color

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

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

This div background color is #818C71.


Border color

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

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

This div border color is #818C71.


Opacity

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

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

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

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

This text has shadow with #818C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818C71 on black background.


Color preview on white background

This text has color #818C71 on white background.



Black color preview on #818C71 background

This text has black color on #818C71 background.


White color preview on #818C71 background

This text has white color on #818C71 background.