COLOR #928389

HEX: #928389
RGB: (146,131,137)

Color info

#928389 contains red, green and blue colors in about the same proportion. Web safe color of #928389 is #999999 (or #999).

RGB color model

#928389 color RGB value is (146,131,137).

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

RGB channels and saturation

R 146 of 255 = 57%
G 131 of 255 = 51%
B 137 of 255 = 54%

146
131
137

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

Portions of RGB colors in percentages

R + G + B =
146 + 131 + 137 = 414 (100%)
R 146 of 414 ~ 35.27%
G 131 of 414 ~ 31.64%
B 137 of 414 ~ 33.09%

%35.27
%31.64
%33.09

CMYK color model

#928389 color CMYK value is (0,10,6,43).

  • cyan value is 0.00%
  • magenta value is 10.27%
  • yellow value is 6.16%
  • key color value is 42.75%
CMYK:
(0,10,6,43)
C0M10Y6K43 
(0%,10%,6%,43%)
(0.00/0.10/0.06/0.43)	

CMYK percentages

%0
%10.27
%6.16
%42.75

Codes

Color #928389 in popluar color models

928389
RGB146131137
HSL336°6.44%54.31%
HSB/HSV336°10.27%57.25%
CMYK0.00%10.27%6.16%
42.75%

Color #928389 in popluar number systems.

HEX928389
Decimal146131137
Binary100100101000001110001001
Octal222203211

Shades and tints

Shades of #928389

#928389
(146,131,137)
#85787D
(133,120,125)
#786D71
(120,109,113)
#6B6265
(107,98,101)
#5E5759
(94,87,89)
#514C4D
(81,76,77)
#444141
(68,65,65)
#373635
(55,54,53)
#2A2B29
(42,43,41)
#1D201D
(29,32,29)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #928389

#928389
(146,131,137)
#9B8E93
(155,142,147)
#A4999D
(164,153,157)
#ADA4A7
(173,164,167)
#B6AFB1
(182,175,177)
#BFBABB
(191,186,187)
#C8C5C5
(200,197,197)
#D1D0CF
(209,208,207)
#DADBD9
(218,219,217)
#E3E6E3
(227,230,227)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #928389; }

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

This text font color is #928389.


Background Color

.myBgColor { background-color: #928389; }

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

This div background color is #928389.


Border color

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

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

This div border color is #928389.


Opacity

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

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

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

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

This text has shadow with #928389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928389 on black background.


Color preview on white background

This text has color #928389 on white background.



Black color preview on #928389 background

This text has black color on #928389 background.


White color preview on #928389 background

This text has white color on #928389 background.