COLOR #687E6E

HEX: #687E6E
RGB: (104,126,110)

Renk bilgisi

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

RGB renk modeli

#687E6E color RGB value is (104,126,110).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 126 of 255 = 49%
B 110 of 255 = 43%

104
126
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 126 + 110 = 340 (100%)
R 104 of 340 ~ 30.59%
G 126 of 340 ~ 37.06%
B 110 of 340 ~ 32.35%

%30.59
%37.06
%32.35

CMYK RENK MODELİ

#687E6E rengi CMYK tonu (17,0,13,51).

  • camgöbeği tonu 17.46%
  • eflatun tonu 0.00%
  • sarı tonu 12.70%
  • ana renk tonu 50.59%
CMYK:
(17,0,13,51)
C17M0Y13K51 
(17%,0%,13%,51%)
(0.17/0.00/0.13/0.51)	

CMYK yüzdeleri

%17.46
%0
%12.7
%50.59

Codes

Color #687E6E in popluar color models

687E6E
RGB104126110
HSL136°9.57%45.10%
HSB/HSV136°17.46%49.41%
CMYK17.46%0.00%12.70%
50.59%

Color #687E6E in popluar number systems.

HEX687E6E
Decimal104126110
Binary110100011111101101110
Octal150176156

Shades and tints

Shades of #687E6E

#687E6E
(104,126,110)
#5F7364
(95,115,100)
#56685A
(86,104,90)
#4D5D50
(77,93,80)
#445246
(68,82,70)
#3B473C
(59,71,60)
#323C32
(50,60,50)
#293128
(41,49,40)
#20261E
(32,38,30)
#171B14
(23,27,20)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #687E6E

#687E6E
(104,126,110)
#75897B
(117,137,123)
#829488
(130,148,136)
#8F9F95
(143,159,149)
#9CAAA2
(156,170,162)
#A9B5AF
(169,181,175)
#B6C0BC
(182,192,188)
#C3CBC9
(195,203,201)
#D0D6D6
(208,214,214)
#DDE1E3
(221,225,227)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687E6E; }

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

This text font color is #687E6E.


Background Color

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

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

This div background color is #687E6E.


Border color

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

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

This div border color is #687E6E.


Opacity

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

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

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

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

This text has shadow with #687E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E6E on black background.


Color preview on white background

This text has color #687E6E on white background.



Black color preview on #687E6E background

This text has black color on #687E6E background.


White color preview on #687E6E background

This text has white color on #687E6E background.