COLOR #839296

HEX: #839296
RGB: (131,146,150)

Color info

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

RGB color model

#839296 color RGB value is (131,146,150).

  • red value is 131;
  • green value is 146;
  • blue value is 150.
RGB:
(131,146,150)
(51%,57%,59%)

RGB channels and saturation

R 131 of 255 = 51%
G 146 of 255 = 57%
B 150 of 255 = 59%

131
146
150

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

Portions of RGB colors in percentages

R + G + B =
131 + 146 + 150 = 427 (100%)
R 131 of 427 ~ 30.68%
G 146 of 427 ~ 34.19%
B 150 of 427 ~ 35.13%

%30.68
%34.19
%35.13

CMYK color model

#839296 color CMYK value is (13,3,0,41).

  • cyan value is 12.67%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(13,3,0,41)
C13M3Y0K41 
(13%,3%,0%,41%)
(0.13/0.03/0.00/0.41)	

CMYK percentages

%12.67
%2.67
%0
%41.18

Codes

Color #839296 in popluar color models

839296
RGB131146150
HSL193°8.30%55.10%
HSB/HSV193°12.67%58.82%
CMYK12.67%2.67%0.00%
41.18%

Color #839296 in popluar number systems.

HEX839296
Decimal131146150
Binary100000111001001010010110
Octal203222226

Shades and tints

Shades of #839296

#839296
(131,146,150)
#788589
(120,133,137)
#6D787C
(109,120,124)
#626B6F
(98,107,111)
#575E62
(87,94,98)
#4C5155
(76,81,85)
#414448
(65,68,72)
#36373B
(54,55,59)
#2B2A2E
(43,42,46)
#201D21
(32,29,33)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #839296

#839296
(131,146,150)
#8E9B9F
(142,155,159)
#99A4A8
(153,164,168)
#A4ADB1
(164,173,177)
#AFB6BA
(175,182,186)
#BABFC3
(186,191,195)
#C5C8CC
(197,200,204)
#D0D1D5
(208,209,213)
#DBDADE
(219,218,222)
#E6E3E7
(230,227,231)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839296 color. Also use rgb(131,146,150) instead hex code.

Text Font Color

.myTextColor { color: #839296; }

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

This text font color is #839296.


Background Color

.myBgColor { background-color: #839296; }

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

This div background color is #839296.


Border color

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

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

This div border color is #839296.


Opacity

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

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

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

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

This text has shadow with #839296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839296 on black background.


Color preview on white background

This text has color #839296 on white background.



Black color preview on #839296 background

This text has black color on #839296 background.


White color preview on #839296 background

This text has white color on #839296 background.