COLOR #818495

HEX: #818495
RGB: (129,132,149)

Color info

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

RGB color model

#818495 color RGB value is (129,132,149).

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

RGB channels and saturation

R 129 of 255 = 51%
G 132 of 255 = 52%
B 149 of 255 = 58%

129
132
149

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

Portions of RGB colors in percentages

R + G + B =
129 + 132 + 149 = 410 (100%)
R 129 of 410 ~ 31.46%
G 132 of 410 ~ 32.2%
B 149 of 410 ~ 36.34%

%31.46
%32.2
%36.34

CMYK color model

#818495 color CMYK value is (13,11,0,42).

  • cyan value is 13.42%
  • magenta value is 11.41%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(13,11,0,42)
C13M11Y0K42 
(13%,11%,0%,42%)
(0.13/0.11/0.00/0.42)	

CMYK percentages

%13.42
%11.41
%0
%41.57

Codes

Color #818495 in popluar color models

818495
RGB129132149
HSL231°8.62%54.51%
HSB/HSV231°13.42%58.43%
CMYK13.42%11.41%0.00%
41.57%

Color #818495 in popluar number systems.

HEX818495
Decimal129132149
Binary100000011000010010010101
Octal201204225

Shades and tints

Shades of #818495

#818495
(129,132,149)
#767888
(118,120,136)
#6B6C7B
(107,108,123)
#60606E
(96,96,110)
#555461
(85,84,97)
#4A4854
(74,72,84)
#3F3C47
(63,60,71)
#34303A
(52,48,58)
#29242D
(41,36,45)
#1E1820
(30,24,32)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #818495

#818495
(129,132,149)
#8C8F9E
(140,143,158)
#979AA7
(151,154,167)
#A2A5B0
(162,165,176)
#ADB0B9
(173,176,185)
#B8BBC2
(184,187,194)
#C3C6CB
(195,198,203)
#CED1D4
(206,209,212)
#D9DCDD
(217,220,221)
#E4E7E6
(228,231,230)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818495; }

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

This text font color is #818495.


Background Color

.myBgColor { background-color: #818495; }

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

This div background color is #818495.


Border color

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

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

This div border color is #818495.


Opacity

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

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

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

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

This text has shadow with #818495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818495 on black background.


Color preview on white background

This text has color #818495 on white background.



Black color preview on #818495 background

This text has black color on #818495 background.


White color preview on #818495 background

This text has white color on #818495 background.