COLOR #838976

HEX: #838976
RGB: (131,137,118)

Color info

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

RGB color model

#838976 color RGB value is (131,137,118).

  • red value is 131;
  • green value is 137;
  • blue value is 118.
RGB:
(131,137,118)
(51%,54%,46%)

RGB channels and saturation

R 131 of 255 = 51%
G 137 of 255 = 54%
B 118 of 255 = 46%

131
137
118

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

Portions of RGB colors in percentages

R + G + B =
131 + 137 + 118 = 386 (100%)
R 131 of 386 ~ 33.94%
G 137 of 386 ~ 35.49%
B 118 of 386 ~ 30.57%

%33.94
%35.49
%30.57

CMYK color model

#838976 color CMYK value is (4,0,14,46).

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 13.87%
  • key color value is 46.27%
CMYK:
(4,0,14,46)
C4M0Y14K46 
(4%,0%,14%,46%)
(0.04/0.00/0.14/0.46)	

CMYK percentages

%4.38
%0
%13.87
%46.27

Codes

Color #838976 in popluar color models

838976
RGB131137118
HSL79°7.45%50.00%
HSB/HSV79°13.87%53.73%
CMYK4.38%0.00%13.87%
46.27%

Color #838976 in popluar number systems.

HEX838976
Decimal131137118
Binary10000011100010011110110
Octal203211166

Shades and tints

Shades of #838976

#838976
(131,137,118)
#787D6C
(120,125,108)
#6D7162
(109,113,98)
#626558
(98,101,88)
#57594E
(87,89,78)
#4C4D44
(76,77,68)
#41413A
(65,65,58)
#363530
(54,53,48)
#2B2926
(43,41,38)
#201D1C
(32,29,28)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #838976

#838976
(131,137,118)
#8E9382
(142,147,130)
#999D8E
(153,157,142)
#A4A79A
(164,167,154)
#AFB1A6
(175,177,166)
#BABBB2
(186,187,178)
#C5C5BE
(197,197,190)
#D0CFCA
(208,207,202)
#DBD9D6
(219,217,214)
#E6E3E2
(230,227,226)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838976 color. Also use rgb(131,137,118) instead hex code.

Text Font Color

.myTextColor { color: #838976; }

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

This text font color is #838976.


Background Color

.myBgColor { background-color: #838976; }

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

This div background color is #838976.


Border color

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

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

This div border color is #838976.


Opacity

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

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

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

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

This text has shadow with #838976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838976 on black background.


Color preview on white background

This text has color #838976 on white background.



Black color preview on #838976 background

This text has black color on #838976 background.


White color preview on #838976 background

This text has white color on #838976 background.