COLOR #687E74

HEX: #687E74
RGB: (104,126,116)

Renk bilgisi

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

RGB renk modeli

#687E74 color RGB value is (104,126,116).

  • kırmız ton 104;
  • yeşil ton 126;
  • mavi ton 116.
RGB:
(104,126,116)
(41%,49%,45%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 126 of 255 = 49%
B 116 of 255 = 45%

104
126
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 126 + 116 = 346 (100%)
R 104 of 346 ~ 30.06%
G 126 of 346 ~ 36.42%
B 116 of 346 ~ 33.53%

%30.06
%36.42
%33.53

CMYK RENK MODELİ

#687E74 rengi CMYK tonu (17,0,8,51).

  • camgöbeği tonu 17.46%
  • eflatun tonu 0.00%
  • sarı tonu 7.94%
  • ana renk tonu 50.59%
CMYK:
(17,0,8,51)
C17M0Y8K51 
(17%,0%,8%,51%)
(0.17/0.00/0.08/0.51)	

CMYK yüzdeleri

%17.46
%0
%7.94
%50.59

Codes

Color #687E74 in popluar color models

687E74
RGB104126116
HSL153°9.57%45.10%
HSB/HSV153°17.46%49.41%
CMYK17.46%0.00%7.94%
50.59%

Color #687E74 in popluar number systems.

HEX687E74
Decimal104126116
Binary110100011111101110100
Octal150176164

Shades and tints

Shades of #687E74

#687E74
(104,126,116)
#5F736A
(95,115,106)
#566860
(86,104,96)
#4D5D56
(77,93,86)
#44524C
(68,82,76)
#3B4742
(59,71,66)
#323C38
(50,60,56)
#29312E
(41,49,46)
#202624
(32,38,36)
#171B1A
(23,27,26)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #687E74

#687E74
(104,126,116)
#758980
(117,137,128)
#82948C
(130,148,140)
#8F9F98
(143,159,152)
#9CAAA4
(156,170,164)
#A9B5B0
(169,181,176)
#B6C0BC
(182,192,188)
#C3CBC8
(195,203,200)
#D0D6D4
(208,214,212)
#DDE1E0
(221,225,224)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687E74 color. Also use rgb(104,126,116) instead hex code.

Text Font Color

.myTextColor { color: #687E74; }

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

This text font color is #687E74.


Background Color

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

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

This div background color is #687E74.


Border color

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

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

This div border color is #687E74.


Opacity

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

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

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

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

This text has shadow with #687E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E74 on black background.


Color preview on white background

This text has color #687E74 on white background.



Black color preview on #687E74 background

This text has black color on #687E74 background.


White color preview on #687E74 background

This text has white color on #687E74 background.