COLOR #928579

HEX: #928579
RGB: (146,133,121)

Color info

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

RGB color model

#928579 color RGB value is (146,133,121).

  • red value is 146;
  • green value is 133;
  • blue value is 121.
RGB:
(146,133,121)
(57%,52%,47%)

RGB channels and saturation

R 146 of 255 = 57%
G 133 of 255 = 52%
B 121 of 255 = 47%

146
133
121

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

Portions of RGB colors in percentages

R + G + B =
146 + 133 + 121 = 400 (100%)
R 146 of 400 ~ 36.5%
G 133 of 400 ~ 33.25%
B 121 of 400 ~ 30.25%

%36.5
%33.25
%30.25

CMYK color model

#928579 color CMYK value is (0,9,17,43).

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 17.12%
  • key color value is 42.75%
CMYK:
(0,9,17,43)
C0M9Y17K43 
(0%,9%,17%,43%)
(0.00/0.09/0.17/0.43)	

CMYK percentages

%0
%8.9
%17.12
%42.75

Codes

Color #928579 in popluar color models

928579
RGB146133121
HSL29°10.29%52.35%
HSB/HSV29°17.12%57.25%
CMYK0.00%8.90%17.12%
42.75%

Color #928579 in popluar number systems.

HEX928579
Decimal146133121
Binary10010010100001011111001
Octal222205171

Shades and tints

Shades of #928579

#928579
(146,133,121)
#85796E
(133,121,110)
#786D63
(120,109,99)
#6B6158
(107,97,88)
#5E554D
(94,85,77)
#514942
(81,73,66)
#443D37
(68,61,55)
#37312C
(55,49,44)
#2A2521
(42,37,33)
#1D1916
(29,25,22)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #928579

#928579
(146,133,121)
#9B9085
(155,144,133)
#A49B91
(164,155,145)
#ADA69D
(173,166,157)
#B6B1A9
(182,177,169)
#BFBCB5
(191,188,181)
#C8C7C1
(200,199,193)
#D1D2CD
(209,210,205)
#DADDD9
(218,221,217)
#E3E8E5
(227,232,229)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #928579 color. Also use rgb(146,133,121) instead hex code.

Text Font Color

.myTextColor { color: #928579; }

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

This text font color is #928579.


Background Color

.myBgColor { background-color: #928579; }

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

This div background color is #928579.


Border color

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

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

This div border color is #928579.


Opacity

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

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

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

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

This text has shadow with #928579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928579 on black background.


Color preview on white background

This text has color #928579 on white background.



Black color preview on #928579 background

This text has black color on #928579 background.


White color preview on #928579 background

This text has white color on #928579 background.