COLOR #928E79

HEX: #928E79
RGB: (146,142,121)

Color info

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

RGB color model

#928E79 color RGB value is (146,142,121).

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

RGB channels and saturation

R 146 of 255 = 57%
G 142 of 255 = 56%
B 121 of 255 = 47%

146
142
121

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

Portions of RGB colors in percentages

R + G + B =
146 + 142 + 121 = 409 (100%)
R 146 of 409 ~ 35.7%
G 142 of 409 ~ 34.72%
B 121 of 409 ~ 29.58%

%35.7
%34.72
%29.58

CMYK color model

#928E79 color CMYK value is (0,3,17,43).

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 17.12%
  • key color value is 42.75%
CMYK:
(0,3,17,43)
C0M3Y17K43 
(0%,3%,17%,43%)
(0.00/0.03/0.17/0.43)	

CMYK percentages

%0
%2.74
%17.12
%42.75

Codes

Color #928E79 in popluar color models

928E79
RGB146142121
HSL50°10.29%52.35%
HSB/HSV50°17.12%57.25%
CMYK0.00%2.74%17.12%
42.75%

Color #928E79 in popluar number systems.

HEX928E79
Decimal146142121
Binary10010010100011101111001
Octal222216171

Shades and tints

Shades of #928E79

#928E79
(146,142,121)
#85826E
(133,130,110)
#787663
(120,118,99)
#6B6A58
(107,106,88)
#5E5E4D
(94,94,77)
#515242
(81,82,66)
#444637
(68,70,55)
#373A2C
(55,58,44)
#2A2E21
(42,46,33)
#1D2216
(29,34,22)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #928E79

#928E79
(146,142,121)
#9B9885
(155,152,133)
#A4A291
(164,162,145)
#ADAC9D
(173,172,157)
#B6B6A9
(182,182,169)
#BFC0B5
(191,192,181)
#C8CAC1
(200,202,193)
#D1D4CD
(209,212,205)
#DADED9
(218,222,217)
#E3E8E5
(227,232,229)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #928E79; }

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

This text font color is #928E79.


Background Color

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

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

This div background color is #928E79.


Border color

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

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

This div border color is #928E79.


Opacity

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

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

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

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

This text has shadow with #928E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928E79 on black background.


Color preview on white background

This text has color #928E79 on white background.



Black color preview on #928E79 background

This text has black color on #928E79 background.


White color preview on #928E79 background

This text has white color on #928E79 background.