COLOR #868D68

HEX: #868D68 RGB: (134,141,104)

Color info

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

RGB color model

#868D68 color RGB value is (134,141,104).

RGB: (134,141,104) (53%, 55%, 41%)

RGB channels and saturation

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

134
141
104

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

Portions of RGB colors in percentages

R + G + B = 134 + 141 + 104 = 379 (100%)
R 134 of 379 ~ 35.36%
G 141 of 379 ~ 37.2%
B 104 of 379 ~ 27.44'%

%35.36
%37.2
%27.44

CMYK color model

#868D68 color CMYK value is (5,0,26,45).

  • cyan value is 4.96%
  • magenta value is 0.00%
  • yellow value is 26.24%
  • key color value is 44.71%

CMYK: (5,0,26,45)
C5M0Y26K45 (5%, 0%, 26%, 45%)
(0.05 / 0.00 / 0.26 / 0.45)

CMYK percentages

%4.96
%0
%26.24
%44.71

Codes

Color #868D68 in popluar color models

86 8D 68
RGB 134 141 104
HSL 71° 15.10% 48.04%
HSB/HSV 71° 26.24% 55.29%
CMYK 4.96% 0.00% 26.24%
44.71%

Color #868D68 in popluar number systems.

HEX 86 8D 68
Decimal 134 141 104
Binary 10000110 10001101 1101000
Octal 206 215 150

Shades and tints

Shades of #868D68

#868D68
(134,141,104)
#7A815F
(122,129,95)
#6E7556
(110,117,86)
#62694D
(98,105,77)
#565D44
(86,93,68)
#4A513B
(74,81,59)
#3E4532
(62,69,50)
#323929
(50,57,41)
#262D20
(38,45,32)
#1A2117
(26,33,23)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #868D68

#868D68
(134,141,104)
#919775
(145,151,117)
#9CA182
(156,161,130)
#A7AB8F
(167,171,143)
#B2B59C
(178,181,156)
#BDBFA9
(189,191,169)
#C8C9B6
(200,201,182)
#D3D3C3
(211,211,195)
#DEDDD0
(222,221,208)
#E9E7DD
(233,231,221)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868D68; }

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

This text font color is #868D68.

Background Color

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

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

This div background color is #868D68.

Border color

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

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

This div border color is #868D68.

Opacity

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

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

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

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

This text has shadow with #868D68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #868D68.

Preview

Color preview on black background

This text has color #868D68 on black background.


Color preview on white background

This text has color #868D68 on white background.


Black color preview on #868D68 background

This text has black color on #868D68 background.


White color preview on #868D68 background

This text has white color on #868D68 background.


Related colors

Complementary color

Complementary color for #hex is #797297.


I love getcolorcode.com

Triadic colors

1 #68868D and #8D6886 with #868D68 are triadic colors.

2 #688D86 and #8D8668 with #868D68 are triadic colors.