COLOR #868C7C

HEX: #868C7C
RGB: (134,140,124)

Color info

#868C7C contains red, green and blue colors in about the same proportion. Web safe color of #868C7C is #999966 (or #996).

RGB color model

#868C7C color RGB value is (134,140,124).

  • red value is 134;
  • green value is 140;
  • blue value is 124.
RGB:
(134,140,124)
(53%,55%,49%)

RGB channels and saturation

R 134 of 255 = 53%
G 140 of 255 = 55%
B 124 of 255 = 49%

134
140
124

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

Portions of RGB colors in percentages

R + G + B =
134 + 140 + 124 = 398 (100%)
R 134 of 398 ~ 33.67%
G 140 of 398 ~ 35.18%
B 124 of 398 ~ 31.16%

%33.67
%35.18
%31.16

CMYK color model

#868C7C color CMYK value is (4,0,11,45).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 45.10%
CMYK:
(4,0,11,45)
C4M0Y11K45 
(4%,0%,11%,45%)
(0.04/0.00/0.11/0.45)	

CMYK percentages

%4.29
%0
%11.43
%45.1

Codes

Color #868C7C in popluar color models

868C7C
RGB134140124
HSL83°6.50%51.76%
HSB/HSV83°11.43%54.90%
CMYK4.29%0.00%11.43%
45.10%

Color #868C7C in popluar number systems.

HEX868C7C
Decimal134140124
Binary10000110100011001111100
Octal206214174

Shades and tints

Shades of #868C7C

#868C7C
(134,140,124)
#7A8071
(122,128,113)
#6E7466
(110,116,102)
#62685B
(98,104,91)
#565C50
(86,92,80)
#4A5045
(74,80,69)
#3E443A
(62,68,58)
#32382F
(50,56,47)
#262C24
(38,44,36)
#1A2019
(26,32,25)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #868C7C

#868C7C
(134,140,124)
#919687
(145,150,135)
#9CA092
(156,160,146)
#A7AA9D
(167,170,157)
#B2B4A8
(178,180,168)
#BDBEB3
(189,190,179)
#C8C8BE
(200,200,190)
#D3D2C9
(211,210,201)
#DEDCD4
(222,220,212)
#E9E6DF
(233,230,223)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868C7C color. Also use rgb(134,140,124) instead hex code.

Text Font Color

.myTextColor { color: #868C7C; }

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

This text font color is #868C7C.


Background Color

.myBgColor { background-color: #868C7C; }

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

This div background color is #868C7C.


Border color

.myBorderColor { border: 1px solid #868C7C; }

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

This div border color is #868C7C.


Opacity

.myOpacity80 { color: #868C7C; opacity: 0.8; }

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

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

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

This text has shadow with #868C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868C7C on black background.


Color preview on white background

This text has color #868C7C on white background.



Black color preview on #868C7C background

This text has black color on #868C7C background.


White color preview on #868C7C background

This text has white color on #868C7C background.