COLOR #839469

HEX: #839469
RGB: (131,148,105)

Color info

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

RGB color model

#839469 color RGB value is (131,148,105).

  • red value is 131;
  • green value is 148;
  • blue value is 105.
RGB:
(131,148,105)
(51%,58%,41%)

RGB channels and saturation

R 131 of 255 = 51%
G 148 of 255 = 58%
B 105 of 255 = 41%

131
148
105

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

Portions of RGB colors in percentages

R + G + B =
131 + 148 + 105 = 384 (100%)
R 131 of 384 ~ 34.11%
G 148 of 384 ~ 38.54%
B 105 of 384 ~ 27.34%

%34.11
%38.54
%27.34

CMYK color model

#839469 color CMYK value is (11,0,29,42).

  • cyan value is 11.49%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 41.96%
CMYK:
(11,0,29,42)
C11M0Y29K42 
(11%,0%,29%,42%)
(0.11/0.00/0.29/0.42)	

CMYK percentages

%11.49
%0
%29.05
%41.96

Codes

Color #839469 in popluar color models

839469
RGB131148105
HSL84°17.00%49.61%
HSB/HSV84°29.05%58.04%
CMYK11.49%0.00%29.05%
41.96%

Color #839469 in popluar number systems.

HEX839469
Decimal131148105
Binary10000011100101001101001
Octal203224151

Shades and tints

Shades of #839469

#839469
(131,148,105)
#788760
(120,135,96)
#6D7A57
(109,122,87)
#626D4E
(98,109,78)
#576045
(87,96,69)
#4C533C
(76,83,60)
#414633
(65,70,51)
#36392A
(54,57,42)
#2B2C21
(43,44,33)
#201F18
(32,31,24)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #839469

#839469
(131,148,105)
#8E9D76
(142,157,118)
#99A683
(153,166,131)
#A4AF90
(164,175,144)
#AFB89D
(175,184,157)
#BAC1AA
(186,193,170)
#C5CAB7
(197,202,183)
#D0D3C4
(208,211,196)
#DBDCD1
(219,220,209)
#E6E5DE
(230,229,222)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839469 color. Also use rgb(131,148,105) instead hex code.

Text Font Color

.myTextColor { color: #839469; }

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

This text font color is #839469.


Background Color

.myBgColor { background-color: #839469; }

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

This div background color is #839469.


Border color

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

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

This div border color is #839469.


Opacity

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

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

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

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

This text has shadow with #839469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839469 on black background.


Color preview on white background

This text has color #839469 on white background.



Black color preview on #839469 background

This text has black color on #839469 background.


White color preview on #839469 background

This text has white color on #839469 background.