COLOR #838789

HEX: #838789
RGB: (131,135,137)

Color info

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

RGB color model

#838789 color RGB value is (131,135,137).

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

RGB channels and saturation

R 131 of 255 = 51%
G 135 of 255 = 53%
B 137 of 255 = 54%

131
135
137

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

Portions of RGB colors in percentages

R + G + B =
131 + 135 + 137 = 403 (100%)
R 131 of 403 ~ 32.51%
G 135 of 403 ~ 33.5%
B 137 of 403 ~ 34%

%32.51
%33.5
%34

CMYK color model

#838789 color CMYK value is (4,1,0,46).

  • cyan value is 4.38%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(4,1,0,46)
C4M1Y0K46 
(4%,1%,0%,46%)
(0.04/0.01/0.00/0.46)	

CMYK percentages

%4.38
%1.46
%0
%46.27

Codes

Color #838789 in popluar color models

838789
RGB131135137
HSL200°2.48%52.55%
HSB/HSV200°4.38%53.73%
CMYK4.38%1.46%0.00%
46.27%

Color #838789 in popluar number systems.

HEX838789
Decimal131135137
Binary100000111000011110001001
Octal203207211

Shades and tints

Shades of #838789

#838789
(131,135,137)
#787B7D
(120,123,125)
#6D6F71
(109,111,113)
#626365
(98,99,101)
#575759
(87,87,89)
#4C4B4D
(76,75,77)
#413F41
(65,63,65)
#363335
(54,51,53)
#2B2729
(43,39,41)
#201B1D
(32,27,29)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #838789

#838789
(131,135,137)
#8E9193
(142,145,147)
#999B9D
(153,155,157)
#A4A5A7
(164,165,167)
#AFAFB1
(175,175,177)
#BAB9BB
(186,185,187)
#C5C3C5
(197,195,197)
#D0CDCF
(208,205,207)
#DBD7D9
(219,215,217)
#E6E1E3
(230,225,227)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838789; }

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

This text font color is #838789.


Background Color

.myBgColor { background-color: #838789; }

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

This div background color is #838789.


Border color

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

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

This div border color is #838789.


Opacity

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

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

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

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

This text has shadow with #838789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838789 on black background.


Color preview on white background

This text has color #838789 on white background.



Black color preview on #838789 background

This text has black color on #838789 background.


White color preview on #838789 background

This text has white color on #838789 background.