COLOR #937F79

HEX: #937F79
RGB: (147,127,121)

Color info

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

RGB color model

#937F79 color RGB value is (147,127,121).

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

RGB channels and saturation

R 147 of 255 = 58%
G 127 of 255 = 50%
B 121 of 255 = 47%

147
127
121

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

Portions of RGB colors in percentages

R + G + B =
147 + 127 + 121 = 395 (100%)
R 147 of 395 ~ 37.22%
G 127 of 395 ~ 32.15%
B 121 of 395 ~ 30.63%

%37.22
%32.15
%30.63

CMYK color model

#937F79 color CMYK value is (0,14,18,42).

  • cyan value is 0.00%
  • magenta value is 13.61%
  • yellow value is 17.69%
  • key color value is 42.35%
CMYK:
(0,14,18,42)
C0M14Y18K42 
(0%,14%,18%,42%)
(0.00/0.14/0.18/0.42)	

CMYK percentages

%0
%13.61
%17.69
%42.35

Codes

Color #937F79 in popluar color models

937F79
RGB147127121
HSL14°10.74%52.55%
HSB/HSV14°17.69%57.65%
CMYK0.00%13.61%17.69%
42.35%

Color #937F79 in popluar number systems.

HEX937F79
Decimal147127121
Binary1001001111111111111001
Octal223177171

Shades and tints

Shades of #937F79

#937F79
(147,127,121)
#86746E
(134,116,110)
#796963
(121,105,99)
#6C5E58
(108,94,88)
#5F534D
(95,83,77)
#524842
(82,72,66)
#453D37
(69,61,55)
#38322C
(56,50,44)
#2B2721
(43,39,33)
#1E1C16
(30,28,22)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #937F79

#937F79
(147,127,121)
#9C8A85
(156,138,133)
#A59591
(165,149,145)
#AEA09D
(174,160,157)
#B7ABA9
(183,171,169)
#C0B6B5
(192,182,181)
#C9C1C1
(201,193,193)
#D2CCCD
(210,204,205)
#DBD7D9
(219,215,217)
#E4E2E5
(228,226,229)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937F79; }

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

This text font color is #937F79.


Background Color

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

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

This div background color is #937F79.


Border color

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

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

This div border color is #937F79.


Opacity

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

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

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

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

This text has shadow with #937F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937F79 on black background.


Color preview on white background

This text has color #937F79 on white background.



Black color preview on #937F79 background

This text has black color on #937F79 background.


White color preview on #937F79 background

This text has white color on #937F79 background.