COLOR #937E61

HEX: #937E61
RGB: (147,126,97)

Color info

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

RGB color model

#937E61 color RGB value is (147,126,97).

  • red value is 147;
  • green value is 126;
  • blue value is 97.
RGB:
(147,126,97)
(58%,49%,38%)

RGB channels and saturation

R 147 of 255 = 58%
G 126 of 255 = 49%
B 97 of 255 = 38%

147
126
97

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

Portions of RGB colors in percentages

R + G + B =
147 + 126 + 97 = 370 (100%)
R 147 of 370 ~ 39.73%
G 126 of 370 ~ 34.05%
B 97 of 370 ~ 26.22%

%39.73
%34.05
%26.22

CMYK color model

#937E61 color CMYK value is (0,14,34,42).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 34.01%
  • key color value is 42.35%
CMYK:
(0,14,34,42)
C0M14Y34K42 
(0%,14%,34%,42%)
(0.00/0.14/0.34/0.42)	

CMYK percentages

%0
%14.29
%34.01
%42.35

Codes

Color #937E61 in popluar color models

937E61
RGB14712697
HSL35°20.49%47.84%
HSB/HSV35°34.01%57.65%
CMYK0.00%14.29%34.01%
42.35%

Color #937E61 in popluar number systems.

HEX937E61
Decimal14712697
Binary1001001111111101100001
Octal223176141

Shades and tints

Shades of #937E61

#937E61
(147,126,97)
#867359
(134,115,89)
#796851
(121,104,81)
#6C5D49
(108,93,73)
#5F5241
(95,82,65)
#524739
(82,71,57)
#453C31
(69,60,49)
#383129
(56,49,41)
#2B2621
(43,38,33)
#1E1B19
(30,27,25)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #937E61

#937E61
(147,126,97)
#9C896F
(156,137,111)
#A5947D
(165,148,125)
#AE9F8B
(174,159,139)
#B7AA99
(183,170,153)
#C0B5A7
(192,181,167)
#C9C0B5
(201,192,181)
#D2CBC3
(210,203,195)
#DBD6D1
(219,214,209)
#E4E1DF
(228,225,223)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937E61 color. Also use rgb(147,126,97) instead hex code.

Text Font Color

.myTextColor { color: #937E61; }

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

This text font color is #937E61.


Background Color

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

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

This div background color is #937E61.


Border color

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

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

This div border color is #937E61.


Opacity

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

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

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

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

This text has shadow with #937E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937E61 on black background.


Color preview on white background

This text has color #937E61 on white background.



Black color preview on #937E61 background

This text has black color on #937E61 background.


White color preview on #937E61 background

This text has white color on #937E61 background.