COLOR #839782

HEX: #839782
RGB: (131,151,130)

Color info

#839782 contains red, green and blue colors in about the same proportion. Web safe color of #839782 is #999999 (or #999).

RGB color model

#839782 color RGB value is (131,151,130).

  • red value is 131;
  • green value is 151;
  • blue value is 130.
RGB: (131,151,130) (51%,59%,51%)

RGB channels and saturation

R 131 of 255 = 51%
G 151 of 255 = 59%
B 130 of 255 = 51%

131
151
130

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

Portions of RGB colors in percentages

R + G + B =
131 + 151 + 130 = 412 (100%)
R 131 of 412 ~ 31.8%
G 151 of 412 ~ 36.65%
B 130 of 412 ~ 31.55%

%31.8
%36.65
%31.55

CMYK color model

#839782 color CMYK value is (13,0,14,41).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 13.91%
  • key color value is 40.78%
CMYK: (13,0,14,41) C13M0Y14K41 (13%,0%,14%,41%) (0.13/0.00/0.14/0.41)

CMYK percentages

%13.25
%0
%13.91
%40.78

Codes

Color #839782 in popluar color models

839782
RGB131151130
HSL117°9.17%55.10%
HSB/HSV117°13.91%59.22%
CMYK13.25%0.00%13.91%
40.78%

Color #839782 in popluar number systems.

HEX839782
Decimal131151130
Binary100000111001011110000010
Octal203227202

Shades and tints

Shades of #839782

#839782
(131,151,130)
#788A77
(120,138,119)
#6D7D6C
(109,125,108)
#627061
(98,112,97)
#576356
(87,99,86)
#4C564B
(76,86,75)
#414940
(65,73,64)
#363C35
(54,60,53)
#2B2F2A
(43,47,42)
#20221F
(32,34,31)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #839782

#839782
(131,151,130)
#8EA08D
(142,160,141)
#99A998
(153,169,152)
#A4B2A3
(164,178,163)
#AFBBAE
(175,187,174)
#BAC4B9
(186,196,185)
#C5CDC4
(197,205,196)
#D0D6CF
(208,214,207)
#DBDFDA
(219,223,218)
#E6E8E5
(230,232,229)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839782 color. Also use rgb(131,151,130) instead hex code.

Text Font Color

.myTextColor { color: #839782; }

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

This text font color is #839782.


Background Color

.myBgColor { background-color: #839782; }

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

This div background color is #839782.


Border color

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

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

This div border color is #839782.


Opacity

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

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

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

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

This text has shadow with #839782 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #839782 on black background.


Color preview on white background

This text has color #839782 on white background.



Black color preview on #839782 background

This text has black color on #839782 background.


White color preview on #839782 background

This text has white color on #839782 background.