COLOR #839363

HEX: #839363
RGB: (131,147,99)

Color info

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

RGB color model

#839363 color RGB value is (131,147,99).

  • red value is 131;
  • green value is 147;
  • blue value is 99.
RGB:
(131,147,99)
(51%,58%,39%)

RGB channels and saturation

R 131 of 255 = 51%
G 147 of 255 = 58%
B 99 of 255 = 39%

131
147
99

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

Portions of RGB colors in percentages

R + G + B =
131 + 147 + 99 = 377 (100%)
R 131 of 377 ~ 34.75%
G 147 of 377 ~ 38.99%
B 99 of 377 ~ 26.26%

%34.75
%38.99
%26.26

CMYK color model

#839363 color CMYK value is (11,0,33,42).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 42.35%
CMYK:
(11,0,33,42)
C11M0Y33K42 
(11%,0%,33%,42%)
(0.11/0.00/0.33/0.42)	

CMYK percentages

%10.88
%0
%32.65
%42.35

Codes

Color #839363 in popluar color models

839363
RGB13114799
HSL80°19.51%48.24%
HSB/HSV80°32.65%57.65%
CMYK10.88%0.00%32.65%
42.35%

Color #839363 in popluar number systems.

HEX839363
Decimal13114799
Binary10000011100100111100011
Octal203223143

Shades and tints

Shades of #839363

#839363
(131,147,99)
#78865A
(120,134,90)
#6D7951
(109,121,81)
#626C48
(98,108,72)
#575F3F
(87,95,63)
#4C5236
(76,82,54)
#41452D
(65,69,45)
#363824
(54,56,36)
#2B2B1B
(43,43,27)
#201E12
(32,30,18)
#151109
(21,17,9)
#000000
(0,0,0)

Tints of #839363

#839363
(131,147,99)
#8E9C71
(142,156,113)
#99A57F
(153,165,127)
#A4AE8D
(164,174,141)
#AFB79B
(175,183,155)
#BAC0A9
(186,192,169)
#C5C9B7
(197,201,183)
#D0D2C5
(208,210,197)
#DBDBD3
(219,219,211)
#E6E4E1
(230,228,225)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839363 color. Also use rgb(131,147,99) instead hex code.

Text Font Color

.myTextColor { color: #839363; }

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

This text font color is #839363.


Background Color

.myBgColor { background-color: #839363; }

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

This div background color is #839363.


Border color

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

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

This div border color is #839363.


Opacity

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

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

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

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

This text has shadow with #839363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839363 on black background.


Color preview on white background

This text has color #839363 on white background.



Black color preview on #839363 background

This text has black color on #839363 background.


White color preview on #839363 background

This text has white color on #839363 background.