COLOR #928957

HEX: #928957
RGB: (146,137,87)

Color info

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

RGB color model

#928957 color RGB value is (146,137,87).

  • red value is 146;
  • green value is 137;
  • blue value is 87.
RGB:
(146,137,87)
(57%,54%,34%)

RGB channels and saturation

R 146 of 255 = 57%
G 137 of 255 = 54%
B 87 of 255 = 34%

146
137
87

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

Portions of RGB colors in percentages

R + G + B =
146 + 137 + 87 = 370 (100%)
R 146 of 370 ~ 39.46%
G 137 of 370 ~ 37.03%
B 87 of 370 ~ 23.51%

%39.46
%37.03
%23.51

CMYK color model

#928957 color CMYK value is (0,6,40,43).

  • cyan value is 0.00%
  • magenta value is 6.16%
  • yellow value is 40.41%
  • key color value is 42.75%
CMYK:
(0,6,40,43)
C0M6Y40K43 
(0%,6%,40%,43%)
(0.00/0.06/0.40/0.43)	

CMYK percentages

%0
%6.16
%40.41
%42.75

Codes

Color #928957 in popluar color models

928957
RGB14613787
HSL51°25.32%45.69%
HSB/HSV51°40.41%57.25%
CMYK0.00%6.16%40.41%
42.75%

Color #928957 in popluar number systems.

HEX928957
Decimal14613787
Binary10010010100010011010111
Octal222211127

Shades and tints

Shades of #928957

#928957
(146,137,87)
#857D50
(133,125,80)
#787149
(120,113,73)
#6B6542
(107,101,66)
#5E593B
(94,89,59)
#514D34
(81,77,52)
#44412D
(68,65,45)
#373526
(55,53,38)
#2A291F
(42,41,31)
#1D1D18
(29,29,24)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #928957

#928957
(146,137,87)
#9B9366
(155,147,102)
#A49D75
(164,157,117)
#ADA784
(173,167,132)
#B6B193
(182,177,147)
#BFBBA2
(191,187,162)
#C8C5B1
(200,197,177)
#D1CFC0
(209,207,192)
#DAD9CF
(218,217,207)
#E3E3DE
(227,227,222)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #928957 color. Also use rgb(146,137,87) instead hex code.

Text Font Color

.myTextColor { color: #928957; }

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

This text font color is #928957.


Background Color

.myBgColor { background-color: #928957; }

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

This div background color is #928957.


Border color

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

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

This div border color is #928957.


Opacity

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

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

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

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

This text has shadow with #928957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928957 on black background.


Color preview on white background

This text has color #928957 on white background.



Black color preview on #928957 background

This text has black color on #928957 background.


White color preview on #928957 background

This text has white color on #928957 background.