COLOR #868460

HEX: #868460
RGB: (134,132,96)

Color info

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

RGB color model

#868460 color RGB value is (134,132,96).

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

RGB channels and saturation

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

134
132
96

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

Portions of RGB colors in percentages

R + G + B =
134 + 132 + 96 = 362 (100%)
R 134 of 362 ~ 37.02%
G 132 of 362 ~ 36.46%
B 96 of 362 ~ 26.52%

%37.02
%36.46
%26.52

CMYK color model

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

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

CMYK percentages

%0
%1.49
%28.36
%47.45

Codes

Color #868460 in popluar color models

868460
RGB13413296
HSL57°16.52%45.10%
HSB/HSV57°28.36%52.55%
CMYK0.00%1.49%28.36%
47.45%

Color #868460 in popluar number systems.

HEX868460
Decimal13413296
Binary10000110100001001100000
Octal206204140

Shades and tints

Shades of #868460

#868460
(134,132,96)
#7A7858
(122,120,88)
#6E6C50
(110,108,80)
#626048
(98,96,72)
#565440
(86,84,64)
#4A4838
(74,72,56)
#3E3C30
(62,60,48)
#323028
(50,48,40)
#262420
(38,36,32)
#1A1818
(26,24,24)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #868460

#868460
(134,132,96)
#918F6E
(145,143,110)
#9C9A7C
(156,154,124)
#A7A58A
(167,165,138)
#B2B098
(178,176,152)
#BDBBA6
(189,187,166)
#C8C6B4
(200,198,180)
#D3D1C2
(211,209,194)
#DEDCD0
(222,220,208)
#E9E7DE
(233,231,222)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868460; }

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

This text font color is #868460.


Background Color

.myBgColor { background-color: #868460; }

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

This div background color is #868460.


Border color

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

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

This div border color is #868460.


Opacity

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

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

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

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

This text has shadow with #868460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868460 on black background.


Color preview on white background

This text has color #868460 on white background.



Black color preview on #868460 background

This text has black color on #868460 background.


White color preview on #868460 background

This text has white color on #868460 background.