COLOR #937464

HEX: #937464
RGB: (147,116,100)

Color info

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

RGB color model

#937464 color RGB value is (147,116,100).

  • red value is 147;
  • green value is 116;
  • blue value is 100.
RGB:
(147,116,100)
(58%,45%,39%)

RGB channels and saturation

R 147 of 255 = 58%
G 116 of 255 = 45%
B 100 of 255 = 39%

147
116
100

R + G + B ~ 47%. #937464 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 116 + 100 = 363 (100%)
R 147 of 363 ~ 40.5%
G 116 of 363 ~ 31.96%
B 100 of 363 ~ 27.55%

%40.5
%31.96
%27.55

CMYK color model

#937464 color CMYK value is (0,21,32,42).

  • cyan value is 0.00%
  • magenta value is 21.09%
  • yellow value is 31.97%
  • key color value is 42.35%
CMYK:
(0,21,32,42)
C0M21Y32K42 
(0%,21%,32%,42%)
(0.00/0.21/0.32/0.42)	

CMYK percentages

%0
%21.09
%31.97
%42.35

Codes

Color #937464 in popluar color models

937464
RGB147116100
HSL20°19.03%48.43%
HSB/HSV20°31.97%57.65%
CMYK0.00%21.09%31.97%
42.35%

Color #937464 in popluar number systems.

HEX937464
Decimal147116100
Binary1001001111101001100100
Octal223164144

Shades and tints

Shades of #937464

#937464
(147,116,100)
#866A5B
(134,106,91)
#796052
(121,96,82)
#6C5649
(108,86,73)
#5F4C40
(95,76,64)
#524237
(82,66,55)
#45382E
(69,56,46)
#382E25
(56,46,37)
#2B241C
(43,36,28)
#1E1A13
(30,26,19)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #937464

#937464
(147,116,100)
#9C8072
(156,128,114)
#A58C80
(165,140,128)
#AE988E
(174,152,142)
#B7A49C
(183,164,156)
#C0B0AA
(192,176,170)
#C9BCB8
(201,188,184)
#D2C8C6
(210,200,198)
#DBD4D4
(219,212,212)
#E4E0E2
(228,224,226)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937464 color. Also use rgb(147,116,100) instead hex code.

Text Font Color

.myTextColor { color: #937464; }

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

This text font color is #937464.


Background Color

.myBgColor { background-color: #937464; }

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

This div background color is #937464.


Border color

.myBorderColor { border: 1px solid #937464; }

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

This div border color is #937464.


Opacity

.myOpacity80 { color: #937464; opacity: 0.8; }

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

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

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

This text has shadow with #937464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937464 on black background.


Color preview on white background

This text has color #937464 on white background.



Black color preview on #937464 background

This text has black color on #937464 background.


White color preview on #937464 background

This text has white color on #937464 background.