COLOR #839360

HEX: #839360
RGB: (131,147,96)

Color info

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

RGB color model

#839360 color RGB value is (131,147,96).

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

RGB channels and saturation

R 131 of 255 = 51%
G 147 of 255 = 58%
B 96 of 255 = 38%

131
147
96

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

Portions of RGB colors in percentages

R + G + B =
131 + 147 + 96 = 374 (100%)
R 131 of 374 ~ 35.03%
G 147 of 374 ~ 39.3%
B 96 of 374 ~ 25.67%

%35.03
%39.3
%25.67

CMYK color model

#839360 color CMYK value is (11,0,35,42).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 34.69%
  • key color value is 42.35%
CMYK: (11,0,35,42) C11M0Y35K42 (11%,0%,35%,42%) (0.11/0.00/0.35/0.42)

CMYK percentages

%10.88
%0
%34.69
%42.35

Codes

Color #839360 in popluar color models

839360
RGB13114796
HSL79°20.99%47.65%
HSB/HSV79°34.69%57.65%
CMYK10.88%0.00%34.69%
42.35%

Color #839360 in popluar number systems.

HEX839360
Decimal13114796
Binary10000011100100111100000
Octal203223140

Shades and tints

Shades of #839360

#839360
(131,147,96)
#788658
(120,134,88)
#6D7950
(109,121,80)
#626C48
(98,108,72)
#575F40
(87,95,64)
#4C5238
(76,82,56)
#414530
(65,69,48)
#363828
(54,56,40)
#2B2B20
(43,43,32)
#201E18
(32,30,24)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #839360

#839360
(131,147,96)
#8E9C6E
(142,156,110)
#99A57C
(153,165,124)
#A4AE8A
(164,174,138)
#AFB798
(175,183,152)
#BAC0A6
(186,192,166)
#C5C9B4
(197,201,180)
#D0D2C2
(208,210,194)
#DBDBD0
(219,219,208)
#E6E4DE
(230,228,222)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839360; }

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

This text font color is #839360.


Background Color

.myBgColor { background-color: #839360; }

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

This div background color is #839360.


Border color

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

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

This div border color is #839360.


Opacity

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

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

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

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

This text has shadow with #839360 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #839360 on black background.


Color preview on white background

This text has color #839360 on white background.



Black color preview on #839360 background

This text has black color on #839360 background.


White color preview on #839360 background

This text has white color on #839360 background.