COLOR #929376

HEX: #929376
RGB: (146,147,118)

Color info

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

RGB color model

#929376 color RGB value is (146,147,118).

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

RGB channels and saturation

R 146 of 255 = 57%
G 147 of 255 = 58%
B 118 of 255 = 46%

146
147
118

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

Portions of RGB colors in percentages

R + G + B =
146 + 147 + 118 = 411 (100%)
R 146 of 411 ~ 35.52%
G 147 of 411 ~ 35.77%
B 118 of 411 ~ 28.71%

%35.52
%35.77
%28.71

CMYK color model

#929376 color CMYK value is (1,0,20,42).

  • cyan value is 0.68%
  • magenta value is 0.00%
  • yellow value is 19.73%
  • key color value is 42.35%
CMYK:
(1,0,20,42)
C1M0Y20K42 
(1%,0%,20%,42%)
(0.01/0.00/0.20/0.42)	

CMYK percentages

%0.68
%0
%19.73
%42.35

Codes

Color #929376 in popluar color models

929376
RGB146147118
HSL62°11.84%51.96%
HSB/HSV62°19.73%57.65%
CMYK0.68%0.00%19.73%
42.35%

Color #929376 in popluar number systems.

HEX929376
Decimal146147118
Binary10010010100100111110110
Octal222223166

Shades and tints

Shades of #929376

#929376
(146,147,118)
#85866C
(133,134,108)
#787962
(120,121,98)
#6B6C58
(107,108,88)
#5E5F4E
(94,95,78)
#515244
(81,82,68)
#44453A
(68,69,58)
#373830
(55,56,48)
#2A2B26
(42,43,38)
#1D1E1C
(29,30,28)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #929376

#929376
(146,147,118)
#9B9C82
(155,156,130)
#A4A58E
(164,165,142)
#ADAE9A
(173,174,154)
#B6B7A6
(182,183,166)
#BFC0B2
(191,192,178)
#C8C9BE
(200,201,190)
#D1D2CA
(209,210,202)
#DADBD6
(218,219,214)
#E3E4E2
(227,228,226)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #929376; }

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

This text font color is #929376.


Background Color

.myBgColor { background-color: #929376; }

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

This div background color is #929376.


Border color

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

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

This div border color is #929376.


Opacity

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

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

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

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

This text has shadow with #929376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #929376 on black background.


Color preview on white background

This text has color #929376 on white background.



Black color preview on #929376 background

This text has black color on #929376 background.


White color preview on #929376 background

This text has white color on #929376 background.