COLOR #868A63

HEX: #868A63 RGB: (134,138,99)

Color info

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

RGB color model

#868A63 color RGB value is (134,138,99).

RGB: (134,138,99) (53%, 54%, 39%)

RGB channels and saturation

R 134 of 255 = 53%
G 138 of 255 = 54%
B 99 of 255 = 39%

134
138
99

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

Portions of RGB colors in percentages

R + G + B = 134 + 138 + 99 = 371 (100%)
R 134 of 371 ~ 36.12%
G 138 of 371 ~ 37.2%
B 99 of 371 ~ 26.68'%

%36.12
%37.2
%26.68

CMYK color model

#868A63 color CMYK value is (3,0,28,46).

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 45.88%

CMYK: (3,0,28,46)
C3M0Y28K46 (3%, 0%, 28%, 46%)
(0.03 / 0.00 / 0.28 / 0.46)

CMYK percentages

%2.9
%0
%28.26
%45.88

Codes

Color #868A63 in popluar color models

86 8A 63
RGB 134 138 99
HSL 66° 16.46% 46.47%
HSB/HSV 66° 28.26% 54.12%
CMYK 2.90% 0.00% 28.26%
45.88%

Color #868A63 in popluar number systems.

HEX 86 8A 63
Decimal 134 138 99
Binary 10000110 10001010 1100011
Octal 206 212 143

Shades and tints

Shades of #868A63

#868A63
(134,138,99)
#7A7E5A
(122,126,90)
#6E7251
(110,114,81)
#626648
(98,102,72)
#565A3F
(86,90,63)
#4A4E36
(74,78,54)
#3E422D
(62,66,45)
#323624
(50,54,36)
#262A1B
(38,42,27)
#1A1E12
(26,30,18)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #868A63

#868A63
(134,138,99)
#919471
(145,148,113)
#9C9E7F
(156,158,127)
#A7A88D
(167,168,141)
#B2B29B
(178,178,155)
#BDBCA9
(189,188,169)
#C8C6B7
(200,198,183)
#D3D0C5
(211,208,197)
#DEDAD3
(222,218,211)
#E9E4E1
(233,228,225)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868A63 color. Also use rgb(134,138,99) instead hex code.

Text Font Color

.myTextColor { color: #868A63; }

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

This text font color is #868A63.

Background Color

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

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

This div background color is #868A63.

Border color

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

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

This div border color is #868A63.

Opacity

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

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

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

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

This text has shadow with #868A63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #868A63.

Preview

Color preview on black background

This text has color #868A63 on black background.


Color preview on white background

This text has color #868A63 on white background.


Black color preview on #868A63 background

This text has black color on #868A63 background.


White color preview on #868A63 background

This text has white color on #868A63 background.


Related colors

Complementary color

Complementary color for #hex is #79759C.


I love getcolorcode.com

Triadic colors

1 #63868A and #8A6386 with #868A63 are triadic colors.

2 #638A86 and #8A8663 with #868A63 are triadic colors.