COLOR #968592

HEX: #968592
RGB: (150,133,146)

Color info

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

RGB color model

#968592 color RGB value is (150,133,146).

  • red value is 150;
  • green value is 133;
  • blue value is 146.
RGB:
(150,133,146)
(59%,52%,57%)

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 146 of 255 = 57%

150
133
146

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

Portions of RGB colors in percentages

R + G + B =
150 + 133 + 146 = 429 (100%)
R 150 of 429 ~ 34.97%
G 133 of 429 ~ 31%
B 146 of 429 ~ 34.03%

%34.97
%31
%34.03

CMYK color model

#968592 color CMYK value is (0,11,3,41).

  • cyan value is 0.00%
  • magenta value is 11.33%
  • yellow value is 2.67%
  • key color value is 41.18%
CMYK:
(0,11,3,41)
C0M11Y3K41 
(0%,11%,3%,41%)
(0.00/0.11/0.03/0.41)	

CMYK percentages

%0
%11.33
%2.67
%41.18

Codes

Color #968592 in popluar color models

968592
RGB150133146
HSL314°7.49%55.49%
HSB/HSV314°11.33%58.82%
CMYK0.00%11.33%2.67%
41.18%

Color #968592 in popluar number systems.

HEX968592
Decimal150133146
Binary100101101000010110010010
Octal226205222

Shades and tints

Shades of #968592

#968592
(150,133,146)
#897985
(137,121,133)
#7C6D78
(124,109,120)
#6F616B
(111,97,107)
#62555E
(98,85,94)
#554951
(85,73,81)
#483D44
(72,61,68)
#3B3137
(59,49,55)
#2E252A
(46,37,42)
#21191D
(33,25,29)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #968592

#968592
(150,133,146)
#9F909B
(159,144,155)
#A89BA4
(168,155,164)
#B1A6AD
(177,166,173)
#BAB1B6
(186,177,182)
#C3BCBF
(195,188,191)
#CCC7C8
(204,199,200)
#D5D2D1
(213,210,209)
#DEDDDA
(222,221,218)
#E7E8E3
(231,232,227)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968592 color. Also use rgb(150,133,146) instead hex code.

Text Font Color

.myTextColor { color: #968592; }

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

This text font color is #968592.


Background Color

.myBgColor { background-color: #968592; }

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

This div background color is #968592.


Border color

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

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

This div border color is #968592.


Opacity

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

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

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

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

This text has shadow with #968592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968592 on black background.


Color preview on white background

This text has color #968592 on white background.



Black color preview on #968592 background

This text has black color on #968592 background.


White color preview on #968592 background

This text has white color on #968592 background.