COLOR #687360

HEX: #687360
RGB: (104,115,96)

Color info

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

RGB color model

#687360 color RGB value is (104,115,96).

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

RGB channels and saturation

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

104
115
96

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

Portions of RGB colors in percentages

R + G + B =
104 + 115 + 96 = 315 (100%)
R 104 of 315 ~ 33.02%
G 115 of 315 ~ 36.51%
B 96 of 315 ~ 30.48%

%33.02
%36.51
%30.48

CMYK color model

#687360 color CMYK value is (10,0,17,55).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 54.90%
CMYK:
(10,0,17,55)
C10M0Y17K55 
(10%,0%,17%,55%)
(0.10/0.00/0.17/0.55)	

CMYK percentages

%9.57
%0
%16.52
%54.9

Codes

Color #687360 in popluar color models

687360
RGB10411596
HSL95°9.00%41.37%
HSB/HSV95°16.52%45.10%
CMYK9.57%0.00%16.52%
54.90%

Color #687360 in popluar number systems.

HEX687360
Decimal10411596
Binary110100011100111100000
Octal150163140

Shades and tints

Shades of #687360

#687360
(104,115,96)
#5F6958
(95,105,88)
#565F50
(86,95,80)
#4D5548
(77,85,72)
#444B40
(68,75,64)
#3B4138
(59,65,56)
#323730
(50,55,48)
#292D28
(41,45,40)
#202320
(32,35,32)
#171918
(23,25,24)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #687360

#687360
(104,115,96)
#757F6E
(117,127,110)
#828B7C
(130,139,124)
#8F978A
(143,151,138)
#9CA398
(156,163,152)
#A9AFA6
(169,175,166)
#B6BBB4
(182,187,180)
#C3C7C2
(195,199,194)
#D0D3D0
(208,211,208)
#DDDFDE
(221,223,222)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687360; }

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

This text font color is #687360.


Background Color

.myBgColor { background-color: #687360; }

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

This div background color is #687360.


Border color

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

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

This div border color is #687360.


Opacity

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

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

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

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

This text has shadow with #687360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687360 on black background.


Color preview on white background

This text has color #687360 on white background.



Black color preview on #687360 background

This text has black color on #687360 background.


White color preview on #687360 background

This text has white color on #687360 background.