COLOR #839267

HEX: #839267
RGB: (131,146,103)

Color info

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

RGB color model

#839267 color RGB value is (131,146,103).

  • red value is 131;
  • green value is 146;
  • blue value is 103.
RGB:
(131,146,103)
(51%,57%,40%)

RGB channels and saturation

R 131 of 255 = 51%
G 146 of 255 = 57%
B 103 of 255 = 40%

131
146
103

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

Portions of RGB colors in percentages

R + G + B =
131 + 146 + 103 = 380 (100%)
R 131 of 380 ~ 34.47%
G 146 of 380 ~ 38.42%
B 103 of 380 ~ 27.11%

%34.47
%38.42
%27.11

CMYK color model

#839267 color CMYK value is (10,0,29,43).

  • cyan value is 10.27%
  • magenta value is 0.00%
  • yellow value is 29.45%
  • key color value is 42.75%
CMYK:
(10,0,29,43)
C10M0Y29K43 
(10%,0%,29%,43%)
(0.10/0.00/0.29/0.43)	

CMYK percentages

%10.27
%0
%29.45
%42.75

Codes

Color #839267 in popluar color models

839267
RGB131146103
HSL81°17.27%48.82%
HSB/HSV81°29.45%57.25%
CMYK10.27%0.00%29.45%
42.75%

Color #839267 in popluar number systems.

HEX839267
Decimal131146103
Binary10000011100100101100111
Octal203222147

Shades and tints

Shades of #839267

#839267
(131,146,103)
#78855E
(120,133,94)
#6D7855
(109,120,85)
#626B4C
(98,107,76)
#575E43
(87,94,67)
#4C513A
(76,81,58)
#414431
(65,68,49)
#363728
(54,55,40)
#2B2A1F
(43,42,31)
#201D16
(32,29,22)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #839267

#839267
(131,146,103)
#8E9B74
(142,155,116)
#99A481
(153,164,129)
#A4AD8E
(164,173,142)
#AFB69B
(175,182,155)
#BABFA8
(186,191,168)
#C5C8B5
(197,200,181)
#D0D1C2
(208,209,194)
#DBDACF
(219,218,207)
#E6E3DC
(230,227,220)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839267 color. Also use rgb(131,146,103) instead hex code.

Text Font Color

.myTextColor { color: #839267; }

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

This text font color is #839267.


Background Color

.myBgColor { background-color: #839267; }

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

This div background color is #839267.


Border color

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

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

This div border color is #839267.


Opacity

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

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

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

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

This text has shadow with #839267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839267 on black background.


Color preview on white background

This text has color #839267 on white background.



Black color preview on #839267 background

This text has black color on #839267 background.


White color preview on #839267 background

This text has white color on #839267 background.