COLOR #929A76

HEX: #929A76
RGB: (146,154,118)

Color info

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

RGB color model

#929A76 color RGB value is (146,154,118).

  • red value is 146;
  • green value is 154;
  • blue value is 118.
RGB:
(146,154,118)
(57%,60%,46%)

RGB channels and saturation

R 146 of 255 = 57%
G 154 of 255 = 60%
B 118 of 255 = 46%

146
154
118

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

Portions of RGB colors in percentages

R + G + B =
146 + 154 + 118 = 418 (100%)
R 146 of 418 ~ 34.93%
G 154 of 418 ~ 36.84%
B 118 of 418 ~ 28.23%

%34.93
%36.84
%28.23

CMYK color model

#929A76 color CMYK value is (5,0,23,40).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 39.61%
CMYK:
(5,0,23,40)
C5M0Y23K40 
(5%,0%,23%,40%)
(0.05/0.00/0.23/0.40)	

CMYK percentages

%5.19
%0
%23.38
%39.61

Codes

Color #929A76 in popluar color models

929A76
RGB146154118
HSL73°15.13%53.33%
HSB/HSV73°23.38%60.39%
CMYK5.19%0.00%23.38%
39.61%

Color #929A76 in popluar number systems.

HEX929A76
Decimal146154118
Binary10010010100110101110110
Octal222232166

Shades and tints

Shades of #929A76

#929A76
(146,154,118)
#858C6C
(133,140,108)
#787E62
(120,126,98)
#6B7058
(107,112,88)
#5E624E
(94,98,78)
#515444
(81,84,68)
#44463A
(68,70,58)
#373830
(55,56,48)
#2A2A26
(42,42,38)
#1D1C1C
(29,28,28)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #929A76

#929A76
(146,154,118)
#9BA382
(155,163,130)
#A4AC8E
(164,172,142)
#ADB59A
(173,181,154)
#B6BEA6
(182,190,166)
#BFC7B2
(191,199,178)
#C8D0BE
(200,208,190)
#D1D9CA
(209,217,202)
#DAE2D6
(218,226,214)
#E3EBE2
(227,235,226)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #929A76 color. Also use rgb(146,154,118) instead hex code.

Text Font Color

.myTextColor { color: #929A76; }

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

This text font color is #929A76.


Background Color

.myBgColor { background-color: #929A76; }

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

This div background color is #929A76.


Border color

.myBorderColor { border: 1px solid #929A76; }

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

This div border color is #929A76.


Opacity

.myOpacity80 { color: #929A76; opacity: 0.8; }

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

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

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

This text has shadow with #929A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #929A76 on black background.


Color preview on white background

This text has color #929A76 on white background.



Black color preview on #929A76 background

This text has black color on #929A76 background.


White color preview on #929A76 background

This text has white color on #929A76 background.