COLOR #838A8B

HEX: #838A8B
RGB: (131,138,139)

Color info

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

RGB color model

#838A8B color RGB value is (131,138,139).

  • red value is 131;
  • green value is 138;
  • blue value is 139.
RGB:
(131,138,139)
(51%,54%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 138 of 255 = 54%
B 139 of 255 = 55%

131
138
139

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

Portions of RGB colors in percentages

R + G + B =
131 + 138 + 139 = 408 (100%)
R 131 of 408 ~ 32.11%
G 138 of 408 ~ 33.82%
B 139 of 408 ~ 34.07%

%32.11
%33.82
%34.07

CMYK color model

#838A8B color CMYK value is (6,1,0,45).

  • cyan value is 5.76%
  • magenta value is 0.72%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,1,0,45)
C6M1Y0K45 
(6%,1%,0%,45%)
(0.06/0.01/0.00/0.45)	

CMYK percentages

%5.76
%0.72
%0
%45.49

Codes

Color #838A8B in popluar color models

838A8B
RGB131138139
HSL188°3.33%52.94%
HSB/HSV188°5.76%54.51%
CMYK5.76%0.72%0.00%
45.49%

Color #838A8B in popluar number systems.

HEX838A8B
Decimal131138139
Binary100000111000101010001011
Octal203212213

Shades and tints

Shades of #838A8B

#838A8B
(131,138,139)
#787E7F
(120,126,127)
#6D7273
(109,114,115)
#626667
(98,102,103)
#575A5B
(87,90,91)
#4C4E4F
(76,78,79)
#414243
(65,66,67)
#363637
(54,54,55)
#2B2A2B
(43,42,43)
#201E1F
(32,30,31)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #838A8B

#838A8B
(131,138,139)
#8E9495
(142,148,149)
#999E9F
(153,158,159)
#A4A8A9
(164,168,169)
#AFB2B3
(175,178,179)
#BABCBD
(186,188,189)
#C5C6C7
(197,198,199)
#D0D0D1
(208,208,209)
#DBDADB
(219,218,219)
#E6E4E5
(230,228,229)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838A8B color. Also use rgb(131,138,139) instead hex code.

Text Font Color

.myTextColor { color: #838A8B; }

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

This text font color is #838A8B.


Background Color

.myBgColor { background-color: #838A8B; }

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

This div background color is #838A8B.


Border color

.myBorderColor { border: 1px solid #838A8B; }

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

This div border color is #838A8B.


Opacity

.myOpacity80 { color: #838A8B; opacity: 0.8; }

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

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

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

This text has shadow with #838A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838A8B on black background.


Color preview on white background

This text has color #838A8B on white background.



Black color preview on #838A8B background

This text has black color on #838A8B background.


White color preview on #838A8B background

This text has white color on #838A8B background.