COLOR #868592

HEX: #868592
RGB: (134,133,146)

Color info

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

RGB color model

#868592 color RGB value is (134,133,146).

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

RGB channels and saturation

R 134 of 255 = 53%
G 133 of 255 = 52%
B 146 of 255 = 57%

134
133
146

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

Portions of RGB colors in percentages

R + G + B =
134 + 133 + 146 = 413 (100%)
R 134 of 413 ~ 32.45%
G 133 of 413 ~ 32.2%
B 146 of 413 ~ 35.35%

%32.45
%32.2
%35.35

CMYK color model

#868592 color CMYK value is (8,9,0,43).

  • cyan value is 8.22%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(8,9,0,43)
C8M9Y0K43 
(8%,9%,0%,43%)
(0.08/0.09/0.00/0.43)	

CMYK percentages

%8.22
%8.9
%0
%42.75

Codes

Color #868592 in popluar color models

868592
RGB134133146
HSL245°5.63%54.71%
HSB/HSV245°8.90%57.25%
CMYK8.22%8.90%0.00%
42.75%

Color #868592 in popluar number systems.

HEX868592
Decimal134133146
Binary100001101000010110010010
Octal206205222

Shades and tints

Shades of #868592

#868592
(134,133,146)
#7A7985
(122,121,133)
#6E6D78
(110,109,120)
#62616B
(98,97,107)
#56555E
(86,85,94)
#4A4951
(74,73,81)
#3E3D44
(62,61,68)
#323137
(50,49,55)
#26252A
(38,37,42)
#1A191D
(26,25,29)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #868592

#868592
(134,133,146)
#91909B
(145,144,155)
#9C9BA4
(156,155,164)
#A7A6AD
(167,166,173)
#B2B1B6
(178,177,182)
#BDBCBF
(189,188,191)
#C8C7C8
(200,199,200)
#D3D2D1
(211,210,209)
#DEDDDA
(222,221,218)
#E9E8E3
(233,232,227)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868592; }

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

This text font color is #868592.


Background Color

.myBgColor { background-color: #868592; }

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

This div background color is #868592.


Border color

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

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

This div border color is #868592.


Opacity

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

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

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

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

This text has shadow with #868592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868592 on black background.


Color preview on white background

This text has color #868592 on white background.



Black color preview on #868592 background

This text has black color on #868592 background.


White color preview on #868592 background

This text has white color on #868592 background.