COLOR #839999

HEX: #839999
RGB: (131,153,153)

Color info

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

RGB color model

#839999 color RGB value is (131,153,153).

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

RGB channels and saturation

R 131 of 255 = 51%
G 153 of 255 = 60%
B 153 of 255 = 60%

131
153
153

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

Portions of RGB colors in percentages

R + G + B =
131 + 153 + 153 = 437 (100%)
R 131 of 437 ~ 29.98%
G 153 of 437 ~ 35.01%
B 153 of 437 ~ 35.01%

%29.98
%35.01
%35.01

CMYK color model

#839999 color CMYK value is (14,0,0,40).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(14,0,0,40)
C14M0Y0K40 
(14%,0%,0%,40%)
(0.14/0.00/0.00/0.40)	

CMYK percentages

%14.38
%0
%0
%40

Codes

Color #839999 in popluar color models

839999
RGB131153153
HSL180°9.73%55.69%
HSB/HSV180°14.38%60.00%
CMYK14.38%0.00%0.00%
40.00%

Color #839999 in popluar number systems.

HEX839999
Decimal131153153
Binary100000111001100110011001
Octal203231231

Shades and tints

Shades of #839999

#839999
(131,153,153)
#788C8C
(120,140,140)
#6D7F7F
(109,127,127)
#627272
(98,114,114)
#576565
(87,101,101)
#4C5858
(76,88,88)
#414B4B
(65,75,75)
#363E3E
(54,62,62)
#2B3131
(43,49,49)
#202424
(32,36,36)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #839999

#839999
(131,153,153)
#8EA2A2
(142,162,162)
#99ABAB
(153,171,171)
#A4B4B4
(164,180,180)
#AFBDBD
(175,189,189)
#BAC6C6
(186,198,198)
#C5CFCF
(197,207,207)
#D0D8D8
(208,216,216)
#DBE1E1
(219,225,225)
#E6EAEA
(230,234,234)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839999; }

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

This text font color is #839999.


Background Color

.myBgColor { background-color: #839999; }

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

This div background color is #839999.


Border color

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

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

This div border color is #839999.


Opacity

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

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

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

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

This text has shadow with #839999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839999 on black background.


Color preview on white background

This text has color #839999 on white background.



Black color preview on #839999 background

This text has black color on #839999 background.


White color preview on #839999 background

This text has white color on #839999 background.