COLOR #937E70

HEX: #937E70
RGB: (147,126,112)

Color info

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

RGB color model

#937E70 color RGB value is (147,126,112).

  • red value is 147;
  • green value is 126;
  • blue value is 112.
RGB:
(147,126,112)
(58%,49%,44%)

RGB channels and saturation

R 147 of 255 = 58%
G 126 of 255 = 49%
B 112 of 255 = 44%

147
126
112

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

Portions of RGB colors in percentages

R + G + B =
147 + 126 + 112 = 385 (100%)
R 147 of 385 ~ 38.18%
G 126 of 385 ~ 32.73%
B 112 of 385 ~ 29.09%

%38.18
%32.73
%29.09

CMYK color model

#937E70 color CMYK value is (0,14,24,42).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 23.81%
  • key color value is 42.35%
CMYK:
(0,14,24,42)
C0M14Y24K42 
(0%,14%,24%,42%)
(0.00/0.14/0.24/0.42)	

CMYK percentages

%0
%14.29
%23.81
%42.35

Codes

Color #937E70 in popluar color models

937E70
RGB147126112
HSL24°13.94%50.78%
HSB/HSV24°23.81%57.65%
CMYK0.00%14.29%23.81%
42.35%

Color #937E70 in popluar number systems.

HEX937E70
Decimal147126112
Binary1001001111111101110000
Octal223176160

Shades and tints

Shades of #937E70

#937E70
(147,126,112)
#867366
(134,115,102)
#79685C
(121,104,92)
#6C5D52
(108,93,82)
#5F5248
(95,82,72)
#52473E
(82,71,62)
#453C34
(69,60,52)
#38312A
(56,49,42)
#2B2620
(43,38,32)
#1E1B16
(30,27,22)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #937E70

#937E70
(147,126,112)
#9C897D
(156,137,125)
#A5948A
(165,148,138)
#AE9F97
(174,159,151)
#B7AAA4
(183,170,164)
#C0B5B1
(192,181,177)
#C9C0BE
(201,192,190)
#D2CBCB
(210,203,203)
#DBD6D8
(219,214,216)
#E4E1E5
(228,225,229)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937E70 color. Also use rgb(147,126,112) instead hex code.

Text Font Color

.myTextColor { color: #937E70; }

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

This text font color is #937E70.


Background Color

.myBgColor { background-color: #937E70; }

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

This div background color is #937E70.


Border color

.myBorderColor { border: 1px solid #937E70; }

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

This div border color is #937E70.


Opacity

.myOpacity80 { color: #937E70; opacity: 0.8; }

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

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

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

This text has shadow with #937E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937E70 on black background.


Color preview on white background

This text has color #937E70 on white background.



Black color preview on #937E70 background

This text has black color on #937E70 background.


White color preview on #937E70 background

This text has white color on #937E70 background.