COLOR #839381

HEX: #839381
RGB: (131,147,129)

Color info

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

RGB color model

#839381 color RGB value is (131,147,129).

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

RGB channels and saturation

R 131 of 255 = 51%
G 147 of 255 = 58%
B 129 of 255 = 51%

131
147
129

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

Portions of RGB colors in percentages

R + G + B =
131 + 147 + 129 = 407 (100%)
R 131 of 407 ~ 32.19%
G 147 of 407 ~ 36.12%
B 129 of 407 ~ 31.7%

%32.19
%36.12
%31.7

CMYK color model

#839381 color CMYK value is (11,0,12,42).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 42.35%
CMYK:
(11,0,12,42)
C11M0Y12K42 
(11%,0%,12%,42%)
(0.11/0.00/0.12/0.42)	

CMYK percentages

%10.88
%0
%12.24
%42.35

Codes

Color #839381 in popluar color models

839381
RGB131147129
HSL113°7.69%54.12%
HSB/HSV113°12.24%57.65%
CMYK10.88%0.00%12.24%
42.35%

Color #839381 in popluar number systems.

HEX839381
Decimal131147129
Binary100000111001001110000001
Octal203223201

Shades and tints

Shades of #839381

#839381
(131,147,129)
#788676
(120,134,118)
#6D796B
(109,121,107)
#626C60
(98,108,96)
#575F55
(87,95,85)
#4C524A
(76,82,74)
#41453F
(65,69,63)
#363834
(54,56,52)
#2B2B29
(43,43,41)
#201E1E
(32,30,30)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #839381

#839381
(131,147,129)
#8E9C8C
(142,156,140)
#99A597
(153,165,151)
#A4AEA2
(164,174,162)
#AFB7AD
(175,183,173)
#BAC0B8
(186,192,184)
#C5C9C3
(197,201,195)
#D0D2CE
(208,210,206)
#DBDBD9
(219,219,217)
#E6E4E4
(230,228,228)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839381; }

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

This text font color is #839381.


Background Color

.myBgColor { background-color: #839381; }

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

This div background color is #839381.


Border color

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

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

This div border color is #839381.


Opacity

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

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

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

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

This text has shadow with #839381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839381 on black background.


Color preview on white background

This text has color #839381 on white background.



Black color preview on #839381 background

This text has black color on #839381 background.


White color preview on #839381 background

This text has white color on #839381 background.