COLOR #839678

HEX: #839678
RGB: (131,150,120)

Color info

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

RGB color model

#839678 color RGB value is (131,150,120).

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

RGB channels and saturation

R 131 of 255 = 51%
G 150 of 255 = 59%
B 120 of 255 = 47%

131
150
120

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

Portions of RGB colors in percentages

R + G + B =
131 + 150 + 120 = 401 (100%)
R 131 of 401 ~ 32.67%
G 150 of 401 ~ 37.41%
B 120 of 401 ~ 29.93%

%32.67
%37.41
%29.93

CMYK color model

#839678 color CMYK value is (13,0,20,41).

  • cyan value is 12.67%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 41.18%
CMYK:
(13,0,20,41)
C13M0Y20K41 
(13%,0%,20%,41%)
(0.13/0.00/0.20/0.41)	

CMYK percentages

%12.67
%0
%20
%41.18

Codes

Color #839678 in popluar color models

839678
RGB131150120
HSL98°12.50%52.94%
HSB/HSV98°20.00%58.82%
CMYK12.67%0.00%20.00%
41.18%

Color #839678 in popluar number systems.

HEX839678
Decimal131150120
Binary10000011100101101111000
Octal203226170

Shades and tints

Shades of #839678

#839678
(131,150,120)
#78896E
(120,137,110)
#6D7C64
(109,124,100)
#626F5A
(98,111,90)
#576250
(87,98,80)
#4C5546
(76,85,70)
#41483C
(65,72,60)
#363B32
(54,59,50)
#2B2E28
(43,46,40)
#20211E
(32,33,30)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #839678

#839678
(131,150,120)
#8E9F84
(142,159,132)
#99A890
(153,168,144)
#A4B19C
(164,177,156)
#AFBAA8
(175,186,168)
#BAC3B4
(186,195,180)
#C5CCC0
(197,204,192)
#D0D5CC
(208,213,204)
#DBDED8
(219,222,216)
#E6E7E4
(230,231,228)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839678; }

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

This text font color is #839678.


Background Color

.myBgColor { background-color: #839678; }

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

This div background color is #839678.


Border color

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

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

This div border color is #839678.


Opacity

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

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

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

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

This text has shadow with #839678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839678 on black background.


Color preview on white background

This text has color #839678 on white background.



Black color preview on #839678 background

This text has black color on #839678 background.


White color preview on #839678 background

This text has white color on #839678 background.