COLOR #919676

HEX: #919676
RGB: (145,150,118)

Color info

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

RGB color model

#919676 color RGB value is (145,150,118).

  • red value is 145;
  • green value is 150;
  • blue value is 118.
RGB:
(145,150,118)
(57%,59%,46%)

RGB channels and saturation

R 145 of 255 = 57%
G 150 of 255 = 59%
B 118 of 255 = 46%

145
150
118

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

Portions of RGB colors in percentages

R + G + B =
145 + 150 + 118 = 413 (100%)
R 145 of 413 ~ 35.11%
G 150 of 413 ~ 36.32%
B 118 of 413 ~ 28.57%

%35.11
%36.32
%28.57

CMYK color model

#919676 color CMYK value is (3,0,21,41).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 41.18%
CMYK:
(3,0,21,41)
C3M0Y21K41 
(3%,0%,21%,41%)
(0.03/0.00/0.21/0.41)	

CMYK percentages

%3.33
%0
%21.33
%41.18

Codes

Color #919676 in popluar color models

919676
RGB145150118
HSL69°13.22%52.55%
HSB/HSV69°21.33%58.82%
CMYK3.33%0.00%21.33%
41.18%

Color #919676 in popluar number systems.

HEX919676
Decimal145150118
Binary10010001100101101110110
Octal221226166

Shades and tints

Shades of #919676

#919676
(145,150,118)
#84896C
(132,137,108)
#777C62
(119,124,98)
#6A6F58
(106,111,88)
#5D624E
(93,98,78)
#505544
(80,85,68)
#43483A
(67,72,58)
#363B30
(54,59,48)
#292E26
(41,46,38)
#1C211C
(28,33,28)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #919676

#919676
(145,150,118)
#9B9F82
(155,159,130)
#A5A88E
(165,168,142)
#AFB19A
(175,177,154)
#B9BAA6
(185,186,166)
#C3C3B2
(195,195,178)
#CDCCBE
(205,204,190)
#D7D5CA
(215,213,202)
#E1DED6
(225,222,214)
#EBE7E2
(235,231,226)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #919676 color. Also use rgb(145,150,118) instead hex code.

Text Font Color

.myTextColor { color: #919676; }

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

This text font color is #919676.


Background Color

.myBgColor { background-color: #919676; }

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

This div background color is #919676.


Border color

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

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

This div border color is #919676.


Opacity

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

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

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

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

This text has shadow with #919676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #919676 on black background.


Color preview on white background

This text has color #919676 on white background.



Black color preview on #919676 background

This text has black color on #919676 background.


White color preview on #919676 background

This text has white color on #919676 background.