COLOR #937F63

HEX: #937F63
RGB: (147,127,99)

Color info

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

RGB color model

#937F63 color RGB value is (147,127,99).

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

RGB channels and saturation

R 147 of 255 = 58%
G 127 of 255 = 50%
B 99 of 255 = 39%

147
127
99

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

Portions of RGB colors in percentages

R + G + B =
147 + 127 + 99 = 373 (100%)
R 147 of 373 ~ 39.41%
G 127 of 373 ~ 34.05%
B 99 of 373 ~ 26.54%

%39.41
%34.05
%26.54

CMYK color model

#937F63 color CMYK value is (0,14,33,42).

  • cyan value is 0.00%
  • magenta value is 13.61%
  • yellow value is 32.65%
  • key color value is 42.35%
CMYK:
(0,14,33,42)
C0M14Y33K42 
(0%,14%,33%,42%)
(0.00/0.14/0.33/0.42)	

CMYK percentages

%0
%13.61
%32.65
%42.35

Codes

Color #937F63 in popluar color models

937F63
RGB14712799
HSL35°19.51%48.24%
HSB/HSV35°32.65%57.65%
CMYK0.00%13.61%32.65%
42.35%

Color #937F63 in popluar number systems.

HEX937F63
Decimal14712799
Binary1001001111111111100011
Octal223177143

Shades and tints

Shades of #937F63

#937F63
(147,127,99)
#86745A
(134,116,90)
#796951
(121,105,81)
#6C5E48
(108,94,72)
#5F533F
(95,83,63)
#524836
(82,72,54)
#453D2D
(69,61,45)
#383224
(56,50,36)
#2B271B
(43,39,27)
#1E1C12
(30,28,18)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #937F63

#937F63
(147,127,99)
#9C8A71
(156,138,113)
#A5957F
(165,149,127)
#AEA08D
(174,160,141)
#B7AB9B
(183,171,155)
#C0B6A9
(192,182,169)
#C9C1B7
(201,193,183)
#D2CCC5
(210,204,197)
#DBD7D3
(219,215,211)
#E4E2E1
(228,226,225)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937F63; }

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

This text font color is #937F63.


Background Color

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

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

This div background color is #937F63.


Border color

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

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

This div border color is #937F63.


Opacity

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

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

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

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

This text has shadow with #937F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937F63 on black background.


Color preview on white background

This text has color #937F63 on white background.



Black color preview on #937F63 background

This text has black color on #937F63 background.


White color preview on #937F63 background

This text has white color on #937F63 background.