COLOR #937C66

HEX: #937C66 RGB: (147,124,102)

Color info

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

RGB color model

#937C66 color RGB value is (147,124,102).

RGB: (147,124,102) (58%, 49%, 40%)

RGB channels and saturation

R 147 of 255 = 58%
G 124 of 255 = 49%
B 102 of 255 = 40%

147
124
102

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

Portions of RGB colors in percentages

R + G + B = 147 + 124 + 102 = 373 (100%)
R 147 of 373 ~ 39.41%
G 124 of 373 ~ 33.24%
B 102 of 373 ~ 27.35'%

%39.41
%33.24
%27.35

CMYK color model

#937C66 color CMYK value is (0,16,31,42).

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

CMYK: (0,16,31,42)
C0M16Y31K42 (0%, 16%, 31%, 42%)
(0.00 / 0.16 / 0.31 / 0.42)

CMYK percentages

%0
%15.65
%30.61
%42.35

Codes

Color #937C66 in popluar color models

93 7C 66
RGB 147 124 102
HSL 29° 18.07% 48.82%
HSB/HSV 29° 30.61% 57.65%
CMYK 0.00% 15.65% 30.61%
42.35%

Color #937C66 in popluar number systems.

HEX 93 7C 66
Decimal 147 124 102
Binary 10010011 1111100 1100110
Octal 223 174 146

Shades and tints

Shades of #937C66

#937C66
(147,124,102)
#86715D
(134,113,93)
#796654
(121,102,84)
#6C5B4B
(108,91,75)
#5F5042
(95,80,66)
#524539
(82,69,57)
#453A30
(69,58,48)
#382F27
(56,47,39)
#2B241E
(43,36,30)
#1E1915
(30,25,21)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #937C66

#937C66
(147,124,102)
#9C8773
(156,135,115)
#A59280
(165,146,128)
#AE9D8D
(174,157,141)
#B7A89A
(183,168,154)
#C0B3A7
(192,179,167)
#C9BEB4
(201,190,180)
#D2C9C1
(210,201,193)
#DBD4CE
(219,212,206)
#E4DFDB
(228,223,219)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937C66; }

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

This text font color is #937C66.

Background Color

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

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

This div background color is #937C66.

Border color

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

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

This div border color is #937C66.

Opacity

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

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

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

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

This text has shadow with #937C66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #937C66.

Preview

Color preview on black background

This text has color #937C66 on black background.


Color preview on white background

This text has color #937C66 on white background.


Black color preview on #937C66 background

This text has black color on #937C66 background.


White color preview on #937C66 background

This text has white color on #937C66 background.


Related colors

Complementary color

Complementary color for #hex is #6C8399.


I love getcolorcode.com

Triadic colors

1 #66937C and #7C6693 with #937C66 are triadic colors.

2 #667C93 and #7C9366 with #937C66 are triadic colors.