COLOR #868C60

HEX: #868C60
RGB: (134,140,96)

Color info

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

RGB color model

#868C60 color RGB value is (134,140,96).

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

RGB channels and saturation

R 134 of 255 = 53%
G 140 of 255 = 55%
B 96 of 255 = 38%

134
140
96

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

Portions of RGB colors in percentages

R + G + B =
134 + 140 + 96 = 370 (100%)
R 134 of 370 ~ 36.22%
G 140 of 370 ~ 37.84%
B 96 of 370 ~ 25.95%

%36.22
%37.84
%25.95

CMYK color model

#868C60 color CMYK value is (4,0,31,45).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 45.10%
CMYK:
(4,0,31,45)
C4M0Y31K45 
(4%,0%,31%,45%)
(0.04/0.00/0.31/0.45)	

CMYK percentages

%4.29
%0
%31.43
%45.1

Codes

Color #868C60 in popluar color models

868C60
RGB13414096
HSL68°18.64%46.27%
HSB/HSV68°31.43%54.90%
CMYK4.29%0.00%31.43%
45.10%

Color #868C60 in popluar number systems.

HEX868C60
Decimal13414096
Binary10000110100011001100000
Octal206214140

Shades and tints

Shades of #868C60

#868C60
(134,140,96)
#7A8058
(122,128,88)
#6E7450
(110,116,80)
#626848
(98,104,72)
#565C40
(86,92,64)
#4A5038
(74,80,56)
#3E4430
(62,68,48)
#323828
(50,56,40)
#262C20
(38,44,32)
#1A2018
(26,32,24)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #868C60

#868C60
(134,140,96)
#91966E
(145,150,110)
#9CA07C
(156,160,124)
#A7AA8A
(167,170,138)
#B2B498
(178,180,152)
#BDBEA6
(189,190,166)
#C8C8B4
(200,200,180)
#D3D2C2
(211,210,194)
#DEDCD0
(222,220,208)
#E9E6DE
(233,230,222)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868C60; }

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

This text font color is #868C60.


Background Color

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

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

This div background color is #868C60.


Border color

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

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

This div border color is #868C60.


Opacity

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

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

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

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

This text has shadow with #868C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868C60 on black background.


Color preview on white background

This text has color #868C60 on white background.



Black color preview on #868C60 background

This text has black color on #868C60 background.


White color preview on #868C60 background

This text has white color on #868C60 background.