COLOR #837979

HEX: #837979
RGB: (131,121,121)

Color info

#837979 contains red, green and blue colors in about the same proportion. Web safe color of #837979 is #996666 (or #966).

RGB color model

#837979 color RGB value is (131,121,121).

  • red value is 131;
  • green value is 121;
  • blue value is 121.
RGB:
(131,121,121)
(51%,47%,47%)

RGB channels and saturation

R 131 of 255 = 51%
G 121 of 255 = 47%
B 121 of 255 = 47%

131
121
121

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

Portions of RGB colors in percentages

R + G + B =
131 + 121 + 121 = 373 (100%)
R 131 of 373 ~ 35.12%
G 121 of 373 ~ 32.44%
B 121 of 373 ~ 32.44%

%35.12
%32.44
%32.44

CMYK color model

#837979 color CMYK value is (0,8,8,49).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 7.63%
  • key color value is 48.63%
CMYK:
(0,8,8,49)
C0M8Y8K49 
(0%,8%,8%,49%)
(0.00/0.08/0.08/0.49)	

CMYK percentages

%0
%7.63
%7.63
%48.63

Codes

Color #837979 in popluar color models

837979
RGB131121121
HSL3.97%49.41%
HSB/HSV7.63%51.37%
CMYK0.00%7.63%7.63%
48.63%

Color #837979 in popluar number systems.

HEX837979
Decimal131121121
Binary1000001111110011111001
Octal203171171

Shades and tints

Shades of #837979

#837979
(131,121,121)
#786E6E
(120,110,110)
#6D6363
(109,99,99)
#625858
(98,88,88)
#574D4D
(87,77,77)
#4C4242
(76,66,66)
#413737
(65,55,55)
#362C2C
(54,44,44)
#2B2121
(43,33,33)
#201616
(32,22,22)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #837979

#837979
(131,121,121)
#8E8585
(142,133,133)
#999191
(153,145,145)
#A49D9D
(164,157,157)
#AFA9A9
(175,169,169)
#BAB5B5
(186,181,181)
#C5C1C1
(197,193,193)
#D0CDCD
(208,205,205)
#DBD9D9
(219,217,217)
#E6E5E5
(230,229,229)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837979; }

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

This text font color is #837979.


Background Color

.myBgColor { background-color: #837979; }

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

This div background color is #837979.


Border color

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

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

This div border color is #837979.


Opacity

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

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

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

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

This text has shadow with #837979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837979 on black background.


Color preview on white background

This text has color #837979 on white background.



Black color preview on #837979 background

This text has black color on #837979 background.


White color preview on #837979 background

This text has white color on #837979 background.