COLOR #818389

HEX: #818389
RGB: (129,131,137)

Color info

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

RGB color model

#818389 color RGB value is (129,131,137).

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

RGB channels and saturation

R 129 of 255 = 51%
G 131 of 255 = 51%
B 137 of 255 = 54%

129
131
137

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

Portions of RGB colors in percentages

R + G + B =
129 + 131 + 137 = 397 (100%)
R 129 of 397 ~ 32.49%
G 131 of 397 ~ 33%
B 137 of 397 ~ 34.51%

%32.49
%33
%34.51

CMYK color model

#818389 color CMYK value is (6,4,0,46).

  • cyan value is 5.84%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(6,4,0,46)
C6M4Y0K46 
(6%,4%,0%,46%)
(0.06/0.04/0.00/0.46)	

CMYK percentages

%5.84
%4.38
%0
%46.27

Codes

Color #818389 in popluar color models

818389
RGB129131137
HSL225°3.28%52.16%
HSB/HSV225°5.84%53.73%
CMYK5.84%4.38%0.00%
46.27%

Color #818389 in popluar number systems.

HEX818389
Decimal129131137
Binary100000011000001110001001
Octal201203211

Shades and tints

Shades of #818389

#818389
(129,131,137)
#76787D
(118,120,125)
#6B6D71
(107,109,113)
#606265
(96,98,101)
#555759
(85,87,89)
#4A4C4D
(74,76,77)
#3F4141
(63,65,65)
#343635
(52,54,53)
#292B29
(41,43,41)
#1E201D
(30,32,29)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #818389

#818389
(129,131,137)
#8C8E93
(140,142,147)
#97999D
(151,153,157)
#A2A4A7
(162,164,167)
#ADAFB1
(173,175,177)
#B8BABB
(184,186,187)
#C3C5C5
(195,197,197)
#CED0CF
(206,208,207)
#D9DBD9
(217,219,217)
#E4E6E3
(228,230,227)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818389; }

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

This text font color is #818389.


Background Color

.myBgColor { background-color: #818389; }

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

This div background color is #818389.


Border color

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

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

This div border color is #818389.


Opacity

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

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

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

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

This text has shadow with #818389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818389 on black background.


Color preview on white background

This text has color #818389 on white background.



Black color preview on #818389 background

This text has black color on #818389 background.


White color preview on #818389 background

This text has white color on #818389 background.