COLOR #928E77

HEX: #928E77
RGB: (146,142,119)

Color info

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

RGB color model

#928E77 color RGB value is (146,142,119).

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

RGB channels and saturation

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

146
142
119

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

Portions of RGB colors in percentages

R + G + B =
146 + 142 + 119 = 407 (100%)
R 146 of 407 ~ 35.87%
G 142 of 407 ~ 34.89%
B 119 of 407 ~ 29.24%

%35.87
%34.89
%29.24

CMYK color model

#928E77 color CMYK value is (0,3,18,43).

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 18.49%
  • key color value is 42.75%
CMYK: (0,3,18,43) C0M3Y18K43 (0%,3%,18%,43%) (0.00/0.03/0.18/0.43)

CMYK percentages

%0
%2.74
%18.49
%42.75

Codes

Color #928E77 in popluar color models

928E77
RGB146142119
HSL51°11.02%51.96%
HSB/HSV51°18.49%57.25%
CMYK0.00%2.74%18.49%
42.75%

Color #928E77 in popluar number systems.

HEX928E77
Decimal146142119
Binary10010010100011101110111
Octal222216167

Shades and tints

Shades of #928E77

#928E77
(146,142,119)
#85826D
(133,130,109)
#787663
(120,118,99)
#6B6A59
(107,106,89)
#5E5E4F
(94,94,79)
#515245
(81,82,69)
#44463B
(68,70,59)
#373A31
(55,58,49)
#2A2E27
(42,46,39)
#1D221D
(29,34,29)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #928E77

#928E77
(146,142,119)
#9B9883
(155,152,131)
#A4A28F
(164,162,143)
#ADAC9B
(173,172,155)
#B6B6A7
(182,182,167)
#BFC0B3
(191,192,179)
#C8CABF
(200,202,191)
#D1D4CB
(209,212,203)
#DADED7
(218,222,215)
#E3E8E3
(227,232,227)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #928E77; }

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

This text font color is #928E77.


Background Color

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

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

This div background color is #928E77.


Border color

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

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

This div border color is #928E77.


Opacity

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

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

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

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

This text has shadow with #928E77 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #928E77 on black background.


Color preview on white background

This text has color #928E77 on white background.



Black color preview on #928E77 background

This text has black color on #928E77 background.


White color preview on #928E77 background

This text has white color on #928E77 background.