COLOR #937963

HEX: #937963
RGB: (147,121,99)

Color info

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

RGB color model

#937963 color RGB value is (147,121,99).

  • red value is 147;
  • green value is 121;
  • blue value is 99.
RGB:
(147,121,99)
(58%,47%,39%)

RGB channels and saturation

R 147 of 255 = 58%
G 121 of 255 = 47%
B 99 of 255 = 39%

147
121
99

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

Portions of RGB colors in percentages

R + G + B =
147 + 121 + 99 = 367 (100%)
R 147 of 367 ~ 40.05%
G 121 of 367 ~ 32.97%
B 99 of 367 ~ 26.98%

%40.05
%32.97
%26.98

CMYK color model

#937963 color CMYK value is (0,18,33,42).

  • cyan value is 0.00%
  • magenta value is 17.69%
  • yellow value is 32.65%
  • key color value is 42.35%
CMYK:
(0,18,33,42)
C0M18Y33K42 
(0%,18%,33%,42%)
(0.00/0.18/0.33/0.42)	

CMYK percentages

%0
%17.69
%32.65
%42.35

Codes

Color #937963 in popluar color models

937963
RGB14712199
HSL28°19.51%48.24%
HSB/HSV28°32.65%57.65%
CMYK0.00%17.69%32.65%
42.35%

Color #937963 in popluar number systems.

HEX937963
Decimal14712199
Binary1001001111110011100011
Octal223171143

Shades and tints

Shades of #937963

#937963
(147,121,99)
#866E5A
(134,110,90)
#796351
(121,99,81)
#6C5848
(108,88,72)
#5F4D3F
(95,77,63)
#524236
(82,66,54)
#45372D
(69,55,45)
#382C24
(56,44,36)
#2B211B
(43,33,27)
#1E1612
(30,22,18)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #937963

#937963
(147,121,99)
#9C8571
(156,133,113)
#A5917F
(165,145,127)
#AE9D8D
(174,157,141)
#B7A99B
(183,169,155)
#C0B5A9
(192,181,169)
#C9C1B7
(201,193,183)
#D2CDC5
(210,205,197)
#DBD9D3
(219,217,211)
#E4E5E1
(228,229,225)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937963 color. Also use rgb(147,121,99) instead hex code.

Text Font Color

.myTextColor { color: #937963; }

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

This text font color is #937963.


Background Color

.myBgColor { background-color: #937963; }

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

This div background color is #937963.


Border color

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

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

This div border color is #937963.


Opacity

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

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

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

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

This text has shadow with #937963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937963 on black background.


Color preview on white background

This text has color #937963 on white background.



Black color preview on #937963 background

This text has black color on #937963 background.


White color preview on #937963 background

This text has white color on #937963 background.