COLOR #818E7F

HEX: #818E7F
RGB: (129,142,127)

Color info

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

RGB color model

#818E7F color RGB value is (129,142,127).

  • red value is 129;
  • green value is 142;
  • blue value is 127.
RGB:
(129,142,127)
(51%,56%,50%)

RGB channels and saturation

R 129 of 255 = 51%
G 142 of 255 = 56%
B 127 of 255 = 50%

129
142
127

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

Portions of RGB colors in percentages

R + G + B =
129 + 142 + 127 = 398 (100%)
R 129 of 398 ~ 32.41%
G 142 of 398 ~ 35.68%
B 127 of 398 ~ 31.91%

%32.41
%35.68
%31.91

CMYK color model

#818E7F color CMYK value is (9,0,11,44).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 10.56%
  • key color value is 44.31%
CMYK:
(9,0,11,44)
C9M0Y11K44 
(9%,0%,11%,44%)
(0.09/0.00/0.11/0.44)	

CMYK percentages

%9.15
%0
%10.56
%44.31

Codes

Color #818E7F in popluar color models

818E7F
RGB129142127
HSL112°6.22%52.75%
HSB/HSV112°10.56%55.69%
CMYK9.15%0.00%10.56%
44.31%

Color #818E7F in popluar number systems.

HEX818E7F
Decimal129142127
Binary10000001100011101111111
Octal201216177

Shades and tints

Shades of #818E7F

#818E7F
(129,142,127)
#768274
(118,130,116)
#6B7669
(107,118,105)
#606A5E
(96,106,94)
#555E53
(85,94,83)
#4A5248
(74,82,72)
#3F463D
(63,70,61)
#343A32
(52,58,50)
#292E27
(41,46,39)
#1E221C
(30,34,28)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #818E7F

#818E7F
(129,142,127)
#8C988A
(140,152,138)
#97A295
(151,162,149)
#A2ACA0
(162,172,160)
#ADB6AB
(173,182,171)
#B8C0B6
(184,192,182)
#C3CAC1
(195,202,193)
#CED4CC
(206,212,204)
#D9DED7
(217,222,215)
#E4E8E2
(228,232,226)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818E7F color. Also use rgb(129,142,127) instead hex code.

Text Font Color

.myTextColor { color: #818E7F; }

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

This text font color is #818E7F.


Background Color

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

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

This div background color is #818E7F.


Border color

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

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

This div border color is #818E7F.


Opacity

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

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

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

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

This text has shadow with #818E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818E7F on black background.


Color preview on white background

This text has color #818E7F on white background.



Black color preview on #818E7F background

This text has black color on #818E7F background.


White color preview on #818E7F background

This text has white color on #818E7F background.