COLOR #818A7F

HEX: #818A7F
RGB: (129,138,127)

Color info

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

RGB color model

#818A7F color RGB value is (129,138,127).

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

RGB channels and saturation

R 129 of 255 = 51%
G 138 of 255 = 54%
B 127 of 255 = 50%

129
138
127

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

Portions of RGB colors in percentages

R + G + B =
129 + 138 + 127 = 394 (100%)
R 129 of 394 ~ 32.74%
G 138 of 394 ~ 35.03%
B 127 of 394 ~ 32.23%

%32.74
%35.03
%32.23

CMYK color model

#818A7F color CMYK value is (7,0,8,46).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 45.88%
CMYK:
(7,0,8,46)
C7M0Y8K46 
(7%,0%,8%,46%)
(0.07/0.00/0.08/0.46)	

CMYK percentages

%6.52
%0
%7.97
%45.88

Codes

Color #818A7F in popluar color models

818A7F
RGB129138127
HSL109°4.49%51.96%
HSB/HSV109°7.97%54.12%
CMYK6.52%0.00%7.97%
45.88%

Color #818A7F in popluar number systems.

HEX818A7F
Decimal129138127
Binary10000001100010101111111
Octal201212177

Shades and tints

Shades of #818A7F

#818A7F
(129,138,127)
#767E74
(118,126,116)
#6B7269
(107,114,105)
#60665E
(96,102,94)
#555A53
(85,90,83)
#4A4E48
(74,78,72)
#3F423D
(63,66,61)
#343632
(52,54,50)
#292A27
(41,42,39)
#1E1E1C
(30,30,28)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #818A7F

#818A7F
(129,138,127)
#8C948A
(140,148,138)
#979E95
(151,158,149)
#A2A8A0
(162,168,160)
#ADB2AB
(173,178,171)
#B8BCB6
(184,188,182)
#C3C6C1
(195,198,193)
#CED0CC
(206,208,204)
#D9DAD7
(217,218,215)
#E4E4E2
(228,228,226)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818A7F; }

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

This text font color is #818A7F.


Background Color

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

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

This div background color is #818A7F.


Border color

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

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

This div border color is #818A7F.


Opacity

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

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

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

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

This text has shadow with #818A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818A7F on black background.


Color preview on white background

This text has color #818A7F on white background.



Black color preview on #818A7F background

This text has black color on #818A7F background.


White color preview on #818A7F background

This text has white color on #818A7F background.