COLOR #818589

HEX: #818589
RGB: (129,133,137)

Color info

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

RGB color model

#818589 color RGB value is (129,133,137).

  • red value is 129;
  • green value is 133;
  • blue value is 137.
RGB:
(129,133,137)
(51%,52%,54%)

RGB channels and saturation

R 129 of 255 = 51%
G 133 of 255 = 52%
B 137 of 255 = 54%

129
133
137

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

Portions of RGB colors in percentages

R + G + B =
129 + 133 + 137 = 399 (100%)
R 129 of 399 ~ 32.33%
G 133 of 399 ~ 33.33%
B 137 of 399 ~ 34.34%

%32.33
%33.33
%34.34

CMYK color model

#818589 color CMYK value is (6,3,0,46).

  • cyan value is 5.84%
  • magenta value is 2.92%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(6,3,0,46)
C6M3Y0K46 
(6%,3%,0%,46%)
(0.06/0.03/0.00/0.46)	

CMYK percentages

%5.84
%2.92
%0
%46.27

Codes

Color #818589 in popluar color models

818589
RGB129133137
HSL210°3.28%52.16%
HSB/HSV210°5.84%53.73%
CMYK5.84%2.92%0.00%
46.27%

Color #818589 in popluar number systems.

HEX818589
Decimal129133137
Binary100000011000010110001001
Octal201205211

Shades and tints

Shades of #818589

#818589
(129,133,137)
#76797D
(118,121,125)
#6B6D71
(107,109,113)
#606165
(96,97,101)
#555559
(85,85,89)
#4A494D
(74,73,77)
#3F3D41
(63,61,65)
#343135
(52,49,53)
#292529
(41,37,41)
#1E191D
(30,25,29)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #818589

#818589
(129,133,137)
#8C9093
(140,144,147)
#979B9D
(151,155,157)
#A2A6A7
(162,166,167)
#ADB1B1
(173,177,177)
#B8BCBB
(184,188,187)
#C3C7C5
(195,199,197)
#CED2CF
(206,210,207)
#D9DDD9
(217,221,217)
#E4E8E3
(228,232,227)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818589 color. Also use rgb(129,133,137) instead hex code.

Text Font Color

.myTextColor { color: #818589; }

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

This text font color is #818589.


Background Color

.myBgColor { background-color: #818589; }

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

This div background color is #818589.


Border color

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

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

This div border color is #818589.


Opacity

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

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

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

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

This text has shadow with #818589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818589 on black background.


Color preview on white background

This text has color #818589 on white background.



Black color preview on #818589 background

This text has black color on #818589 background.


White color preview on #818589 background

This text has white color on #818589 background.