COLOR #868062

HEX: #868062
RGB: (134,128,98)

Color info

#868062 contains red, green and blue colors in about the same proportion. Web safe color of #868062 is #996666 (or #966).

RGB color model

#868062 color RGB value is (134,128,98).

  • red value is 134;
  • green value is 128;
  • blue value is 98.
RGB:
(134,128,98)
(53%,50%,38%)

RGB channels and saturation

R 134 of 255 = 53%
G 128 of 255 = 50%
B 98 of 255 = 38%

134
128
98

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

Portions of RGB colors in percentages

R + G + B =
134 + 128 + 98 = 360 (100%)
R 134 of 360 ~ 37.22%
G 128 of 360 ~ 35.56%
B 98 of 360 ~ 27.22%

%37.22
%35.56
%27.22

CMYK color model

#868062 color CMYK value is (0,4,27,47).

  • cyan value is 0.00%
  • magenta value is 4.48%
  • yellow value is 26.87%
  • key color value is 47.45%
CMYK:
(0,4,27,47)
C0M4Y27K47 
(0%,4%,27%,47%)
(0.00/0.04/0.27/0.47)	

CMYK percentages

%0
%4.48
%26.87
%47.45

Codes

Color #868062 in popluar color models

868062
RGB13412898
HSL50°15.52%45.49%
HSB/HSV50°26.87%52.55%
CMYK0.00%4.48%26.87%
47.45%

Color #868062 in popluar number systems.

HEX868062
Decimal13412898
Binary10000110100000001100010
Octal206200142

Shades and tints

Shades of #868062

#868062
(134,128,98)
#7A755A
(122,117,90)
#6E6A52
(110,106,82)
#625F4A
(98,95,74)
#565442
(86,84,66)
#4A493A
(74,73,58)
#3E3E32
(62,62,50)
#32332A
(50,51,42)
#262822
(38,40,34)
#1A1D1A
(26,29,26)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #868062

#868062
(134,128,98)
#918B70
(145,139,112)
#9C967E
(156,150,126)
#A7A18C
(167,161,140)
#B2AC9A
(178,172,154)
#BDB7A8
(189,183,168)
#C8C2B6
(200,194,182)
#D3CDC4
(211,205,196)
#DED8D2
(222,216,210)
#E9E3E0
(233,227,224)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868062 color. Also use rgb(134,128,98) instead hex code.

Text Font Color

.myTextColor { color: #868062; }

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

This text font color is #868062.


Background Color

.myBgColor { background-color: #868062; }

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

This div background color is #868062.


Border color

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

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

This div border color is #868062.


Opacity

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

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

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

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

This text has shadow with #868062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868062 on black background.


Color preview on white background

This text has color #868062 on white background.



Black color preview on #868062 background

This text has black color on #868062 background.


White color preview on #868062 background

This text has white color on #868062 background.