COLOR #868750

HEX: #868750
RGB: (134,135,80)

Color info

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

RGB color model

#868750 color RGB value is (134,135,80).

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

RGB channels and saturation

R 134 of 255 = 53%
G 135 of 255 = 53%
B 80 of 255 = 31%

134
135
80

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

Portions of RGB colors in percentages

R + G + B =
134 + 135 + 80 = 349 (100%)
R 134 of 349 ~ 38.4%
G 135 of 349 ~ 38.68%
B 80 of 349 ~ 22.92%

%38.4
%38.68
%22.92

CMYK color model

#868750 color CMYK value is (1,0,41,47).

  • cyan value is 0.74%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 47.06%
CMYK:
(1,0,41,47)
C1M0Y41K47 
(1%,0%,41%,47%)
(0.01/0.00/0.41/0.47)	

CMYK percentages

%0.74
%0
%40.74
%47.06

Codes

Color #868750 in popluar color models

868750
RGB13413580
HSL61°25.58%42.16%
HSB/HSV61°40.74%52.94%
CMYK0.74%0.00%40.74%
47.06%

Color #868750 in popluar number systems.

HEX868750
Decimal13413580
Binary10000110100001111010000
Octal206207120

Shades and tints

Shades of #868750

#868750
(134,135,80)
#7A7B49
(122,123,73)
#6E6F42
(110,111,66)
#62633B
(98,99,59)
#565734
(86,87,52)
#4A4B2D
(74,75,45)
#3E3F26
(62,63,38)
#32331F
(50,51,31)
#262718
(38,39,24)
#1A1B11
(26,27,17)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #868750

#868750
(134,135,80)
#91915F
(145,145,95)
#9C9B6E
(156,155,110)
#A7A57D
(167,165,125)
#B2AF8C
(178,175,140)
#BDB99B
(189,185,155)
#C8C3AA
(200,195,170)
#D3CDB9
(211,205,185)
#DED7C8
(222,215,200)
#E9E1D7
(233,225,215)
#F4EBE6
(244,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868750; }

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

This text font color is #868750.


Background Color

.myBgColor { background-color: #868750; }

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

This div background color is #868750.


Border color

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

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

This div border color is #868750.


Opacity

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

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

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

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

This text has shadow with #868750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868750 on black background.


Color preview on white background

This text has color #868750 on white background.



Black color preview on #868750 background

This text has black color on #868750 background.


White color preview on #868750 background

This text has white color on #868750 background.