COLOR #839B9B

HEX: #839B9B
RGB: (131,155,155)

Color info

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

RGB color model

#839B9B color RGB value is (131,155,155).

  • red value is 131;
  • green value is 155;
  • blue value is 155.
RGB:
(131,155,155)
(51%,61%,61%)

RGB channels and saturation

R 131 of 255 = 51%
G 155 of 255 = 61%
B 155 of 255 = 61%

131
155
155

R + G + B ~ 58%. #839B9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 155 + 155 = 441 (100%)
R 131 of 441 ~ 29.71%
G 155 of 441 ~ 35.15%
B 155 of 441 ~ 35.15%

%29.71
%35.15
%35.15

CMYK color model

#839B9B color CMYK value is (15,0,0,39).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(15,0,0,39)
C15M0Y0K39 
(15%,0%,0%,39%)
(0.15/0.00/0.00/0.39)	

CMYK percentages

%15.48
%0
%0
%39.22

Codes

Color #839B9B in popluar color models

839B9B
RGB131155155
HSL180°10.71%56.08%
HSB/HSV180°15.48%60.78%
CMYK15.48%0.00%0.00%
39.22%

Color #839B9B in popluar number systems.

HEX839B9B
Decimal131155155
Binary100000111001101110011011
Octal203233233

Shades and tints

Shades of #839B9B

#839B9B
(131,155,155)
#788D8D
(120,141,141)
#6D7F7F
(109,127,127)
#627171
(98,113,113)
#576363
(87,99,99)
#4C5555
(76,85,85)
#414747
(65,71,71)
#363939
(54,57,57)
#2B2B2B
(43,43,43)
#201D1D
(32,29,29)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #839B9B

#839B9B
(131,155,155)
#8EA4A4
(142,164,164)
#99ADAD
(153,173,173)
#A4B6B6
(164,182,182)
#AFBFBF
(175,191,191)
#BAC8C8
(186,200,200)
#C5D1D1
(197,209,209)
#D0DADA
(208,218,218)
#DBE3E3
(219,227,227)
#E6ECEC
(230,236,236)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839B9B color. Also use rgb(131,155,155) instead hex code.

Text Font Color

.myTextColor { color: #839B9B; }

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

This text font color is #839B9B.


Background Color

.myBgColor { background-color: #839B9B; }

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

This div background color is #839B9B.


Border color

.myBorderColor { border: 1px solid #839B9B; }

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

This div border color is #839B9B.


Opacity

.myOpacity80 { color: #839B9B; opacity: 0.8; }

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

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

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

This text has shadow with #839B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839B9B on black background.


Color preview on white background

This text has color #839B9B on white background.



Black color preview on #839B9B background

This text has black color on #839B9B background.


White color preview on #839B9B background

This text has white color on #839B9B background.