COLOR #939976

HEX: #939976
RGB: (147,153,118)

Color info

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

RGB color model

#939976 color RGB value is (147,153,118).

  • red value is 147;
  • green value is 153;
  • blue value is 118.
RGB:
(147,153,118)
(58%,60%,46%)

RGB channels and saturation

R 147 of 255 = 58%
G 153 of 255 = 60%
B 118 of 255 = 46%

147
153
118

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

Portions of RGB colors in percentages

R + G + B =
147 + 153 + 118 = 418 (100%)
R 147 of 418 ~ 35.17%
G 153 of 418 ~ 36.6%
B 118 of 418 ~ 28.23%

%35.17
%36.6
%28.23

CMYK color model

#939976 color CMYK value is (4,0,23,40).

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 40.00%
CMYK:
(4,0,23,40)
C4M0Y23K40 
(4%,0%,23%,40%)
(0.04/0.00/0.23/0.40)	

CMYK percentages

%3.92
%0
%22.88
%40

Codes

Color #939976 in popluar color models

939976
RGB147153118
HSL70°14.64%53.14%
HSB/HSV70°22.88%60.00%
CMYK3.92%0.00%22.88%
40.00%

Color #939976 in popluar number systems.

HEX939976
Decimal147153118
Binary10010011100110011110110
Octal223231166

Shades and tints

Shades of #939976

#939976
(147,153,118)
#868C6C
(134,140,108)
#797F62
(121,127,98)
#6C7258
(108,114,88)
#5F654E
(95,101,78)
#525844
(82,88,68)
#454B3A
(69,75,58)
#383E30
(56,62,48)
#2B3126
(43,49,38)
#1E241C
(30,36,28)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #939976

#939976
(147,153,118)
#9CA282
(156,162,130)
#A5AB8E
(165,171,142)
#AEB49A
(174,180,154)
#B7BDA6
(183,189,166)
#C0C6B2
(192,198,178)
#C9CFBE
(201,207,190)
#D2D8CA
(210,216,202)
#DBE1D6
(219,225,214)
#E4EAE2
(228,234,226)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #939976 color. Also use rgb(147,153,118) instead hex code.

Text Font Color

.myTextColor { color: #939976; }

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

This text font color is #939976.


Background Color

.myBgColor { background-color: #939976; }

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

This div background color is #939976.


Border color

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

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

This div border color is #939976.


Opacity

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

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

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

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

This text has shadow with #939976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #939976 on black background.


Color preview on white background

This text has color #939976 on white background.



Black color preview on #939976 background

This text has black color on #939976 background.


White color preview on #939976 background

This text has white color on #939976 background.