COLOR #937A7C

HEX: #937A7C
RGB: (147,122,124)

Color info

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

RGB color model

#937A7C color RGB value is (147,122,124).

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

RGB channels and saturation

R 147 of 255 = 58%
G 122 of 255 = 48%
B 124 of 255 = 49%

147
122
124

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

Portions of RGB colors in percentages

R + G + B =
147 + 122 + 124 = 393 (100%)
R 147 of 393 ~ 37.4%
G 122 of 393 ~ 31.04%
B 124 of 393 ~ 31.55%

%37.4
%31.04
%31.55

CMYK color model

#937A7C color CMYK value is (0,17,16,42).

  • cyan value is 0.00%
  • magenta value is 17.01%
  • yellow value is 15.65%
  • key color value is 42.35%
CMYK:
(0,17,16,42)
C0M17Y16K42 
(0%,17%,16%,42%)
(0.00/0.17/0.16/0.42)	

CMYK percentages

%0
%17.01
%15.65
%42.35

Codes

Color #937A7C in popluar color models

937A7C
RGB147122124
HSL355°10.37%52.75%
HSB/HSV355°17.01%57.65%
CMYK0.00%17.01%15.65%
42.35%

Color #937A7C in popluar number systems.

HEX937A7C
Decimal147122124
Binary1001001111110101111100
Octal223172174

Shades and tints

Shades of #937A7C

#937A7C
(147,122,124)
#866F71
(134,111,113)
#796466
(121,100,102)
#6C595B
(108,89,91)
#5F4E50
(95,78,80)
#524345
(82,67,69)
#45383A
(69,56,58)
#382D2F
(56,45,47)
#2B2224
(43,34,36)
#1E1719
(30,23,25)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #937A7C

#937A7C
(147,122,124)
#9C8687
(156,134,135)
#A59292
(165,146,146)
#AE9E9D
(174,158,157)
#B7AAA8
(183,170,168)
#C0B6B3
(192,182,179)
#C9C2BE
(201,194,190)
#D2CEC9
(210,206,201)
#DBDAD4
(219,218,212)
#E4E6DF
(228,230,223)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937A7C; }

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

This text font color is #937A7C.


Background Color

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

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

This div background color is #937A7C.


Border color

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

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

This div border color is #937A7C.


Opacity

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

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

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

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

This text has shadow with #937A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937A7C on black background.


Color preview on white background

This text has color #937A7C on white background.



Black color preview on #937A7C background

This text has black color on #937A7C background.


White color preview on #937A7C background

This text has white color on #937A7C background.