COLOR #839993

HEX: #839993
RGB: (131,153,147)

Color info

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

RGB color model

#839993 color RGB value is (131,153,147).

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

RGB channels and saturation

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

131
153
147

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

Portions of RGB colors in percentages

R + G + B =
131 + 153 + 147 = 431 (100%)
R 131 of 431 ~ 30.39%
G 153 of 431 ~ 35.5%
B 147 of 431 ~ 34.11%

%30.39
%35.5
%34.11

CMYK color model

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

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

CMYK percentages

%14.38
%0
%3.92
%40

Codes

Color #839993 in popluar color models

839993
RGB131153147
HSL164°9.73%55.69%
HSB/HSV164°14.38%60.00%
CMYK14.38%0.00%3.92%
40.00%

Color #839993 in popluar number systems.

HEX839993
Decimal131153147
Binary100000111001100110010011
Octal203231223

Shades and tints

Shades of #839993

#839993
(131,153,147)
#788C86
(120,140,134)
#6D7F79
(109,127,121)
#62726C
(98,114,108)
#57655F
(87,101,95)
#4C5852
(76,88,82)
#414B45
(65,75,69)
#363E38
(54,62,56)
#2B312B
(43,49,43)
#20241E
(32,36,30)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #839993

#839993
(131,153,147)
#8EA29C
(142,162,156)
#99ABA5
(153,171,165)
#A4B4AE
(164,180,174)
#AFBDB7
(175,189,183)
#BAC6C0
(186,198,192)
#C5CFC9
(197,207,201)
#D0D8D2
(208,216,210)
#DBE1DB
(219,225,219)
#E6EAE4
(230,234,228)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839993; }

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

This text font color is #839993.


Background Color

.myBgColor { background-color: #839993; }

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

This div background color is #839993.


Border color

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

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

This div border color is #839993.


Opacity

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

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

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

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

This text has shadow with #839993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839993 on black background.


Color preview on white background

This text has color #839993 on white background.



Black color preview on #839993 background

This text has black color on #839993 background.


White color preview on #839993 background

This text has white color on #839993 background.