COLOR #937879

HEX: #937879
RGB: (147,120,121)

Color info

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

RGB color model

#937879 color RGB value is (147,120,121).

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

RGB channels and saturation

R 147 of 255 = 58%
G 120 of 255 = 47%
B 121 of 255 = 47%

147
120
121

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

Portions of RGB colors in percentages

R + G + B =
147 + 120 + 121 = 388 (100%)
R 147 of 388 ~ 37.89%
G 120 of 388 ~ 30.93%
B 121 of 388 ~ 31.19%

%37.89
%30.93
%31.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.37%
  • yellow value is 17.69%
  • key color value is 42.35%
CMYK:
(0,18,18,42)
C0M18Y18K42 
(0%,18%,18%,42%)
(0.00/0.18/0.18/0.42)	

CMYK percentages

%0
%18.37
%17.69
%42.35

Codes

Color #937879 in popluar color models

937879
RGB147120121
HSL358°11.11%52.35%
HSB/HSV358°18.37%57.65%
CMYK0.00%18.37%17.69%
42.35%

Color #937879 in popluar number systems.

HEX937879
Decimal147120121
Binary1001001111110001111001
Octal223170171

Shades and tints

Shades of #937879

#937879
(147,120,121)
#866E6E
(134,110,110)
#796463
(121,100,99)
#6C5A58
(108,90,88)
#5F504D
(95,80,77)
#524642
(82,70,66)
#453C37
(69,60,55)
#38322C
(56,50,44)
#2B2821
(43,40,33)
#1E1E16
(30,30,22)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #937879

#937879
(147,120,121)
#9C8485
(156,132,133)
#A59091
(165,144,145)
#AE9C9D
(174,156,157)
#B7A8A9
(183,168,169)
#C0B4B5
(192,180,181)
#C9C0C1
(201,192,193)
#D2CCCD
(210,204,205)
#DBD8D9
(219,216,217)
#E4E4E5
(228,228,229)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937879; }

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

This text font color is #937879.


Background Color

.myBgColor { background-color: #937879; }

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

This div background color is #937879.


Border color

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

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

This div border color is #937879.


Opacity

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

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

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

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

This text has shadow with #937879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937879 on black background.


Color preview on white background

This text has color #937879 on white background.



Black color preview on #937879 background

This text has black color on #937879 background.


White color preview on #937879 background

This text has white color on #937879 background.