COLOR #868764

HEX: #868764
RGB: (134,135,100)

Color info

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

RGB color model

#868764 color RGB value is (134,135,100).

  • red value is 134;
  • green value is 135;
  • blue value is 100.
RGB:
(134,135,100)
(53%,53%,39%)

RGB channels and saturation

R 134 of 255 = 53%
G 135 of 255 = 53%
B 100 of 255 = 39%

134
135
100

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

Portions of RGB colors in percentages

R + G + B =
134 + 135 + 100 = 369 (100%)
R 134 of 369 ~ 36.31%
G 135 of 369 ~ 36.59%
B 100 of 369 ~ 27.1%

%36.31
%36.59
%27.1

CMYK color model

#868764 color CMYK value is (1,0,26,47).

  • cyan value is 0.74%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 47.06%
CMYK:
(1,0,26,47)
C1M0Y26K47 
(1%,0%,26%,47%)
(0.01/0.00/0.26/0.47)	

CMYK percentages

%0.74
%0
%25.93
%47.06

Codes

Color #868764 in popluar color models

868764
RGB134135100
HSL62°14.89%46.08%
HSB/HSV62°25.93%52.94%
CMYK0.74%0.00%25.93%
47.06%

Color #868764 in popluar number systems.

HEX868764
Decimal134135100
Binary10000110100001111100100
Octal206207144

Shades and tints

Shades of #868764

#868764
(134,135,100)
#7A7B5B
(122,123,91)
#6E6F52
(110,111,82)
#626349
(98,99,73)
#565740
(86,87,64)
#4A4B37
(74,75,55)
#3E3F2E
(62,63,46)
#323325
(50,51,37)
#26271C
(38,39,28)
#1A1B13
(26,27,19)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #868764

#868764
(134,135,100)
#919172
(145,145,114)
#9C9B80
(156,155,128)
#A7A58E
(167,165,142)
#B2AF9C
(178,175,156)
#BDB9AA
(189,185,170)
#C8C3B8
(200,195,184)
#D3CDC6
(211,205,198)
#DED7D4
(222,215,212)
#E9E1E2
(233,225,226)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868764; }

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

This text font color is #868764.


Background Color

.myBgColor { background-color: #868764; }

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

This div background color is #868764.


Border color

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

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

This div border color is #868764.


Opacity

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

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

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

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

This text has shadow with #868764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868764 on black background.


Color preview on white background

This text has color #868764 on white background.



Black color preview on #868764 background

This text has black color on #868764 background.


White color preview on #868764 background

This text has white color on #868764 background.