COLOR #818F6D

HEX: #818F6D RGB: (129,143,109)

Color info

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

RGB color model

#818F6D color RGB value is (129,143,109).

RGB: (129,143,109) (51%, 56%, 43%)

RGB channels and saturation

R 129 of 255 = 51%
G 143 of 255 = 56%
B 109 of 255 = 43%

129
143
109

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

Portions of RGB colors in percentages

R + G + B = 129 + 143 + 109 = 381 (100%)
R 129 of 381 ~ 33.86%
G 143 of 381 ~ 37.53%
B 109 of 381 ~ 28.61'%

%33.86
%37.53
%28.61

CMYK color model

#818F6D color CMYK value is (10,0,24,44).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 43.92%

CMYK: (10,0,24,44)
C10M0Y24K44 (10%, 0%, 24%, 44%)
(0.10 / 0.00 / 0.24 / 0.44)

CMYK percentages

%9.79
%0
%23.78
%43.92

Codes

Color #818F6D in popluar color models

81 8F 6D
RGB 129 143 109
HSL 85° 13.49% 49.41%
HSB/HSV 85° 23.78% 56.08%
CMYK 9.79% 0.00% 23.78%
43.92%

Color #818F6D in popluar number systems.

HEX 81 8F 6D
Decimal 129 143 109
Binary 10000001 10001111 1101101
Octal 201 217 155

Shades and tints

Shades of #818F6D

#818F6D
(129,143,109)
#768264
(118,130,100)
#6B755B
(107,117,91)
#606852
(96,104,82)
#555B49
(85,91,73)
#4A4E40
(74,78,64)
#3F4137
(63,65,55)
#34342E
(52,52,46)
#292725
(41,39,37)
#1E1A1C
(30,26,28)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #818F6D

#818F6D
(129,143,109)
#8C997A
(140,153,122)
#97A387
(151,163,135)
#A2AD94
(162,173,148)
#ADB7A1
(173,183,161)
#B8C1AE
(184,193,174)
#C3CBBB
(195,203,187)
#CED5C8
(206,213,200)
#D9DFD5
(217,223,213)
#E4E9E2
(228,233,226)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818F6D; }

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

This text font color is #818F6D.

Background Color

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

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

This div background color is #818F6D.

Border color

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

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

This div border color is #818F6D.

Opacity

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

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

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

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

This text has shadow with #818F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818F6D.

Preview

Color preview on black background

This text has color #818F6D on black background.


Color preview on white background

This text has color #818F6D on white background.


Black color preview on #818F6D background

This text has black color on #818F6D background.


White color preview on #818F6D background

This text has white color on #818F6D background.


Related colors

Complementary color

Complementary color for #hex is #7E7092.


I love getcolorcode.com

Triadic colors

1 #6D818F and #8F6D81 with #818F6D are triadic colors.

2 #6D8F81 and #8F816D with #818F6D are triadic colors.