COLOR #839C7A

HEX: #839C7A
RGB: (131,156,122)

Color info

#839C7A contains red, green and blue colors in about the same proportion. Web safe color of #839C7A is #999966 (or #996).

RGB color model

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

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

RGB channels and saturation

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

131
156
122

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

Portions of RGB colors in percentages

R + G + B =
131 + 156 + 122 = 409 (100%)
R 131 of 409 ~ 32.03%
G 156 of 409 ~ 38.14%
B 122 of 409 ~ 29.83%

%32.03
%38.14
%29.83

CMYK color model

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

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 38.82%
CMYK:
(16,0,22,39)
C16M0Y22K39 
(16%,0%,22%,39%)
(0.16/0.00/0.22/0.39)	

CMYK percentages

%16.03
%0
%21.79
%38.82

Codes

Color #839C7A in popluar color models

839C7A
RGB131156122
HSL104°14.66%54.51%
HSB/HSV104°21.79%61.18%
CMYK16.03%0.00%21.79%
38.82%

Color #839C7A in popluar number systems.

HEX839C7A
Decimal131156122
Binary10000011100111001111010
Octal203234172

Shades and tints

Shades of #839C7A

#839C7A
(131,156,122)
#788E6F
(120,142,111)
#6D8064
(109,128,100)
#627259
(98,114,89)
#57644E
(87,100,78)
#4C5643
(76,86,67)
#414838
(65,72,56)
#363A2D
(54,58,45)
#2B2C22
(43,44,34)
#201E17
(32,30,23)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #839C7A

#839C7A
(131,156,122)
#8EA586
(142,165,134)
#99AE92
(153,174,146)
#A4B79E
(164,183,158)
#AFC0AA
(175,192,170)
#BAC9B6
(186,201,182)
#C5D2C2
(197,210,194)
#D0DBCE
(208,219,206)
#DBE4DA
(219,228,218)
#E6EDE6
(230,237,230)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839C7A; }

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

This text font color is #839C7A.


Background Color

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

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

This div background color is #839C7A.


Border color

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

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

This div border color is #839C7A.


Opacity

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

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

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

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

This text has shadow with #839C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839C7A on black background.


Color preview on white background

This text has color #839C7A on white background.



Black color preview on #839C7A background

This text has black color on #839C7A background.


White color preview on #839C7A background

This text has white color on #839C7A background.