COLOR #937C6B

HEX: #937C6B RGB: (147,124,107)

Color info

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

RGB color model

#937C6B color RGB value is (147,124,107).

RGB: (147,124,107) (58%, 49%, 42%)

RGB channels and saturation

R 147 of 255 = 58%
G 124 of 255 = 49%
B 107 of 255 = 42%

147
124
107

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

Portions of RGB colors in percentages

R + G + B = 147 + 124 + 107 = 378 (100%)
R 147 of 378 ~ 38.89%
G 124 of 378 ~ 32.8%
B 107 of 378 ~ 28.31'%

%38.89
%32.8
%28.31

CMYK color model

#937C6B color CMYK value is (0,16,27,42).

  • cyan value is 0.00%
  • magenta value is 15.65%
  • yellow value is 27.21%
  • key color value is 42.35%

CMYK: (0,16,27,42)
C0M16Y27K42 (0%, 16%, 27%, 42%)
(0.00 / 0.16 / 0.27 / 0.42)

CMYK percentages

%0
%15.65
%27.21
%42.35

Codes

Color #937C6B in popluar color models

93 7C 6B
RGB 147 124 107
HSL 26° 15.75% 49.80%
HSB/HSV 26° 27.21% 57.65%
CMYK 0.00% 15.65% 27.21%
42.35%

Color #937C6B in popluar number systems.

HEX 93 7C 6B
Decimal 147 124 107
Binary 10010011 1111100 1101011
Octal 223 174 153

Shades and tints

Shades of #937C6B

#937C6B
(147,124,107)
#867162
(134,113,98)
#796659
(121,102,89)
#6C5B50
(108,91,80)
#5F5047
(95,80,71)
#52453E
(82,69,62)
#453A35
(69,58,53)
#382F2C
(56,47,44)
#2B2423
(43,36,35)
#1E191A
(30,25,26)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #937C6B

#937C6B
(147,124,107)
#9C8778
(156,135,120)
#A59285
(165,146,133)
#AE9D92
(174,157,146)
#B7A89F
(183,168,159)
#C0B3AC
(192,179,172)
#C9BEB9
(201,190,185)
#D2C9C6
(210,201,198)
#DBD4D3
(219,212,211)
#E4DFE0
(228,223,224)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937C6B; }

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

This text font color is #937C6B.

Background Color

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

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

This div background color is #937C6B.

Border color

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

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

This div border color is #937C6B.

Opacity

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

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

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

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

This text has shadow with #937C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #937C6B.

Preview

Color preview on black background

This text has color #937C6B on black background.


Color preview on white background

This text has color #937C6B on white background.


Black color preview on #937C6B background

This text has black color on #937C6B background.


White color preview on #937C6B background

This text has white color on #937C6B background.


Related colors

Complementary color

Complementary color for #hex is #6C8394.


I love getcolorcode.com

Triadic colors

1 #6B937C and #7C6B93 with #937C6B are triadic colors.

2 #6B7C93 and #7C936B with #937C6B are triadic colors.