COLOR #687E63

HEX: #687E63
RGB: (104,126,99)

Renk bilgisi

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

RGB renk modeli

#687E63 color RGB value is (104,126,99).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 126 of 255 = 49%
B 99 of 255 = 39%

104
126
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 126 + 99 = 329 (100%)
R 104 of 329 ~ 31.61%
G 126 of 329 ~ 38.3%
B 99 of 329 ~ 30.09%

%31.61
%38.3
%30.09

CMYK RENK MODELİ

#687E63 rengi CMYK tonu (17,0,21,51).

  • camgöbeği tonu 17.46%
  • eflatun tonu 0.00%
  • sarı tonu 21.43%
  • ana renk tonu 50.59%
CMYK:
(17,0,21,51)
C17M0Y21K51 
(17%,0%,21%,51%)
(0.17/0.00/0.21/0.51)	

CMYK yüzdeleri

%17.46
%0
%21.43
%50.59

Codes

Color #687E63 in popluar color models

687E63
RGB10412699
HSL109°12.00%44.12%
HSB/HSV109°21.43%49.41%
CMYK17.46%0.00%21.43%
50.59%

Color #687E63 in popluar number systems.

HEX687E63
Decimal10412699
Binary110100011111101100011
Octal150176143

Shades and tints

Shades of #687E63

#687E63
(104,126,99)
#5F735A
(95,115,90)
#566851
(86,104,81)
#4D5D48
(77,93,72)
#44523F
(68,82,63)
#3B4736
(59,71,54)
#323C2D
(50,60,45)
#293124
(41,49,36)
#20261B
(32,38,27)
#171B12
(23,27,18)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #687E63

#687E63
(104,126,99)
#758971
(117,137,113)
#82947F
(130,148,127)
#8F9F8D
(143,159,141)
#9CAA9B
(156,170,155)
#A9B5A9
(169,181,169)
#B6C0B7
(182,192,183)
#C3CBC5
(195,203,197)
#D0D6D3
(208,214,211)
#DDE1E1
(221,225,225)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687E63; }

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

This text font color is #687E63.


Background Color

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

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

This div background color is #687E63.


Border color

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

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

This div border color is #687E63.


Opacity

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

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

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

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

This text has shadow with #687E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E63 on black background.


Color preview on white background

This text has color #687E63 on white background.



Black color preview on #687E63 background

This text has black color on #687E63 background.


White color preview on #687E63 background

This text has white color on #687E63 background.