COLOR #937A4D

HEX: #937A4D
RGB: (147,122,77)

Color info

#937A4D contains mainly red and green colors. Web safe color of #937A4D is #996633 (or #963).

RGB color model

#937A4D color RGB value is (147,122,77).

  • red value is 147;
  • green value is 122;
  • blue value is 77.
RGB:
(147,122,77)
(58%,48%,30%)

RGB channels and saturation

R 147 of 255 = 58%
G 122 of 255 = 48%
B 77 of 255 = 30%

147
122
77

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

Portions of RGB colors in percentages

R + G + B =
147 + 122 + 77 = 346 (100%)
R 147 of 346 ~ 42.49%
G 122 of 346 ~ 35.26%
B 77 of 346 ~ 22.25%

%42.49
%35.26
%22.25

CMYK color model

#937A4D color CMYK value is (0,17,48,42).

  • cyan value is 0.00%
  • magenta value is 17.01%
  • yellow value is 47.62%
  • key color value is 42.35%
CMYK:
(0,17,48,42)
C0M17Y48K42 
(0%,17%,48%,42%)
(0.00/0.17/0.48/0.42)	

CMYK percentages

%0
%17.01
%47.62
%42.35

Codes

Color #937A4D in popluar color models

937A4D
RGB14712277
HSL39°31.25%43.92%
HSB/HSV39°47.62%57.65%
CMYK0.00%17.01%47.62%
42.35%

Color #937A4D in popluar number systems.

HEX937A4D
Decimal14712277
Binary1001001111110101001101
Octal223172115

Shades and tints

Shades of #937A4D

#937A4D
(147,122,77)
#866F46
(134,111,70)
#79643F
(121,100,63)
#6C5938
(108,89,56)
#5F4E31
(95,78,49)
#52432A
(82,67,42)
#453823
(69,56,35)
#382D1C
(56,45,28)
#2B2215
(43,34,21)
#1E170E
(30,23,14)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #937A4D

#937A4D
(147,122,77)
#9C865D
(156,134,93)
#A5926D
(165,146,109)
#AE9E7D
(174,158,125)
#B7AA8D
(183,170,141)
#C0B69D
(192,182,157)
#C9C2AD
(201,194,173)
#D2CEBD
(210,206,189)
#DBDACD
(219,218,205)
#E4E6DD
(228,230,221)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937A4D color. Also use rgb(147,122,77) instead hex code.

Text Font Color

.myTextColor { color: #937A4D; }

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

This text font color is #937A4D.


Background Color

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

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

This div background color is #937A4D.


Border color

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

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

This div border color is #937A4D.


Opacity

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

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

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

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

This text has shadow with #937A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937A4D on black background.


Color preview on white background

This text has color #937A4D on white background.



Black color preview on #937A4D background

This text has black color on #937A4D background.


White color preview on #937A4D background

This text has white color on #937A4D background.