COLOR #839668

HEX: #839668
RGB: (131,150,104)

Color info

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

RGB color model

#839668 color RGB value is (131,150,104).

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

RGB channels and saturation

R 131 of 255 = 51%
G 150 of 255 = 59%
B 104 of 255 = 41%

131
150
104

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

Portions of RGB colors in percentages

R + G + B =
131 + 150 + 104 = 385 (100%)
R 131 of 385 ~ 34.03%
G 150 of 385 ~ 38.96%
B 104 of 385 ~ 27.01%

%34.03
%38.96
%27.01

CMYK color model

#839668 color CMYK value is (13,0,31,41).

  • cyan value is 12.67%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 41.18%
CMYK:
(13,0,31,41)
C13M0Y31K41 
(13%,0%,31%,41%)
(0.13/0.00/0.31/0.41)	

CMYK percentages

%12.67
%0
%30.67
%41.18

Codes

Color #839668 in popluar color models

839668
RGB131150104
HSL85°18.11%49.80%
HSB/HSV85°30.67%58.82%
CMYK12.67%0.00%30.67%
41.18%

Color #839668 in popluar number systems.

HEX839668
Decimal131150104
Binary10000011100101101101000
Octal203226150

Shades and tints

Shades of #839668

#839668
(131,150,104)
#78895F
(120,137,95)
#6D7C56
(109,124,86)
#626F4D
(98,111,77)
#576244
(87,98,68)
#4C553B
(76,85,59)
#414832
(65,72,50)
#363B29
(54,59,41)
#2B2E20
(43,46,32)
#202117
(32,33,23)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #839668

#839668
(131,150,104)
#8E9F75
(142,159,117)
#99A882
(153,168,130)
#A4B18F
(164,177,143)
#AFBA9C
(175,186,156)
#BAC3A9
(186,195,169)
#C5CCB6
(197,204,182)
#D0D5C3
(208,213,195)
#DBDED0
(219,222,208)
#E6E7DD
(230,231,221)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839668; }

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

This text font color is #839668.


Background Color

.myBgColor { background-color: #839668; }

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

This div background color is #839668.


Border color

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

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

This div border color is #839668.


Opacity

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

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

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

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

This text has shadow with #839668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839668 on black background.


Color preview on white background

This text has color #839668 on white background.



Black color preview on #839668 background

This text has black color on #839668 background.


White color preview on #839668 background

This text has white color on #839668 background.