COLOR #687B6F

HEX: #687B6F
RGB: (104,123,111)

Renk bilgisi

#687B6F contains red, green and blue colors in about the same proportion. #687B6F ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#687B6F color RGB value is (104,123,111).

  • kırmız ton 104;
  • yeşil ton 123;
  • mavi ton 111.
RGB:
(104,123,111)
(41%,48%,44%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 123 of 255 = 48%
B 111 of 255 = 44%

104
123
111

R + G + B ~ 44%. #687B6F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 123 + 111 = 338 (100%)
R 104 of 338 ~ 30.77%
G 123 of 338 ~ 36.39%
B 111 of 338 ~ 32.84%

%30.77
%36.39
%32.84

CMYK RENK MODELİ

#687B6F rengi CMYK tonu (15,0,10,52).

  • camgöbeği tonu 15.45%
  • eflatun tonu 0.00%
  • sarı tonu 9.76%
  • ana renk tonu 51.76%
CMYK:
(15,0,10,52)
C15M0Y10K52 
(15%,0%,10%,52%)
(0.15/0.00/0.10/0.52)	

CMYK yüzdeleri

%15.45
%0
%9.76
%51.76

Codes

Color #687B6F in popluar color models

687B6F
RGB104123111
HSL142°8.37%44.51%
HSB/HSV142°15.45%48.24%
CMYK15.45%0.00%9.76%
51.76%

Color #687B6F in popluar number systems.

HEX687B6F
Decimal104123111
Binary110100011110111101111
Octal150173157

Shades and tints

Shades of #687B6F

#687B6F
(104,123,111)
#5F7065
(95,112,101)
#56655B
(86,101,91)
#4D5A51
(77,90,81)
#444F47
(68,79,71)
#3B443D
(59,68,61)
#323933
(50,57,51)
#292E29
(41,46,41)
#20231F
(32,35,31)
#171815
(23,24,21)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #687B6F

#687B6F
(104,123,111)
#75877C
(117,135,124)
#829389
(130,147,137)
#8F9F96
(143,159,150)
#9CABA3
(156,171,163)
#A9B7B0
(169,183,176)
#B6C3BD
(182,195,189)
#C3CFCA
(195,207,202)
#D0DBD7
(208,219,215)
#DDE7E4
(221,231,228)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687B6F color. Also use rgb(104,123,111) instead hex code.

Text Font Color

.myTextColor { color: #687B6F; }

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

This text font color is #687B6F.


Background Color

.myBgColor { background-color: #687B6F; }

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

This div background color is #687B6F.


Border color

.myBorderColor { border: 1px solid #687B6F; }

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

This div border color is #687B6F.


Opacity

.myOpacity80 { color: #687B6F; opacity: 0.8; }

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

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

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

This text has shadow with #687B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687B6F on black background.


Color preview on white background

This text has color #687B6F on white background.



Black color preview on #687B6F background

This text has black color on #687B6F background.


White color preview on #687B6F background

This text has white color on #687B6F background.