COLOR #687C6D

HEX: #687C6D
RGB: (104,124,109)

Renk bilgisi

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

RGB renk modeli

#687C6D color RGB value is (104,124,109).

  • kırmız ton 104;
  • yeşil ton 124;
  • mavi ton 109.
RGB:
(104,124,109)
(41%,49%,43%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 124 of 255 = 49%
B 109 of 255 = 43%

104
124
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 124 + 109 = 337 (100%)
R 104 of 337 ~ 30.86%
G 124 of 337 ~ 36.8%
B 109 of 337 ~ 32.34%

%30.86
%36.8
%32.34

CMYK RENK MODELİ

#687C6D rengi CMYK tonu (16,0,12,51).

  • camgöbeği tonu 16.13%
  • eflatun tonu 0.00%
  • sarı tonu 12.10%
  • ana renk tonu 51.37%
CMYK:
(16,0,12,51)
C16M0Y12K51 
(16%,0%,12%,51%)
(0.16/0.00/0.12/0.51)	

CMYK yüzdeleri

%16.13
%0
%12.1
%51.37

Codes

Color #687C6D in popluar color models

687C6D
RGB104124109
HSL135°8.77%44.71%
HSB/HSV135°16.13%48.63%
CMYK16.13%0.00%12.10%
51.37%

Color #687C6D in popluar number systems.

HEX687C6D
Decimal104124109
Binary110100011111001101101
Octal150174155

Shades and tints

Shades of #687C6D

#687C6D
(104,124,109)
#5F7164
(95,113,100)
#56665B
(86,102,91)
#4D5B52
(77,91,82)
#445049
(68,80,73)
#3B4540
(59,69,64)
#323A37
(50,58,55)
#292F2E
(41,47,46)
#202425
(32,36,37)
#17191C
(23,25,28)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #687C6D

#687C6D
(104,124,109)
#75877A
(117,135,122)
#829287
(130,146,135)
#8F9D94
(143,157,148)
#9CA8A1
(156,168,161)
#A9B3AE
(169,179,174)
#B6BEBB
(182,190,187)
#C3C9C8
(195,201,200)
#D0D4D5
(208,212,213)
#DDDFE2
(221,223,226)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687C6D color. Also use rgb(104,124,109) instead hex code.

Text Font Color

.myTextColor { color: #687C6D; }

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

This text font color is #687C6D.


Background Color

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

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

This div background color is #687C6D.


Border color

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

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

This div border color is #687C6D.


Opacity

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

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

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

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

This text has shadow with #687C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687C6D on black background.


Color preview on white background

This text has color #687C6D on white background.



Black color preview on #687C6D background

This text has black color on #687C6D background.


White color preview on #687C6D background

This text has white color on #687C6D background.