COLOR #839C9C

HEX: #839C9C RGB: (131,156,156)

Color info

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

RGB color model

#839C9C color RGB value is (131,156,156).

RGB: (131,156,156) (51%, 61%, 61%)

RGB channels and saturation

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

131
156
156

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

Portions of RGB colors in percentages

R + G + B = 131 + 156 + 156 = 443 (100%)
R 131 of 443 ~ 29.57%
G 156 of 443 ~ 35.21%
B 156 of 443 ~ 35.21'%

%29.57
%35.21
%35.21

CMYK color model

#839C9C color CMYK value is (16,0,0,39).

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (16,0,0,39)
C16M0Y0K39 (16%, 0%, 0%, 39%)
(0.16 / 0.00 / 0.00 / 0.39)

CMYK percentages

%16.03
%0
%0
%38.82

Codes

Color #839C9C in popluar color models

83 9C 9C
RGB 131 156 156
HSL 180° 11.21% 56.27%
HSB/HSV 180° 16.03% 61.18%
CMYK 16.03% 0.00% 0.00%
38.82%

Color #839C9C in popluar number systems.

HEX 83 9C 9C
Decimal 131 156 156
Binary 10000011 10011100 10011100
Octal 203 234 234

Shades and tints

Shades of #839C9C

#839C9C
(131,156,156)
#788E8E
(120,142,142)
#6D8080
(109,128,128)
#627272
(98,114,114)
#576464
(87,100,100)
#4C5656
(76,86,86)
#414848
(65,72,72)
#363A3A
(54,58,58)
#2B2C2C
(43,44,44)
#201E1E
(32,30,30)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #839C9C

#839C9C
(131,156,156)
#8EA5A5
(142,165,165)
#99AEAE
(153,174,174)
#A4B7B7
(164,183,183)
#AFC0C0
(175,192,192)
#BAC9C9
(186,201,201)
#C5D2D2
(197,210,210)
#D0DBDB
(208,219,219)
#DBE4E4
(219,228,228)
#E6EDED
(230,237,237)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839C9C; }

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

This text font color is #839C9C.

Background Color

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

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

This div background color is #839C9C.

Border color

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

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

This div border color is #839C9C.

Opacity

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

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

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

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

This text has shadow with #839C9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #839C9C.

Preview

Color preview on black background

This text has color #839C9C on black background.


Color preview on white background

This text has color #839C9C on white background.


Black color preview on #839C9C background

This text has black color on #839C9C background.


White color preview on #839C9C background

This text has white color on #839C9C background.


Related colors

Complementary color

Complementary color for #hex is #7C6363.


I love getcolorcode.com