COLOR #937D77

HEX: #937D77
RGB: (147,125,119)

Color info

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

RGB color model

#937D77 color RGB value is (147,125,119).

  • red value is 147;
  • green value is 125;
  • blue value is 119.
RGB:
(147,125,119)
(58%,49%,47%)

RGB channels and saturation

R 147 of 255 = 58%
G 125 of 255 = 49%
B 119 of 255 = 47%

147
125
119

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

Portions of RGB colors in percentages

R + G + B =
147 + 125 + 119 = 391 (100%)
R 147 of 391 ~ 37.6%
G 125 of 391 ~ 31.97%
B 119 of 391 ~ 30.43%

%37.6
%31.97
%30.43

CMYK color model

#937D77 color CMYK value is (0,15,19,42).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 19.05%
  • key color value is 42.35%
CMYK:
(0,15,19,42)
C0M15Y19K42 
(0%,15%,19%,42%)
(0.00/0.15/0.19/0.42)	

CMYK percentages

%0
%14.97
%19.05
%42.35

Codes

Color #937D77 in popluar color models

937D77
RGB147125119
HSL13°11.48%52.16%
HSB/HSV13°19.05%57.65%
CMYK0.00%14.97%19.05%
42.35%

Color #937D77 in popluar number systems.

HEX937D77
Decimal147125119
Binary1001001111111011110111
Octal223175167

Shades and tints

Shades of #937D77

#937D77
(147,125,119)
#86726D
(134,114,109)
#796763
(121,103,99)
#6C5C59
(108,92,89)
#5F514F
(95,81,79)
#524645
(82,70,69)
#453B3B
(69,59,59)
#383031
(56,48,49)
#2B2527
(43,37,39)
#1E1A1D
(30,26,29)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #937D77

#937D77
(147,125,119)
#9C8883
(156,136,131)
#A5938F
(165,147,143)
#AE9E9B
(174,158,155)
#B7A9A7
(183,169,167)
#C0B4B3
(192,180,179)
#C9BFBF
(201,191,191)
#D2CACB
(210,202,203)
#DBD5D7
(219,213,215)
#E4E0E3
(228,224,227)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937D77 color. Also use rgb(147,125,119) instead hex code.

Text Font Color

.myTextColor { color: #937D77; }

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

This text font color is #937D77.


Background Color

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

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

This div background color is #937D77.


Border color

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

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

This div border color is #937D77.


Opacity

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

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

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

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

This text has shadow with #937D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937D77 on black background.


Color preview on white background

This text has color #937D77 on white background.



Black color preview on #937D77 background

This text has black color on #937D77 background.


White color preview on #937D77 background

This text has white color on #937D77 background.