COLOR #928E5C

HEX: #928E5C RGB: (146,142,92)

Color info

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

RGB color model

#928E5C color RGB value is (146,142,92).

RGB: (146,142,92) (57%, 56%, 36%)

RGB channels and saturation

R 146 of 255 = 57%
G 142 of 255 = 56%
B 92 of 255 = 36%

146
142
92

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

Portions of RGB colors in percentages

R + G + B = 146 + 142 + 92 = 380 (100%)
R 146 of 380 ~ 38.42%
G 142 of 380 ~ 37.37%
B 92 of 380 ~ 24.21'%

%38.42
%37.37
%24.21

CMYK color model

#928E5C color CMYK value is (0,3,37,43).

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 36.99%
  • key color value is 42.75%

CMYK: (0,3,37,43)
C0M3Y37K43 (0%, 3%, 37%, 43%)
(0.00 / 0.03 / 0.37 / 0.43)

CMYK percentages

%0
%2.74
%36.99
%42.75

Codes

Color #928E5C in popluar color models

92 8E 5C
RGB 146 142 92
HSL 56° 22.69% 46.67%
HSB/HSV 56° 36.99% 57.25%
CMYK 0.00% 2.74% 36.99%
42.75%

Color #928E5C in popluar number systems.

HEX 92 8E 5C
Decimal 146 142 92
Binary 10010010 10001110 1011100
Octal 222 216 134

Shades and tints

Shades of #928E5C

#928E5C
(146,142,92)
#858254
(133,130,84)
#78764C
(120,118,76)
#6B6A44
(107,106,68)
#5E5E3C
(94,94,60)
#515234
(81,82,52)
#44462C
(68,70,44)
#373A24
(55,58,36)
#2A2E1C
(42,46,28)
#1D2214
(29,34,20)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #928E5C

#928E5C
(146,142,92)
#9B986A
(155,152,106)
#A4A278
(164,162,120)
#ADAC86
(173,172,134)
#B6B694
(182,182,148)
#BFC0A2
(191,192,162)
#C8CAB0
(200,202,176)
#D1D4BE
(209,212,190)
#DADECC
(218,222,204)
#E3E8DA
(227,232,218)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #928E5C; }

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

This text font color is #928E5C.

Background Color

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

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

This div background color is #928E5C.

Border color

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

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

This div border color is #928E5C.

Opacity

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

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

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

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

This text has shadow with #928E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #928E5C.

Preview

Color preview on black background

This text has color #928E5C on black background.


Color preview on white background

This text has color #928E5C on white background.


Black color preview on #928E5C background

This text has black color on #928E5C background.


White color preview on #928E5C background

This text has white color on #928E5C background.


Related colors

Complementary color

Complementary color for #hex is #6D71A3.


I love getcolorcode.com

Triadic colors

1 #5C928E and #8E5C92 with #928E5C are triadic colors.

2 #5C8E92 and #8E925C with #928E5C are triadic colors.