COLOR #868080

HEX: #868080
RGB: (134,128,128)

Color info

#868080 contains red, green and blue colors in about the same proportion. Web safe color of #868080 is #996666 (or #966).

RGB color model

#868080 color RGB value is (134,128,128).

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

RGB channels and saturation

R 134 of 255 = 53%
G 128 of 255 = 50%
B 128 of 255 = 50%

134
128
128

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

Portions of RGB colors in percentages

R + G + B =
134 + 128 + 128 = 390 (100%)
R 134 of 390 ~ 34.36%
G 128 of 390 ~ 32.82%
B 128 of 390 ~ 32.82%

%34.36
%32.82
%32.82

CMYK color model

#868080 color CMYK value is (0,4,4,47).

  • cyan value is 0.00%
  • magenta value is 4.48%
  • yellow value is 4.48%
  • key color value is 47.45%
CMYK:
(0,4,4,47)
C0M4Y4K47 
(0%,4%,4%,47%)
(0.00/0.04/0.04/0.47)	

CMYK percentages

%0
%4.48
%4.48
%47.45

Codes

Color #868080 in popluar color models

868080
RGB134128128
HSL2.42%51.37%
HSB/HSV4.48%52.55%
CMYK0.00%4.48%4.48%
47.45%

Color #868080 in popluar number systems.

HEX868080
Decimal134128128
Binary100001101000000010000000
Octal206200200

Shades and tints

Shades of #868080

#868080
(134,128,128)
#7A7575
(122,117,117)
#6E6A6A
(110,106,106)
#625F5F
(98,95,95)
#565454
(86,84,84)
#4A4949
(74,73,73)
#3E3E3E
(62,62,62)
#323333
(50,51,51)
#262828
(38,40,40)
#1A1D1D
(26,29,29)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #868080

#868080
(134,128,128)
#918B8B
(145,139,139)
#9C9696
(156,150,150)
#A7A1A1
(167,161,161)
#B2ACAC
(178,172,172)
#BDB7B7
(189,183,183)
#C8C2C2
(200,194,194)
#D3CDCD
(211,205,205)
#DED8D8
(222,216,216)
#E9E3E3
(233,227,227)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868080; }

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

This text font color is #868080.


Background Color

.myBgColor { background-color: #868080; }

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

This div background color is #868080.


Border color

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

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

This div border color is #868080.


Opacity

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

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

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

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

This text has shadow with #868080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868080 on black background.


Color preview on white background

This text has color #868080 on white background.



Black color preview on #868080 background

This text has black color on #868080 background.


White color preview on #868080 background

This text has white color on #868080 background.