COLOR #687260

HEX: #687260
RGB: (104,114,96)

Color info

#687260 contains red, green and blue colors in about the same proportion. Web safe color of #687260 is #666666 (or #666).

RGB color model

#687260 color RGB value is (104,114,96).

  • red value is 104;
  • green value is 114;
  • blue value is 96.
RGB:
(104,114,96)
(41%,45%,38%)

RGB channels and saturation

R 104 of 255 = 41%
G 114 of 255 = 45%
B 96 of 255 = 38%

104
114
96

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

Portions of RGB colors in percentages

R + G + B =
104 + 114 + 96 = 314 (100%)
R 104 of 314 ~ 33.12%
G 114 of 314 ~ 36.31%
B 96 of 314 ~ 30.57%

%33.12
%36.31
%30.57

CMYK color model

#687260 color CMYK value is (9,0,16,55).

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 55.29%
CMYK:
(9,0,16,55)
C9M0Y16K55 
(9%,0%,16%,55%)
(0.09/0.00/0.16/0.55)	

CMYK percentages

%8.77
%0
%15.79
%55.29

Codes

Color #687260 in popluar color models

687260
RGB10411496
HSL93°8.57%41.18%
HSB/HSV93°15.79%44.71%
CMYK8.77%0.00%15.79%
55.29%

Color #687260 in popluar number systems.

HEX687260
Decimal10411496
Binary110100011100101100000
Octal150162140

Shades and tints

Shades of #687260

#687260
(104,114,96)
#5F6858
(95,104,88)
#565E50
(86,94,80)
#4D5448
(77,84,72)
#444A40
(68,74,64)
#3B4038
(59,64,56)
#323630
(50,54,48)
#292C28
(41,44,40)
#202220
(32,34,32)
#171818
(23,24,24)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #687260

#687260
(104,114,96)
#757E6E
(117,126,110)
#828A7C
(130,138,124)
#8F968A
(143,150,138)
#9CA298
(156,162,152)
#A9AEA6
(169,174,166)
#B6BAB4
(182,186,180)
#C3C6C2
(195,198,194)
#D0D2D0
(208,210,208)
#DDDEDE
(221,222,222)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687260 color. Also use rgb(104,114,96) instead hex code.

Text Font Color

.myTextColor { color: #687260; }

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

This text font color is #687260.


Background Color

.myBgColor { background-color: #687260; }

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

This div background color is #687260.


Border color

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

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

This div border color is #687260.


Opacity

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

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

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

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

This text has shadow with #687260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687260 on black background.


Color preview on white background

This text has color #687260 on white background.



Black color preview on #687260 background

This text has black color on #687260 background.


White color preview on #687260 background

This text has white color on #687260 background.