COLOR #838489

HEX: #838489
RGB: (131,132,137)

Color info

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

RGB color model

#838489 color RGB value is (131,132,137).

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

RGB channels and saturation

R 131 of 255 = 51%
G 132 of 255 = 52%
B 137 of 255 = 54%

131
132
137

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

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 137 = 400 (100%)
R 131 of 400 ~ 32.75%
G 132 of 400 ~ 33%
B 137 of 400 ~ 34.25%

%32.75
%33
%34.25

CMYK color model

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

  • cyan value is 4.38%
  • magenta value is 3.65%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(4,4,0,46)
C4M4Y0K46 
(4%,4%,0%,46%)
(0.04/0.04/0.00/0.46)	

CMYK percentages

%4.38
%3.65
%0
%46.27

Codes

Color #838489 in popluar color models

838489
RGB131132137
HSL230°2.48%52.55%
HSB/HSV230°4.38%53.73%
CMYK4.38%3.65%0.00%
46.27%

Color #838489 in popluar number systems.

HEX838489
Decimal131132137
Binary100000111000010010001001
Octal203204211

Shades and tints

Shades of #838489

#838489
(131,132,137)
#78787D
(120,120,125)
#6D6C71
(109,108,113)
#626065
(98,96,101)
#575459
(87,84,89)
#4C484D
(76,72,77)
#413C41
(65,60,65)
#363035
(54,48,53)
#2B2429
(43,36,41)
#20181D
(32,24,29)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #838489

#838489
(131,132,137)
#8E8F93
(142,143,147)
#999A9D
(153,154,157)
#A4A5A7
(164,165,167)
#AFB0B1
(175,176,177)
#BABBBB
(186,187,187)
#C5C6C5
(197,198,197)
#D0D1CF
(208,209,207)
#DBDCD9
(219,220,217)
#E6E7E3
(230,231,227)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838489; }

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

This text font color is #838489.


Background Color

.myBgColor { background-color: #838489; }

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

This div background color is #838489.


Border color

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

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

This div border color is #838489.


Opacity

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

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

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

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

This text has shadow with #838489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838489 on black background.


Color preview on white background

This text has color #838489 on white background.



Black color preview on #838489 background

This text has black color on #838489 background.


White color preview on #838489 background

This text has white color on #838489 background.