COLOR #937971

HEX: #937971
RGB: (147,121,113)

Color info

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

RGB color model

#937971 color RGB value is (147,121,113).

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

RGB channels and saturation

R 147 of 255 = 58%
G 121 of 255 = 47%
B 113 of 255 = 44%

147
121
113

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

Portions of RGB colors in percentages

R + G + B =
147 + 121 + 113 = 381 (100%)
R 147 of 381 ~ 38.58%
G 121 of 381 ~ 31.76%
B 113 of 381 ~ 29.66%

%38.58
%31.76
%29.66

CMYK color model

#937971 color CMYK value is (0,18,23,42).

  • cyan value is 0.00%
  • magenta value is 17.69%
  • yellow value is 23.13%
  • key color value is 42.35%
CMYK:
(0,18,23,42)
C0M18Y23K42 
(0%,18%,23%,42%)
(0.00/0.18/0.23/0.42)	

CMYK percentages

%0
%17.69
%23.13
%42.35

Codes

Color #937971 in popluar color models

937971
RGB147121113
HSL14°13.60%50.98%
HSB/HSV14°23.13%57.65%
CMYK0.00%17.69%23.13%
42.35%

Color #937971 in popluar number systems.

HEX937971
Decimal147121113
Binary1001001111110011110001
Octal223171161

Shades and tints

Shades of #937971

#937971
(147,121,113)
#866E67
(134,110,103)
#79635D
(121,99,93)
#6C5853
(108,88,83)
#5F4D49
(95,77,73)
#52423F
(82,66,63)
#453735
(69,55,53)
#382C2B
(56,44,43)
#2B2121
(43,33,33)
#1E1617
(30,22,23)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #937971

#937971
(147,121,113)
#9C857D
(156,133,125)
#A59189
(165,145,137)
#AE9D95
(174,157,149)
#B7A9A1
(183,169,161)
#C0B5AD
(192,181,173)
#C9C1B9
(201,193,185)
#D2CDC5
(210,205,197)
#DBD9D1
(219,217,209)
#E4E5DD
(228,229,221)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937971; }

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

This text font color is #937971.


Background Color

.myBgColor { background-color: #937971; }

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

This div background color is #937971.


Border color

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

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

This div border color is #937971.


Opacity

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

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

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

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

This text has shadow with #937971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937971 on black background.


Color preview on white background

This text has color #937971 on white background.



Black color preview on #937971 background

This text has black color on #937971 background.


White color preview on #937971 background

This text has white color on #937971 background.