COLOR #927588

HEX: #927588
RGB: (146,117,136)

Color info

#927588 contains red, green and blue colors in about the same proportion. Web safe color of #927588 is #996699 (or #969).

RGB color model

#927588 color RGB value is (146,117,136).

  • red value is 146;
  • green value is 117;
  • blue value is 136.
RGB:
(146,117,136)
(57%,46%,53%)

RGB channels and saturation

R 146 of 255 = 57%
G 117 of 255 = 46%
B 136 of 255 = 53%

146
117
136

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

Portions of RGB colors in percentages

R + G + B =
146 + 117 + 136 = 399 (100%)
R 146 of 399 ~ 36.59%
G 117 of 399 ~ 29.32%
B 136 of 399 ~ 34.09%

%36.59
%29.32
%34.09

CMYK color model

#927588 color CMYK value is (0,20,7,43).

  • cyan value is 0.00%
  • magenta value is 19.86%
  • yellow value is 6.85%
  • key color value is 42.75%
CMYK:
(0,20,7,43)
C0M20Y7K43 
(0%,20%,7%,43%)
(0.00/0.20/0.07/0.43)	

CMYK percentages

%0
%19.86
%6.85
%42.75

Codes

Color #927588 in popluar color models

927588
RGB146117136
HSL321°11.74%51.57%
HSB/HSV321°19.86%57.25%
CMYK0.00%19.86%6.85%
42.75%

Color #927588 in popluar number systems.

HEX927588
Decimal146117136
Binary10010010111010110001000
Octal222165210

Shades and tints

Shades of #927588

#927588
(146,117,136)
#856B7C
(133,107,124)
#786170
(120,97,112)
#6B5764
(107,87,100)
#5E4D58
(94,77,88)
#51434C
(81,67,76)
#443940
(68,57,64)
#372F34
(55,47,52)
#2A2528
(42,37,40)
#1D1B1C
(29,27,28)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #927588

#927588
(146,117,136)
#9B8192
(155,129,146)
#A48D9C
(164,141,156)
#AD99A6
(173,153,166)
#B6A5B0
(182,165,176)
#BFB1BA
(191,177,186)
#C8BDC4
(200,189,196)
#D1C9CE
(209,201,206)
#DAD5D8
(218,213,216)
#E3E1E2
(227,225,226)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #927588 color. Also use rgb(146,117,136) instead hex code.

Text Font Color

.myTextColor { color: #927588; }

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

This text font color is #927588.


Background Color

.myBgColor { background-color: #927588; }

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

This div background color is #927588.


Border color

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

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

This div border color is #927588.


Opacity

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

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

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

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

This text has shadow with #927588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #927588 on black background.


Color preview on white background

This text has color #927588 on white background.



Black color preview on #927588 background

This text has black color on #927588 background.


White color preview on #927588 background

This text has white color on #927588 background.