COLOR #928D76

HEX: #928D76
RGB: (146,141,118)

Color info

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

RGB color model

#928D76 color RGB value is (146,141,118).

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

RGB channels and saturation

R 146 of 255 = 57%
G 141 of 255 = 55%
B 118 of 255 = 46%

146
141
118

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

Portions of RGB colors in percentages

R + G + B =
146 + 141 + 118 = 405 (100%)
R 146 of 405 ~ 36.05%
G 141 of 405 ~ 34.81%
B 118 of 405 ~ 29.14%

%36.05
%34.81
%29.14

CMYK color model

#928D76 color CMYK value is (0,3,19,43).

  • cyan value is 0.00%
  • magenta value is 3.42%
  • yellow value is 19.18%
  • key color value is 42.75%
CMYK:
(0,3,19,43)
C0M3Y19K43 
(0%,3%,19%,43%)
(0.00/0.03/0.19/0.43)	

CMYK percentages

%0
%3.42
%19.18
%42.75

Codes

Color #928D76 in popluar color models

928D76
RGB146141118
HSL49°11.38%51.76%
HSB/HSV49°19.18%57.25%
CMYK0.00%3.42%19.18%
42.75%

Color #928D76 in popluar number systems.

HEX928D76
Decimal146141118
Binary10010010100011011110110
Octal222215166

Shades and tints

Shades of #928D76

#928D76
(146,141,118)
#85816C
(133,129,108)
#787562
(120,117,98)
#6B6958
(107,105,88)
#5E5D4E
(94,93,78)
#515144
(81,81,68)
#44453A
(68,69,58)
#373930
(55,57,48)
#2A2D26
(42,45,38)
#1D211C
(29,33,28)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #928D76

#928D76
(146,141,118)
#9B9782
(155,151,130)
#A4A18E
(164,161,142)
#ADAB9A
(173,171,154)
#B6B5A6
(182,181,166)
#BFBFB2
(191,191,178)
#C8C9BE
(200,201,190)
#D1D3CA
(209,211,202)
#DADDD6
(218,221,214)
#E3E7E2
(227,231,226)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #928D76; }

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

This text font color is #928D76.


Background Color

.myBgColor { background-color: #928D76; }

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

This div background color is #928D76.


Border color

.myBorderColor { border: 1px solid #928D76; }

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

This div border color is #928D76.


Opacity

.myOpacity80 { color: #928D76; opacity: 0.8; }

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

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

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

This text has shadow with #928D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928D76 on black background.


Color preview on white background

This text has color #928D76 on white background.



Black color preview on #928D76 background

This text has black color on #928D76 background.


White color preview on #928D76 background

This text has white color on #928D76 background.