COLOR #937C49

HEX: #937C49
RGB: (147,124,73)

Color info

#937C49 contains mainly red and green colors. Web safe color of #937C49 is #996633 (or #963).

RGB color model

#937C49 color RGB value is (147,124,73).

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

RGB channels and saturation

R 147 of 255 = 58%
G 124 of 255 = 49%
B 73 of 255 = 29%

147
124
73

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

Portions of RGB colors in percentages

R + G + B =
147 + 124 + 73 = 344 (100%)
R 147 of 344 ~ 42.73%
G 124 of 344 ~ 36.05%
B 73 of 344 ~ 21.22%

%42.73
%36.05
%21.22

CMYK color model

#937C49 color CMYK value is (0,16,50,42).

  • cyan value is 0.00%
  • magenta value is 15.65%
  • yellow value is 50.34%
  • key color value is 42.35%
CMYK:
(0,16,50,42)
C0M16Y50K42 
(0%,16%,50%,42%)
(0.00/0.16/0.50/0.42)	

CMYK percentages

%0
%15.65
%50.34
%42.35

Codes

Color #937C49 in popluar color models

937C49
RGB14712473
HSL41°33.64%43.14%
HSB/HSV41°50.34%57.65%
CMYK0.00%15.65%50.34%
42.35%

Color #937C49 in popluar number systems.

HEX937C49
Decimal14712473
Binary1001001111111001001001
Octal223174111

Shades and tints

Shades of #937C49

#937C49
(147,124,73)
#867143
(134,113,67)
#79663D
(121,102,61)
#6C5B37
(108,91,55)
#5F5031
(95,80,49)
#52452B
(82,69,43)
#453A25
(69,58,37)
#382F1F
(56,47,31)
#2B2419
(43,36,25)
#1E1913
(30,25,19)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #937C49

#937C49
(147,124,73)
#9C8759
(156,135,89)
#A59269
(165,146,105)
#AE9D79
(174,157,121)
#B7A889
(183,168,137)
#C0B399
(192,179,153)
#C9BEA9
(201,190,169)
#D2C9B9
(210,201,185)
#DBD4C9
(219,212,201)
#E4DFD9
(228,223,217)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937C49; }

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

This text font color is #937C49.


Background Color

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

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

This div background color is #937C49.


Border color

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

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

This div border color is #937C49.


Opacity

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

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

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

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

This text has shadow with #937C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937C49 on black background.


Color preview on white background

This text has color #937C49 on white background.



Black color preview on #937C49 background

This text has black color on #937C49 background.


White color preview on #937C49 background

This text has white color on #937C49 background.