COLOR #837978

HEX: #837978
RGB: (131,121,120)

Color info

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

RGB color model

#837978 color RGB value is (131,121,120).

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

RGB channels and saturation

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

131
121
120

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

Portions of RGB colors in percentages

R + G + B =
131 + 121 + 120 = 372 (100%)
R 131 of 372 ~ 35.22%
G 121 of 372 ~ 32.53%
B 120 of 372 ~ 32.26%

%35.22
%32.53
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 8.40%
  • 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
%8.4
%48.63

Codes

Color #837978 in popluar color models

837978
RGB131121120
HSL4.38%49.22%
HSB/HSV8.40%51.37%
CMYK0.00%7.63%8.40%
48.63%

Color #837978 in popluar number systems.

HEX837978
Decimal131121120
Binary1000001111110011111000
Octal203171170

Shades and tints

Shades of #837978

#837978
(131,121,120)
#786E6E
(120,110,110)
#6D6364
(109,99,100)
#62585A
(98,88,90)
#574D50
(87,77,80)
#4C4246
(76,66,70)
#41373C
(65,55,60)
#362C32
(54,44,50)
#2B2128
(43,33,40)
#20161E
(32,22,30)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #837978

#837978
(131,121,120)
#8E8584
(142,133,132)
#999190
(153,145,144)
#A49D9C
(164,157,156)
#AFA9A8
(175,169,168)
#BAB5B4
(186,181,180)
#C5C1C0
(197,193,192)
#D0CDCC
(208,205,204)
#DBD9D8
(219,217,216)
#E6E5E4
(230,229,228)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837978; }

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

This text font color is #837978.


Background Color

.myBgColor { background-color: #837978; }

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

This div background color is #837978.


Border color

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

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

This div border color is #837978.


Opacity

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

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

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

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

This text has shadow with #837978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837978 on black background.


Color preview on white background

This text has color #837978 on white background.



Black color preview on #837978 background

This text has black color on #837978 background.


White color preview on #837978 background

This text has white color on #837978 background.