COLOR #868484

HEX: #868484
RGB: (134,132,132)

Color info

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

RGB color model

#868484 color RGB value is (134,132,132).

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

RGB channels and saturation

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

134
132
132

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

Portions of RGB colors in percentages

R + G + B =
134 + 132 + 132 = 398 (100%)
R 134 of 398 ~ 33.67%
G 132 of 398 ~ 33.17%
B 132 of 398 ~ 33.17%

%33.67
%33.17
%33.17

CMYK color model

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

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

CMYK percentages

%0
%1.49
%1.49
%47.45

Codes

Color #868484 in popluar color models

868484
RGB134132132
HSL0.82%52.16%
HSB/HSV1.49%52.55%
CMYK0.00%1.49%1.49%
47.45%

Color #868484 in popluar number systems.

HEX868484
Decimal134132132
Binary100001101000010010000100
Octal206204204

Shades and tints

Shades of #868484

#868484
(134,132,132)
#7A7878
(122,120,120)
#6E6C6C
(110,108,108)
#626060
(98,96,96)
#565454
(86,84,84)
#4A4848
(74,72,72)
#3E3C3C
(62,60,60)
#323030
(50,48,48)
#262424
(38,36,36)
#1A1818
(26,24,24)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #868484

#868484
(134,132,132)
#918F8F
(145,143,143)
#9C9A9A
(156,154,154)
#A7A5A5
(167,165,165)
#B2B0B0
(178,176,176)
#BDBBBB
(189,187,187)
#C8C6C6
(200,198,198)
#D3D1D1
(211,209,209)
#DEDCDC
(222,220,220)
#E9E7E7
(233,231,231)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868484; }

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

This text font color is #868484.


Background Color

.myBgColor { background-color: #868484; }

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

This div background color is #868484.


Border color

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

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

This div border color is #868484.


Opacity

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

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

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

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

This text has shadow with #868484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868484 on black background.


Color preview on white background

This text has color #868484 on white background.



Black color preview on #868484 background

This text has black color on #868484 background.


White color preview on #868484 background

This text has white color on #868484 background.