COLOR #838089

HEX: #838089
RGB: (131,128,137)

Color info

#838089 contains red, green and blue colors in about the same proportion. Web safe color of #838089 is #996699 (or #969).

RGB color model

#838089 color RGB value is (131,128,137).

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

RGB channels and saturation

R 131 of 255 = 51%
G 128 of 255 = 50%
B 137 of 255 = 54%

131
128
137

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

Portions of RGB colors in percentages

R + G + B =
131 + 128 + 137 = 396 (100%)
R 131 of 396 ~ 33.08%
G 128 of 396 ~ 32.32%
B 137 of 396 ~ 34.6%

%33.08
%32.32
%34.6

CMYK color model

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

  • cyan value is 4.38%
  • magenta value is 6.57%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(4,7,0,46)
C4M7Y0K46 
(4%,7%,0%,46%)
(0.04/0.07/0.00/0.46)	

CMYK percentages

%4.38
%6.57
%0
%46.27

Codes

Color #838089 in popluar color models

838089
RGB131128137
HSL260°3.67%51.96%
HSB/HSV260°6.57%53.73%
CMYK4.38%6.57%0.00%
46.27%

Color #838089 in popluar number systems.

HEX838089
Decimal131128137
Binary100000111000000010001001
Octal203200211

Shades and tints

Shades of #838089

#838089
(131,128,137)
#78757D
(120,117,125)
#6D6A71
(109,106,113)
#625F65
(98,95,101)
#575459
(87,84,89)
#4C494D
(76,73,77)
#413E41
(65,62,65)
#363335
(54,51,53)
#2B2829
(43,40,41)
#201D1D
(32,29,29)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #838089

#838089
(131,128,137)
#8E8B93
(142,139,147)
#99969D
(153,150,157)
#A4A1A7
(164,161,167)
#AFACB1
(175,172,177)
#BAB7BB
(186,183,187)
#C5C2C5
(197,194,197)
#D0CDCF
(208,205,207)
#DBD8D9
(219,216,217)
#E6E3E3
(230,227,227)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838089; }

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

This text font color is #838089.


Background Color

.myBgColor { background-color: #838089; }

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

This div background color is #838089.


Border color

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

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

This div border color is #838089.


Opacity

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

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

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

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

This text has shadow with #838089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838089 on black background.


Color preview on white background

This text has color #838089 on white background.



Black color preview on #838089 background

This text has black color on #838089 background.


White color preview on #838089 background

This text has white color on #838089 background.