COLOR #928B73

HEX: #928B73
RGB: (146,139,115)

Color info

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

RGB color model

#928B73 color RGB value is (146,139,115).

  • red value is 146;
  • green value is 139;
  • blue value is 115.
RGB:
(146,139,115)
(57%,55%,45%)

RGB channels and saturation

R 146 of 255 = 57%
G 139 of 255 = 55%
B 115 of 255 = 45%

146
139
115

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

Portions of RGB colors in percentages

R + G + B =
146 + 139 + 115 = 400 (100%)
R 146 of 400 ~ 36.5%
G 139 of 400 ~ 34.75%
B 115 of 400 ~ 28.75%

%36.5
%34.75
%28.75

CMYK color model

#928B73 color CMYK value is (0,5,21,43).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 21.23%
  • key color value is 42.75%
CMYK:
(0,5,21,43)
C0M5Y21K43 
(0%,5%,21%,43%)
(0.00/0.05/0.21/0.43)	

CMYK percentages

%0
%4.79
%21.23
%42.75

Codes

Color #928B73 in popluar color models

928B73
RGB146139115
HSL46°12.45%51.18%
HSB/HSV46°21.23%57.25%
CMYK0.00%4.79%21.23%
42.75%

Color #928B73 in popluar number systems.

HEX928B73
Decimal146139115
Binary10010010100010111110011
Octal222213163

Shades and tints

Shades of #928B73

#928B73
(146,139,115)
#857F69
(133,127,105)
#78735F
(120,115,95)
#6B6755
(107,103,85)
#5E5B4B
(94,91,75)
#514F41
(81,79,65)
#444337
(68,67,55)
#37372D
(55,55,45)
#2A2B23
(42,43,35)
#1D1F19
(29,31,25)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #928B73

#928B73
(146,139,115)
#9B957F
(155,149,127)
#A49F8B
(164,159,139)
#ADA997
(173,169,151)
#B6B3A3
(182,179,163)
#BFBDAF
(191,189,175)
#C8C7BB
(200,199,187)
#D1D1C7
(209,209,199)
#DADBD3
(218,219,211)
#E3E5DF
(227,229,223)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #928B73 color. Also use rgb(146,139,115) instead hex code.

Text Font Color

.myTextColor { color: #928B73; }

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

This text font color is #928B73.


Background Color

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

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

This div background color is #928B73.


Border color

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

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

This div border color is #928B73.


Opacity

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

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

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

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

This text has shadow with #928B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928B73 on black background.


Color preview on white background

This text has color #928B73 on white background.



Black color preview on #928B73 background

This text has black color on #928B73 background.


White color preview on #928B73 background

This text has white color on #928B73 background.