COLOR #839775

HEX: #839775
RGB: (131,151,117)

Color info

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

RGB color model

#839775 color RGB value is (131,151,117).

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

RGB channels and saturation

R 131 of 255 = 51%
G 151 of 255 = 59%
B 117 of 255 = 46%

131
151
117

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

Portions of RGB colors in percentages

R + G + B =
131 + 151 + 117 = 399 (100%)
R 131 of 399 ~ 32.83%
G 151 of 399 ~ 37.84%
B 117 of 399 ~ 29.32%

%32.83
%37.84
%29.32

CMYK color model

#839775 color CMYK value is (13,0,23,41).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 22.52%
  • key color value is 40.78%
CMYK:
(13,0,23,41)
C13M0Y23K41 
(13%,0%,23%,41%)
(0.13/0.00/0.23/0.41)	

CMYK percentages

%13.25
%0
%22.52
%40.78

Codes

Color #839775 in popluar color models

839775
RGB131151117
HSL95°14.05%52.55%
HSB/HSV95°22.52%59.22%
CMYK13.25%0.00%22.52%
40.78%

Color #839775 in popluar number systems.

HEX839775
Decimal131151117
Binary10000011100101111110101
Octal203227165

Shades and tints

Shades of #839775

#839775
(131,151,117)
#788A6B
(120,138,107)
#6D7D61
(109,125,97)
#627057
(98,112,87)
#57634D
(87,99,77)
#4C5643
(76,86,67)
#414939
(65,73,57)
#363C2F
(54,60,47)
#2B2F25
(43,47,37)
#20221B
(32,34,27)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #839775

#839775
(131,151,117)
#8EA081
(142,160,129)
#99A98D
(153,169,141)
#A4B299
(164,178,153)
#AFBBA5
(175,187,165)
#BAC4B1
(186,196,177)
#C5CDBD
(197,205,189)
#D0D6C9
(208,214,201)
#DBDFD5
(219,223,213)
#E6E8E1
(230,232,225)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839775; }

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

This text font color is #839775.


Background Color

.myBgColor { background-color: #839775; }

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

This div background color is #839775.


Border color

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

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

This div border color is #839775.


Opacity

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

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

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

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

This text has shadow with #839775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839775 on black background.


Color preview on white background

This text has color #839775 on white background.



Black color preview on #839775 background

This text has black color on #839775 background.


White color preview on #839775 background

This text has white color on #839775 background.