COLOR #818491

HEX: #818491
RGB: (129,132,145)

Color info

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

RGB color model

#818491 color RGB value is (129,132,145).

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

RGB channels and saturation

R 129 of 255 = 51%
G 132 of 255 = 52%
B 145 of 255 = 57%

129
132
145

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

Portions of RGB colors in percentages

R + G + B =
129 + 132 + 145 = 406 (100%)
R 129 of 406 ~ 31.77%
G 132 of 406 ~ 32.51%
B 145 of 406 ~ 35.71%

%31.77
%32.51
%35.71

CMYK color model

#818491 color CMYK value is (11,9,0,43).

  • cyan value is 11.03%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(11,9,0,43)
C11M9Y0K43 
(11%,9%,0%,43%)
(0.11/0.09/0.00/0.43)	

CMYK percentages

%11.03
%8.97
%0
%43.14

Codes

Color #818491 in popluar color models

818491
RGB129132145
HSL229°6.78%53.73%
HSB/HSV229°11.03%56.86%
CMYK11.03%8.97%0.00%
43.14%

Color #818491 in popluar number systems.

HEX818491
Decimal129132145
Binary100000011000010010010001
Octal201204221

Shades and tints

Shades of #818491

#818491
(129,132,145)
#767884
(118,120,132)
#6B6C77
(107,108,119)
#60606A
(96,96,106)
#55545D
(85,84,93)
#4A4850
(74,72,80)
#3F3C43
(63,60,67)
#343036
(52,48,54)
#292429
(41,36,41)
#1E181C
(30,24,28)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #818491

#818491
(129,132,145)
#8C8F9B
(140,143,155)
#979AA5
(151,154,165)
#A2A5AF
(162,165,175)
#ADB0B9
(173,176,185)
#B8BBC3
(184,187,195)
#C3C6CD
(195,198,205)
#CED1D7
(206,209,215)
#D9DCE1
(217,220,225)
#E4E7EB
(228,231,235)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818491; }

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

This text font color is #818491.


Background Color

.myBgColor { background-color: #818491; }

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

This div background color is #818491.


Border color

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

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

This div border color is #818491.


Opacity

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

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

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

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

This text has shadow with #818491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818491 on black background.


Color preview on white background

This text has color #818491 on white background.



Black color preview on #818491 background

This text has black color on #818491 background.


White color preview on #818491 background

This text has white color on #818491 background.