COLOR #839164

HEX: #839164
RGB: (131,145,100)

Color info

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

RGB color model

#839164 color RGB value is (131,145,100).

  • red value is 131;
  • green value is 145;
  • blue value is 100.
RGB:
(131,145,100)
(51%,57%,39%)

RGB channels and saturation

R 131 of 255 = 51%
G 145 of 255 = 57%
B 100 of 255 = 39%

131
145
100

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

Portions of RGB colors in percentages

R + G + B =
131 + 145 + 100 = 376 (100%)
R 131 of 376 ~ 34.84%
G 145 of 376 ~ 38.56%
B 100 of 376 ~ 26.6%

%34.84
%38.56
%26.6

CMYK color model

#839164 color CMYK value is (10,0,31,43).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 43.14%
CMYK:
(10,0,31,43)
C10M0Y31K43 
(10%,0%,31%,43%)
(0.10/0.00/0.31/0.43)	

CMYK percentages

%9.66
%0
%31.03
%43.14

Codes

Color #839164 in popluar color models

839164
RGB131145100
HSL79°18.37%48.04%
HSB/HSV79°31.03%56.86%
CMYK9.66%0.00%31.03%
43.14%

Color #839164 in popluar number systems.

HEX839164
Decimal131145100
Binary10000011100100011100100
Octal203221144

Shades and tints

Shades of #839164

#839164
(131,145,100)
#78845B
(120,132,91)
#6D7752
(109,119,82)
#626A49
(98,106,73)
#575D40
(87,93,64)
#4C5037
(76,80,55)
#41432E
(65,67,46)
#363625
(54,54,37)
#2B291C
(43,41,28)
#201C13
(32,28,19)
#150F0A
(21,15,10)
#000000
(0,0,0)

Tints of #839164

#839164
(131,145,100)
#8E9B72
(142,155,114)
#99A580
(153,165,128)
#A4AF8E
(164,175,142)
#AFB99C
(175,185,156)
#BAC3AA
(186,195,170)
#C5CDB8
(197,205,184)
#D0D7C6
(208,215,198)
#DBE1D4
(219,225,212)
#E6EBE2
(230,235,226)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839164 color. Also use rgb(131,145,100) instead hex code.

Text Font Color

.myTextColor { color: #839164; }

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

This text font color is #839164.


Background Color

.myBgColor { background-color: #839164; }

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

This div background color is #839164.


Border color

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

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

This div border color is #839164.


Opacity

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

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

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

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

This text has shadow with #839164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839164 on black background.


Color preview on white background

This text has color #839164 on white background.



Black color preview on #839164 background

This text has black color on #839164 background.


White color preview on #839164 background

This text has white color on #839164 background.