COLOR #868B61

HEX: #868B61 RGB: (134,139,97)

Color info

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

RGB color model

#868B61 color RGB value is (134,139,97).

RGB: (134,139,97) (53%, 55%, 38%)

RGB channels and saturation

R 134 of 255 = 53%
G 139 of 255 = 55%
B 97 of 255 = 38%

134
139
97

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

Portions of RGB colors in percentages

R + G + B = 134 + 139 + 97 = 370 (100%)
R 134 of 370 ~ 36.22%
G 139 of 370 ~ 37.57%
B 97 of 370 ~ 26.22'%

%36.22
%37.57
%26.22

CMYK color model

#868B61 color CMYK value is (4,0,30,45).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 30.22%
  • key color value is 45.49%

CMYK: (4,0,30,45)
C4M0Y30K45 (4%, 0%, 30%, 45%)
(0.04 / 0.00 / 0.30 / 0.45)

CMYK percentages

%3.6
%0
%30.22
%45.49

Codes

Color #868B61 in popluar color models

86 8B 61
RGB 134 139 97
HSL 67° 17.80% 46.27%
HSB/HSV 67° 30.22% 54.51%
CMYK 3.60% 0.00% 30.22%
45.49%

Color #868B61 in popluar number systems.

HEX 86 8B 61
Decimal 134 139 97
Binary 10000110 10001011 1100001
Octal 206 213 141

Shades and tints

Shades of #868B61

#868B61
(134,139,97)
#7A7F59
(122,127,89)
#6E7351
(110,115,81)
#626749
(98,103,73)
#565B41
(86,91,65)
#4A4F39
(74,79,57)
#3E4331
(62,67,49)
#323729
(50,55,41)
#262B21
(38,43,33)
#1A1F19
(26,31,25)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #868B61

#868B61
(134,139,97)
#91956F
(145,149,111)
#9C9F7D
(156,159,125)
#A7A98B
(167,169,139)
#B2B399
(178,179,153)
#BDBDA7
(189,189,167)
#C8C7B5
(200,199,181)
#D3D1C3
(211,209,195)
#DEDBD1
(222,219,209)
#E9E5DF
(233,229,223)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868B61 color. Also use rgb(134,139,97) instead hex code.

Text Font Color

.myTextColor { color: #868B61; }

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

This text font color is #868B61.

Background Color

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

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

This div background color is #868B61.

Border color

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

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

This div border color is #868B61.

Opacity

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

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

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

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

This text has shadow with #868B61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #868B61.

Preview

Color preview on black background

This text has color #868B61 on black background.


Color preview on white background

This text has color #868B61 on white background.


Black color preview on #868B61 background

This text has black color on #868B61 background.


White color preview on #868B61 background

This text has white color on #868B61 background.


Related colors

Complementary color

Complementary color for #hex is #79749E.


I love getcolorcode.com

Triadic colors

1 #61868B and #8B6186 with #868B61 are triadic colors.

2 #618B86 and #8B8661 with #868B61 are triadic colors.