COLOR #938979

HEX: #938979
RGB: (147,137,121)

Color info

#938979 contains red, green and blue colors in about the same proportion. Web safe color of #938979 is #999966 (or #996).

RGB color model

#938979 color RGB value is (147,137,121).

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

RGB channels and saturation

R 147 of 255 = 58%
G 137 of 255 = 54%
B 121 of 255 = 47%

147
137
121

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

Portions of RGB colors in percentages

R + G + B =
147 + 137 + 121 = 405 (100%)
R 147 of 405 ~ 36.3%
G 137 of 405 ~ 33.83%
B 121 of 405 ~ 29.88%

%36.3
%33.83
%29.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.80%
  • yellow value is 17.69%
  • key color value is 42.35%
CMYK:
(0,7,18,42)
C0M7Y18K42 
(0%,7%,18%,42%)
(0.00/0.07/0.18/0.42)	

CMYK percentages

%0
%6.8
%17.69
%42.35

Codes

Color #938979 in popluar color models

938979
RGB147137121
HSL37°10.74%52.55%
HSB/HSV37°17.69%57.65%
CMYK0.00%6.80%17.69%
42.35%

Color #938979 in popluar number systems.

HEX938979
Decimal147137121
Binary10010011100010011111001
Octal223211171

Shades and tints

Shades of #938979

#938979
(147,137,121)
#867D6E
(134,125,110)
#797163
(121,113,99)
#6C6558
(108,101,88)
#5F594D
(95,89,77)
#524D42
(82,77,66)
#454137
(69,65,55)
#38352C
(56,53,44)
#2B2921
(43,41,33)
#1E1D16
(30,29,22)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #938979

#938979
(147,137,121)
#9C9385
(156,147,133)
#A59D91
(165,157,145)
#AEA79D
(174,167,157)
#B7B1A9
(183,177,169)
#C0BBB5
(192,187,181)
#C9C5C1
(201,197,193)
#D2CFCD
(210,207,205)
#DBD9D9
(219,217,217)
#E4E3E5
(228,227,229)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938979; }

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

This text font color is #938979.


Background Color

.myBgColor { background-color: #938979; }

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

This div background color is #938979.


Border color

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

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

This div border color is #938979.


Opacity

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

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

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

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

This text has shadow with #938979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938979 on black background.


Color preview on white background

This text has color #938979 on white background.



Black color preview on #938979 background

This text has black color on #938979 background.


White color preview on #938979 background

This text has white color on #938979 background.