COLOR #818284

HEX: #818284
RGB: (129,130,132)

Color info

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

RGB color model

#818284 color RGB value is (129,130,132).

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

RGB channels and saturation

R 129 of 255 = 51%
G 130 of 255 = 51%
B 132 of 255 = 52%

129
130
132

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

Portions of RGB colors in percentages

R + G + B =
129 + 130 + 132 = 391 (100%)
R 129 of 391 ~ 32.99%
G 130 of 391 ~ 33.25%
B 132 of 391 ~ 33.76%

%32.99
%33.25
%33.76

CMYK color model

#818284 color CMYK value is (2,2,0,48).

  • cyan value is 2.27%
  • magenta value is 1.52%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(2,2,0,48)
C2M2Y0K48 
(2%,2%,0%,48%)
(0.02/0.02/0.00/0.48)	

CMYK percentages

%2.27
%1.52
%0
%48.24

Codes

Color #818284 in popluar color models

818284
RGB129130132
HSL220°1.20%51.18%
HSB/HSV220°2.27%51.76%
CMYK2.27%1.52%0.00%
48.24%

Color #818284 in popluar number systems.

HEX818284
Decimal129130132
Binary100000011000001010000100
Octal201202204

Shades and tints

Shades of #818284

#818284
(129,130,132)
#767778
(118,119,120)
#6B6C6C
(107,108,108)
#606160
(96,97,96)
#555654
(85,86,84)
#4A4B48
(74,75,72)
#3F403C
(63,64,60)
#343530
(52,53,48)
#292A24
(41,42,36)
#1E1F18
(30,31,24)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #818284

#818284
(129,130,132)
#8C8D8F
(140,141,143)
#97989A
(151,152,154)
#A2A3A5
(162,163,165)
#ADAEB0
(173,174,176)
#B8B9BB
(184,185,187)
#C3C4C6
(195,196,198)
#CECFD1
(206,207,209)
#D9DADC
(217,218,220)
#E4E5E7
(228,229,231)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818284; }

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

This text font color is #818284.


Background Color

.myBgColor { background-color: #818284; }

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

This div background color is #818284.


Border color

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

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

This div border color is #818284.


Opacity

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

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

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

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

This text has shadow with #818284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818284 on black background.


Color preview on white background

This text has color #818284 on white background.



Black color preview on #818284 background

This text has black color on #818284 background.


White color preview on #818284 background

This text has white color on #818284 background.