COLOR #868384

HEX: #868384
RGB: (134,131,132)

Color info

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

RGB color model

#868384 color RGB value is (134,131,132).

  • red value is 134;
  • green value is 131;
  • blue value is 132.
RGB:
(134,131,132)
(53%,51%,52%)

RGB channels and saturation

R 134 of 255 = 53%
G 131 of 255 = 51%
B 132 of 255 = 52%

134
131
132

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

Portions of RGB colors in percentages

R + G + B =
134 + 131 + 132 = 397 (100%)
R 134 of 397 ~ 33.75%
G 131 of 397 ~ 33%
B 132 of 397 ~ 33.25%

%33.75
%33
%33.25

CMYK color model

#868384 color CMYK value is (0,2,1,47).

  • cyan value is 0.00%
  • magenta value is 2.24%
  • yellow value is 1.49%
  • key color value is 47.45%
CMYK:
(0,2,1,47)
C0M2Y1K47 
(0%,2%,1%,47%)
(0.00/0.02/0.01/0.47)	

CMYK percentages

%0
%2.24
%1.49
%47.45

Codes

Color #868384 in popluar color models

868384
RGB134131132
HSL340°1.22%51.96%
HSB/HSV340°2.24%52.55%
CMYK0.00%2.24%1.49%
47.45%

Color #868384 in popluar number systems.

HEX868384
Decimal134131132
Binary100001101000001110000100
Octal206203204

Shades and tints

Shades of #868384

#868384
(134,131,132)
#7A7878
(122,120,120)
#6E6D6C
(110,109,108)
#626260
(98,98,96)
#565754
(86,87,84)
#4A4C48
(74,76,72)
#3E413C
(62,65,60)
#323630
(50,54,48)
#262B24
(38,43,36)
#1A2018
(26,32,24)
#0E150C
(14,21,12)
#000000
(0,0,0)

Tints of #868384

#868384
(134,131,132)
#918E8F
(145,142,143)
#9C999A
(156,153,154)
#A7A4A5
(167,164,165)
#B2AFB0
(178,175,176)
#BDBABB
(189,186,187)
#C8C5C6
(200,197,198)
#D3D0D1
(211,208,209)
#DEDBDC
(222,219,220)
#E9E6E7
(233,230,231)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868384 color. Also use rgb(134,131,132) instead hex code.

Text Font Color

.myTextColor { color: #868384; }

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

This text font color is #868384.


Background Color

.myBgColor { background-color: #868384; }

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

This div background color is #868384.


Border color

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

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

This div border color is #868384.


Opacity

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

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

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

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

This text has shadow with #868384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868384 on black background.


Color preview on white background

This text has color #868384 on white background.



Black color preview on #868384 background

This text has black color on #868384 background.


White color preview on #868384 background

This text has white color on #868384 background.