COLOR #818B84

HEX: #818B84 RGB: (129,139,132)

Color info

#818B84 contains red, green and blue colors in about the same proportion. Web safe color of #818B84 is #999999 (or #999).

RGB color model

#818B84 color RGB value is (129,139,132).

RGB: (129,139,132) (51%, 55%, 52%)

RGB channels and saturation

R 129 of 255 = 51%
G 139 of 255 = 55%
B 132 of 255 = 52%

129
139
132

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

Portions of RGB colors in percentages

R + G + B = 129 + 139 + 132 = 400 (100%)
R 129 of 400 ~ 32.25%
G 139 of 400 ~ 34.75%
B 132 of 400 ~ 33'%

%32.25
%34.75
%33

CMYK color model

#818B84 color CMYK value is (7,0,5,45).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 45.49%

CMYK: (7,0,5,45)
C7M0Y5K45 (7%, 0%, 5%, 45%)
(0.07 / 0.00 / 0.05 / 0.45)

CMYK percentages

%7.19
%0
%5.04
%45.49

Codes

Color #818B84 in popluar color models

81 8B 84
RGB 129 139 132
HSL 138° 4.13% 52.55%
HSB/HSV 138° 7.19% 54.51%
CMYK 7.19% 0.00% 5.04%
45.49%

Color #818B84 in popluar number systems.

HEX 81 8B 84
Decimal 129 139 132
Binary 10000001 10001011 10000100
Octal 201 213 204

Shades and tints

Shades of #818B84

#818B84
(129,139,132)
#767F78
(118,127,120)
#6B736C
(107,115,108)
#606760
(96,103,96)
#555B54
(85,91,84)
#4A4F48
(74,79,72)
#3F433C
(63,67,60)
#343730
(52,55,48)
#292B24
(41,43,36)
#1E1F18
(30,31,24)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #818B84

#818B84
(129,139,132)
#8C958F
(140,149,143)
#979F9A
(151,159,154)
#A2A9A5
(162,169,165)
#ADB3B0
(173,179,176)
#B8BDBB
(184,189,187)
#C3C7C6
(195,199,198)
#CED1D1
(206,209,209)
#D9DBDC
(217,219,220)
#E4E5E7
(228,229,231)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818B84 color. Also use rgb(129,139,132) instead hex code.

Text Font Color

.myTextColor { color: #818B84; }

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

This text font color is #818B84.

Background Color

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

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

This div background color is #818B84.

Border color

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

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

This div border color is #818B84.

Opacity

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

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

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

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

This text has shadow with #818B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818B84.

Preview

Color preview on black background

This text has color #818B84 on black background.


Color preview on white background

This text has color #818B84 on white background.


Black color preview on #818B84 background

This text has black color on #818B84 background.


White color preview on #818B84 background

This text has white color on #818B84 background.


Related colors

Complementary color

Complementary color for #hex is #7E747B.


I love getcolorcode.com

Triadic colors

1 #84818B and #8B8481 with #818B84 are triadic colors.

2 #848B81 and #8B8184 with #818B84 are triadic colors.