COLOR #937E71

HEX: #937E71
RGB: (147,126,113)

Color info

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

RGB color model

#937E71 color RGB value is (147,126,113).

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

RGB channels and saturation

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

147
126
113

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

Portions of RGB colors in percentages

R + G + B =
147 + 126 + 113 = 386 (100%)
R 147 of 386 ~ 38.08%
G 126 of 386 ~ 32.64%
B 113 of 386 ~ 29.27%

%38.08
%32.64
%29.27

CMYK color model

#937E71 color CMYK value is (0,14,23,42).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 23.13%
  • key color value is 42.35%
CMYK:
(0,14,23,42)
C0M14Y23K42 
(0%,14%,23%,42%)
(0.00/0.14/0.23/0.42)	

CMYK percentages

%0
%14.29
%23.13
%42.35

Codes

Color #937E71 in popluar color models

937E71
RGB147126113
HSL23°13.60%50.98%
HSB/HSV23°23.13%57.65%
CMYK0.00%14.29%23.13%
42.35%

Color #937E71 in popluar number systems.

HEX937E71
Decimal147126113
Binary1001001111111101110001
Octal223176161

Shades and tints

Shades of #937E71

#937E71
(147,126,113)
#867367
(134,115,103)
#79685D
(121,104,93)
#6C5D53
(108,93,83)
#5F5249
(95,82,73)
#52473F
(82,71,63)
#453C35
(69,60,53)
#38312B
(56,49,43)
#2B2621
(43,38,33)
#1E1B17
(30,27,23)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #937E71

#937E71
(147,126,113)
#9C897D
(156,137,125)
#A59489
(165,148,137)
#AE9F95
(174,159,149)
#B7AAA1
(183,170,161)
#C0B5AD
(192,181,173)
#C9C0B9
(201,192,185)
#D2CBC5
(210,203,197)
#DBD6D1
(219,214,209)
#E4E1DD
(228,225,221)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937E71; }

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

This text font color is #937E71.


Background Color

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

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

This div background color is #937E71.


Border color

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

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

This div border color is #937E71.


Opacity

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

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

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

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

This text has shadow with #937E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937E71 on black background.


Color preview on white background

This text has color #937E71 on white background.



Black color preview on #937E71 background

This text has black color on #937E71 background.


White color preview on #937E71 background

This text has white color on #937E71 background.