COLOR #818F7F

HEX: #818F7F
RGB: (129,143,127)

Color info

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

RGB color model

#818F7F color RGB value is (129,143,127).

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

RGB channels and saturation

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

129
143
127

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

Portions of RGB colors in percentages

R + G + B =
129 + 143 + 127 = 399 (100%)
R 129 of 399 ~ 32.33%
G 143 of 399 ~ 35.84%
B 127 of 399 ~ 31.83%

%32.33
%35.84
%31.83

CMYK color model

#818F7F color CMYK value is (10,0,11,44).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 11.19%
  • key color value is 43.92%
CMYK:
(10,0,11,44)
C10M0Y11K44 
(10%,0%,11%,44%)
(0.10/0.00/0.11/0.44)	

CMYK percentages

%9.79
%0
%11.19
%43.92

Codes

Color #818F7F in popluar color models

818F7F
RGB129143127
HSL113°6.67%52.94%
HSB/HSV113°11.19%56.08%
CMYK9.79%0.00%11.19%
43.92%

Color #818F7F in popluar number systems.

HEX818F7F
Decimal129143127
Binary10000001100011111111111
Octal201217177

Shades and tints

Shades of #818F7F

#818F7F
(129,143,127)
#768274
(118,130,116)
#6B7569
(107,117,105)
#60685E
(96,104,94)
#555B53
(85,91,83)
#4A4E48
(74,78,72)
#3F413D
(63,65,61)
#343432
(52,52,50)
#292727
(41,39,39)
#1E1A1C
(30,26,28)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #818F7F

#818F7F
(129,143,127)
#8C998A
(140,153,138)
#97A395
(151,163,149)
#A2ADA0
(162,173,160)
#ADB7AB
(173,183,171)
#B8C1B6
(184,193,182)
#C3CBC1
(195,203,193)
#CED5CC
(206,213,204)
#D9DFD7
(217,223,215)
#E4E9E2
(228,233,226)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818F7F; }

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

This text font color is #818F7F.


Background Color

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

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

This div background color is #818F7F.


Border color

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

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

This div border color is #818F7F.


Opacity

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

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

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

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

This text has shadow with #818F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818F7F on black background.


Color preview on white background

This text has color #818F7F on white background.



Black color preview on #818F7F background

This text has black color on #818F7F background.


White color preview on #818F7F background

This text has white color on #818F7F background.