COLOR #837770

HEX: #837770
RGB: (131,119,112)

Color info

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

RGB color model

#837770 color RGB value is (131,119,112).

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

RGB channels and saturation

R 131 of 255 = 51%
G 119 of 255 = 47%
B 112 of 255 = 44%

131
119
112

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

Portions of RGB colors in percentages

R + G + B =
131 + 119 + 112 = 362 (100%)
R 131 of 362 ~ 36.19%
G 119 of 362 ~ 32.87%
B 112 of 362 ~ 30.94%

%36.19
%32.87
%30.94

CMYK color model

#837770 color CMYK value is (0,9,15,49).

  • cyan value is 0.00%
  • magenta value is 9.16%
  • yellow value is 14.50%
  • key color value is 48.63%
CMYK:
(0,9,15,49)
C0M9Y15K49 
(0%,9%,15%,49%)
(0.00/0.09/0.15/0.49)	

CMYK percentages

%0
%9.16
%14.5
%48.63

Codes

Color #837770 in popluar color models

837770
RGB131119112
HSL22°7.82%47.65%
HSB/HSV22°14.50%51.37%
CMYK0.00%9.16%14.50%
48.63%

Color #837770 in popluar number systems.

HEX837770
Decimal131119112
Binary1000001111101111110000
Octal203167160

Shades and tints

Shades of #837770

#837770
(131,119,112)
#786D66
(120,109,102)
#6D635C
(109,99,92)
#625952
(98,89,82)
#574F48
(87,79,72)
#4C453E
(76,69,62)
#413B34
(65,59,52)
#36312A
(54,49,42)
#2B2720
(43,39,32)
#201D16
(32,29,22)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #837770

#837770
(131,119,112)
#8E837D
(142,131,125)
#998F8A
(153,143,138)
#A49B97
(164,155,151)
#AFA7A4
(175,167,164)
#BAB3B1
(186,179,177)
#C5BFBE
(197,191,190)
#D0CBCB
(208,203,203)
#DBD7D8
(219,215,216)
#E6E3E5
(230,227,229)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837770; }

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

This text font color is #837770.


Background Color

.myBgColor { background-color: #837770; }

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

This div background color is #837770.


Border color

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

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

This div border color is #837770.


Opacity

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

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

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

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

This text has shadow with #837770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837770 on black background.


Color preview on white background

This text has color #837770 on white background.



Black color preview on #837770 background

This text has black color on #837770 background.


White color preview on #837770 background

This text has white color on #837770 background.