COLOR #937176

HEX: #937176
RGB: (147,113,118)

Color info

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

RGB color model

#937176 color RGB value is (147,113,118).

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

RGB channels and saturation

R 147 of 255 = 58%
G 113 of 255 = 44%
B 118 of 255 = 46%

147
113
118

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

Portions of RGB colors in percentages

R + G + B =
147 + 113 + 118 = 378 (100%)
R 147 of 378 ~ 38.89%
G 113 of 378 ~ 29.89%
B 118 of 378 ~ 31.22%

%38.89
%29.89
%31.22

CMYK color model

#937176 color CMYK value is (0,23,20,42).

  • cyan value is 0.00%
  • magenta value is 23.13%
  • yellow value is 19.73%
  • key color value is 42.35%
CMYK:
(0,23,20,42)
C0M23Y20K42 
(0%,23%,20%,42%)
(0.00/0.23/0.20/0.42)	

CMYK percentages

%0
%23.13
%19.73
%42.35

Codes

Color #937176 in popluar color models

937176
RGB147113118
HSL351°13.60%50.98%
HSB/HSV351°23.13%57.65%
CMYK0.00%23.13%19.73%
42.35%

Color #937176 in popluar number systems.

HEX937176
Decimal147113118
Binary1001001111100011110110
Octal223161166

Shades and tints

Shades of #937176

#937176
(147,113,118)
#86676C
(134,103,108)
#795D62
(121,93,98)
#6C5358
(108,83,88)
#5F494E
(95,73,78)
#523F44
(82,63,68)
#45353A
(69,53,58)
#382B30
(56,43,48)
#2B2126
(43,33,38)
#1E171C
(30,23,28)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #937176

#937176
(147,113,118)
#9C7D82
(156,125,130)
#A5898E
(165,137,142)
#AE959A
(174,149,154)
#B7A1A6
(183,161,166)
#C0ADB2
(192,173,178)
#C9B9BE
(201,185,190)
#D2C5CA
(210,197,202)
#DBD1D6
(219,209,214)
#E4DDE2
(228,221,226)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937176; }

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

This text font color is #937176.


Background Color

.myBgColor { background-color: #937176; }

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

This div background color is #937176.


Border color

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

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

This div border color is #937176.


Opacity

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

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

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

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

This text has shadow with #937176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937176 on black background.


Color preview on white background

This text has color #937176 on white background.



Black color preview on #937176 background

This text has black color on #937176 background.


White color preview on #937176 background

This text has white color on #937176 background.