COLOR #937E72

HEX: #937E72 RGB: (147,126,114)

Color info

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

RGB color model

#937E72 color RGB value is (147,126,114).

RGB: (147,126,114) (58%, 49%, 45%)

RGB channels and saturation

R 147 of 255 = 58%
G 126 of 255 = 49%
B 114 of 255 = 45%

147
126
114

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

Portions of RGB colors in percentages

R + G + B = 147 + 126 + 114 = 387 (100%)
R 147 of 387 ~ 37.98%
G 126 of 387 ~ 32.56%
B 114 of 387 ~ 29.46'%

%37.98
%32.56
%29.46

CMYK color model

#937E72 color CMYK value is (0,14,22,42).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 22.45%
  • key color value is 42.35%

CMYK: (0,14,22,42)
C0M14Y22K42 (0%, 14%, 22%, 42%)
(0.00 / 0.14 / 0.22 / 0.42)

CMYK percentages

%0
%14.29
%22.45
%42.35

Codes

Color #937E72 in popluar color models

93 7E 72
RGB 147 126 114
HSL 22° 13.25% 51.18%
HSB/HSV 22° 22.45% 57.65%
CMYK 0.00% 14.29% 22.45%
42.35%

Color #937E72 in popluar number systems.

HEX 93 7E 72
Decimal 147 126 114
Binary 10010011 1111110 1110010
Octal 223 176 162

Shades and tints

Shades of #937E72

#937E72
(147,126,114)
#867368
(134,115,104)
#79685E
(121,104,94)
#6C5D54
(108,93,84)
#5F524A
(95,82,74)
#524740
(82,71,64)
#453C36
(69,60,54)
#38312C
(56,49,44)
#2B2622
(43,38,34)
#1E1B18
(30,27,24)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #937E72

#937E72
(147,126,114)
#9C897E
(156,137,126)
#A5948A
(165,148,138)
#AE9F96
(174,159,150)
#B7AAA2
(183,170,162)
#C0B5AE
(192,181,174)
#C9C0BA
(201,192,186)
#D2CBC6
(210,203,198)
#DBD6D2
(219,214,210)
#E4E1DE
(228,225,222)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937E72; }

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

This text font color is #937E72.

Background Color

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

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

This div background color is #937E72.

Border color

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

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

This div border color is #937E72.

Opacity

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

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

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

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

This text has shadow with #937E72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #937E72.

Preview

Color preview on black background

This text has color #937E72 on black background.


Color preview on white background

This text has color #937E72 on white background.


Black color preview on #937E72 background

This text has black color on #937E72 background.


White color preview on #937E72 background

This text has white color on #937E72 background.


Related colors

Complementary color

Complementary color for #hex is #6C818D.


I love getcolorcode.com

Triadic colors

1 #72937E and #7E7293 with #937E72 are triadic colors.

2 #727E93 and #7E9372 with #937E72 are triadic colors.