COLOR #937A6B

HEX: #937A6B
RGB: (147,122,107)

Color info

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

RGB color model

#937A6B color RGB value is (147,122,107).

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

RGB channels and saturation

R 147 of 255 = 58%
G 122 of 255 = 48%
B 107 of 255 = 42%

147
122
107

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

Portions of RGB colors in percentages

R + G + B =
147 + 122 + 107 = 376 (100%)
R 147 of 376 ~ 39.1%
G 122 of 376 ~ 32.45%
B 107 of 376 ~ 28.46%

%39.1
%32.45
%28.46

CMYK color model

#937A6B color CMYK value is (0,17,27,42).

  • cyan value is 0.00%
  • magenta value is 17.01%
  • yellow value is 27.21%
  • key color value is 42.35%
CMYK:
(0,17,27,42)
C0M17Y27K42 
(0%,17%,27%,42%)
(0.00/0.17/0.27/0.42)	

CMYK percentages

%0
%17.01
%27.21
%42.35

Codes

Color #937A6B in popluar color models

937A6B
RGB147122107
HSL23°15.75%49.80%
HSB/HSV23°27.21%57.65%
CMYK0.00%17.01%27.21%
42.35%

Color #937A6B in popluar number systems.

HEX937A6B
Decimal147122107
Binary1001001111110101101011
Octal223172153

Shades and tints

Shades of #937A6B

#937A6B
(147,122,107)
#866F62
(134,111,98)
#796459
(121,100,89)
#6C5950
(108,89,80)
#5F4E47
(95,78,71)
#52433E
(82,67,62)
#453835
(69,56,53)
#382D2C
(56,45,44)
#2B2223
(43,34,35)
#1E171A
(30,23,26)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #937A6B

#937A6B
(147,122,107)
#9C8678
(156,134,120)
#A59285
(165,146,133)
#AE9E92
(174,158,146)
#B7AA9F
(183,170,159)
#C0B6AC
(192,182,172)
#C9C2B9
(201,194,185)
#D2CEC6
(210,206,198)
#DBDAD3
(219,218,211)
#E4E6E0
(228,230,224)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937A6B; }

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

This text font color is #937A6B.


Background Color

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

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

This div background color is #937A6B.


Border color

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

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

This div border color is #937A6B.


Opacity

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

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

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

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

This text has shadow with #937A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937A6B on black background.


Color preview on white background

This text has color #937A6B on white background.



Black color preview on #937A6B background

This text has black color on #937A6B background.


White color preview on #937A6B background

This text has white color on #937A6B background.