COLOR #818784

HEX: #818784
RGB: (129,135,132)

Color info

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

RGB color model

#818784 color RGB value is (129,135,132).

  • red value is 129;
  • green value is 135;
  • blue value is 132.
RGB:
(129,135,132)
(51%,53%,52%)

RGB channels and saturation

R 129 of 255 = 51%
G 135 of 255 = 53%
B 132 of 255 = 52%

129
135
132

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

Portions of RGB colors in percentages

R + G + B =
129 + 135 + 132 = 396 (100%)
R 129 of 396 ~ 32.58%
G 135 of 396 ~ 34.09%
B 132 of 396 ~ 33.33%

%32.58
%34.09
%33.33

CMYK color model

#818784 color CMYK value is (4,0,2,47).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 47.06%
CMYK:
(4,0,2,47)
C4M0Y2K47 
(4%,0%,2%,47%)
(0.04/0.00/0.02/0.47)	

CMYK percentages

%4.44
%0
%2.22
%47.06

Codes

Color #818784 in popluar color models

818784
RGB129135132
HSL150°2.44%51.76%
HSB/HSV150°4.44%52.94%
CMYK4.44%0.00%2.22%
47.06%

Color #818784 in popluar number systems.

HEX818784
Decimal129135132
Binary100000011000011110000100
Octal201207204

Shades and tints

Shades of #818784

#818784
(129,135,132)
#767B78
(118,123,120)
#6B6F6C
(107,111,108)
#606360
(96,99,96)
#555754
(85,87,84)
#4A4B48
(74,75,72)
#3F3F3C
(63,63,60)
#343330
(52,51,48)
#292724
(41,39,36)
#1E1B18
(30,27,24)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #818784

#818784
(129,135,132)
#8C918F
(140,145,143)
#979B9A
(151,155,154)
#A2A5A5
(162,165,165)
#ADAFB0
(173,175,176)
#B8B9BB
(184,185,187)
#C3C3C6
(195,195,198)
#CECDD1
(206,205,209)
#D9D7DC
(217,215,220)
#E4E1E7
(228,225,231)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818784; }

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

This text font color is #818784.


Background Color

.myBgColor { background-color: #818784; }

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

This div background color is #818784.


Border color

.myBorderColor { border: 1px solid #818784; }

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

This div border color is #818784.


Opacity

.myOpacity80 { color: #818784; opacity: 0.8; }

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

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

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

This text has shadow with #818784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818784 on black background.


Color preview on white background

This text has color #818784 on white background.



Black color preview on #818784 background

This text has black color on #818784 background.


White color preview on #818784 background

This text has white color on #818784 background.