COLOR #937A72

HEX: #937A72
RGB: (147,122,114)

Color info

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

RGB color model

#937A72 color RGB value is (147,122,114).

  • red value is 147;
  • green value is 122;
  • blue value is 114.
RGB:
(147,122,114)
(58%,48%,45%)

RGB channels and saturation

R 147 of 255 = 58%
G 122 of 255 = 48%
B 114 of 255 = 45%

147
122
114

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

Portions of RGB colors in percentages

R + G + B =
147 + 122 + 114 = 383 (100%)
R 147 of 383 ~ 38.38%
G 122 of 383 ~ 31.85%
B 114 of 383 ~ 29.77%

%38.38
%31.85
%29.77

CMYK color model

#937A72 color CMYK value is (0,17,22,42).

  • cyan value is 0.00%
  • magenta value is 17.01%
  • yellow value is 22.45%
  • key color value is 42.35%
CMYK:
(0,17,22,42)
C0M17Y22K42 
(0%,17%,22%,42%)
(0.00/0.17/0.22/0.42)	

CMYK percentages

%0
%17.01
%22.45
%42.35

Codes

Color #937A72 in popluar color models

937A72
RGB147122114
HSL15°13.25%51.18%
HSB/HSV15°22.45%57.65%
CMYK0.00%17.01%22.45%
42.35%

Color #937A72 in popluar number systems.

HEX937A72
Decimal147122114
Binary1001001111110101110010
Octal223172162

Shades and tints

Shades of #937A72

#937A72
(147,122,114)
#866F68
(134,111,104)
#79645E
(121,100,94)
#6C5954
(108,89,84)
#5F4E4A
(95,78,74)
#524340
(82,67,64)
#453836
(69,56,54)
#382D2C
(56,45,44)
#2B2222
(43,34,34)
#1E1718
(30,23,24)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #937A72

#937A72
(147,122,114)
#9C867E
(156,134,126)
#A5928A
(165,146,138)
#AE9E96
(174,158,150)
#B7AAA2
(183,170,162)
#C0B6AE
(192,182,174)
#C9C2BA
(201,194,186)
#D2CEC6
(210,206,198)
#DBDAD2
(219,218,210)
#E4E6DE
(228,230,222)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937A72 color. Also use rgb(147,122,114) instead hex code.

Text Font Color

.myTextColor { color: #937A72; }

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

This text font color is #937A72.


Background Color

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

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

This div background color is #937A72.


Border color

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

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

This div border color is #937A72.


Opacity

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

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

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

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

This text has shadow with #937A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937A72 on black background.


Color preview on white background

This text has color #937A72 on white background.



Black color preview on #937A72 background

This text has black color on #937A72 background.


White color preview on #937A72 background

This text has white color on #937A72 background.