COLOR #687365

HEX: #687365
RGB: (104,115,101)

Color info

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

RGB color model

#687365 color RGB value is (104,115,101).

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

RGB channels and saturation

R 104 of 255 = 41%
G 115 of 255 = 45%
B 101 of 255 = 40%

104
115
101

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

Portions of RGB colors in percentages

R + G + B =
104 + 115 + 101 = 320 (100%)
R 104 of 320 ~ 32.5%
G 115 of 320 ~ 35.94%
B 101 of 320 ~ 31.56%

%32.5
%35.94
%31.56

CMYK color model

#687365 color CMYK value is (10,0,12,55).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 12.17%
  • key color value is 54.90%
CMYK:
(10,0,12,55)
C10M0Y12K55 
(10%,0%,12%,55%)
(0.10/0.00/0.12/0.55)	

CMYK percentages

%9.57
%0
%12.17
%54.9

Codes

Color #687365 in popluar color models

687365
RGB104115101
HSL107°6.48%42.35%
HSB/HSV107°12.17%45.10%
CMYK9.57%0.00%12.17%
54.90%

Color #687365 in popluar number systems.

HEX687365
Decimal104115101
Binary110100011100111100101
Octal150163145

Shades and tints

Shades of #687365

#687365
(104,115,101)
#5F695C
(95,105,92)
#565F53
(86,95,83)
#4D554A
(77,85,74)
#444B41
(68,75,65)
#3B4138
(59,65,56)
#32372F
(50,55,47)
#292D26
(41,45,38)
#20231D
(32,35,29)
#171914
(23,25,20)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #687365

#687365
(104,115,101)
#757F73
(117,127,115)
#828B81
(130,139,129)
#8F978F
(143,151,143)
#9CA39D
(156,163,157)
#A9AFAB
(169,175,171)
#B6BBB9
(182,187,185)
#C3C7C7
(195,199,199)
#D0D3D5
(208,211,213)
#DDDFE3
(221,223,227)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687365; }

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

This text font color is #687365.


Background Color

.myBgColor { background-color: #687365; }

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

This div background color is #687365.


Border color

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

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

This div border color is #687365.


Opacity

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

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

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

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

This text has shadow with #687365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687365 on black background.


Color preview on white background

This text has color #687365 on white background.



Black color preview on #687365 background

This text has black color on #687365 background.


White color preview on #687365 background

This text has white color on #687365 background.