COLOR #866868

HEX: #866868
RGB: (134,104,104)

Color info

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

RGB color model

#866868 color RGB value is (134,104,104).

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

RGB channels and saturation

R 134 of 255 = 53%
G 104 of 255 = 41%
B 104 of 255 = 41%

134
104
104

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

Portions of RGB colors in percentages

R + G + B =
134 + 104 + 104 = 342 (100%)
R 134 of 342 ~ 39.18%
G 104 of 342 ~ 30.41%
B 104 of 342 ~ 30.41%

%39.18
%30.41
%30.41

CMYK color model

#866868 color CMYK value is (0,22,22,47).

  • cyan value is 0.00%
  • magenta value is 22.39%
  • yellow value is 22.39%
  • key color value is 47.45%
CMYK: (0,22,22,47) C0M22Y22K47 (0%,22%,22%,47%) (0.00/0.22/0.22/0.47)

CMYK percentages

%0
%22.39
%22.39
%47.45

Codes

Color #866868 in popluar color models

866868
RGB134104104
HSL12.61%46.67%
HSB/HSV22.39%52.55%
CMYK0.00%22.39%22.39%
47.45%

Color #866868 in popluar number systems.

HEX866868
Decimal134104104
Binary1000011011010001101000
Octal206150150

Shades and tints

Shades of #866868

#866868
(134,104,104)
#7A5F5F
(122,95,95)
#6E5656
(110,86,86)
#624D4D
(98,77,77)
#564444
(86,68,68)
#4A3B3B
(74,59,59)
#3E3232
(62,50,50)
#322929
(50,41,41)
#262020
(38,32,32)
#1A1717
(26,23,23)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #866868

#866868
(134,104,104)
#917575
(145,117,117)
#9C8282
(156,130,130)
#A78F8F
(167,143,143)
#B29C9C
(178,156,156)
#BDA9A9
(189,169,169)
#C8B6B6
(200,182,182)
#D3C3C3
(211,195,195)
#DED0D0
(222,208,208)
#E9DDDD
(233,221,221)
#F4EAEA
(244,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866868; }

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

This text font color is #866868.


Background Color

.myBgColor { background-color: #866868; }

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

This div background color is #866868.


Border color

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

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

This div border color is #866868.


Opacity

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

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

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

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

This text has shadow with #866868 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #866868 on black background.


Color preview on white background

This text has color #866868 on white background.



Black color preview on #866868 background

This text has black color on #866868 background.


White color preview on #866868 background

This text has white color on #866868 background.