COLOR #868A67

HEX: #868A67
RGB: (134,138,103)

Color info

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

RGB color model

#868A67 color RGB value is (134,138,103).

  • red value is 134;
  • green value is 138;
  • blue value is 103.
RGB:
(134,138,103)
(53%,54%,40%)

RGB channels and saturation

R 134 of 255 = 53%
G 138 of 255 = 54%
B 103 of 255 = 40%

134
138
103

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

Portions of RGB colors in percentages

R + G + B =
134 + 138 + 103 = 375 (100%)
R 134 of 375 ~ 35.73%
G 138 of 375 ~ 36.8%
B 103 of 375 ~ 27.47%

%35.73
%36.8
%27.47

CMYK color model

#868A67 color CMYK value is (3,0,25,46).

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 25.36%
  • key color value is 45.88%
CMYK:
(3,0,25,46)
C3M0Y25K46 
(3%,0%,25%,46%)
(0.03/0.00/0.25/0.46)	

CMYK percentages

%2.9
%0
%25.36
%45.88

Codes

Color #868A67 in popluar color models

868A67
RGB134138103
HSL67°14.52%47.25%
HSB/HSV67°25.36%54.12%
CMYK2.90%0.00%25.36%
45.88%

Color #868A67 in popluar number systems.

HEX868A67
Decimal134138103
Binary10000110100010101100111
Octal206212147

Shades and tints

Shades of #868A67

#868A67
(134,138,103)
#7A7E5E
(122,126,94)
#6E7255
(110,114,85)
#62664C
(98,102,76)
#565A43
(86,90,67)
#4A4E3A
(74,78,58)
#3E4231
(62,66,49)
#323628
(50,54,40)
#262A1F
(38,42,31)
#1A1E16
(26,30,22)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #868A67

#868A67
(134,138,103)
#919474
(145,148,116)
#9C9E81
(156,158,129)
#A7A88E
(167,168,142)
#B2B29B
(178,178,155)
#BDBCA8
(189,188,168)
#C8C6B5
(200,198,181)
#D3D0C2
(211,208,194)
#DEDACF
(222,218,207)
#E9E4DC
(233,228,220)
#F4EEE9
(244,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868A67; }

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

This text font color is #868A67.


Background Color

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

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

This div background color is #868A67.


Border color

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

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

This div border color is #868A67.


Opacity

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

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

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

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

This text has shadow with #868A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868A67 on black background.


Color preview on white background

This text has color #868A67 on white background.



Black color preview on #868A67 background

This text has black color on #868A67 background.


White color preview on #868A67 background

This text has white color on #868A67 background.