COLOR #686B63

HEX: #686B63
RGB: (104,107,99)

Renk bilgisi

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

RGB renk modeli

#686B63 color RGB value is (104,107,99).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 107 of 255 = 42%
B 99 of 255 = 39%

104
107
99

R + G + B ~ 41%. #686B63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 107 + 99 = 310 (100%)
R 104 of 310 ~ 33.55%
G 107 of 310 ~ 34.52%
B 99 of 310 ~ 31.94%

%33.55
%34.52
%31.94

CMYK RENK MODELİ

#686B63 rengi CMYK tonu (3,0,7,58).

  • camgöbeği tonu 2.80%
  • eflatun tonu 0.00%
  • sarı tonu 7.48%
  • ana renk tonu 58.04%
CMYK:
(3,0,7,58)
C3M0Y7K58 
(3%,0%,7%,58%)
(0.03/0.00/0.07/0.58)	

CMYK yüzdeleri

%2.8
%0
%7.48
%58.04

Codes

Color #686B63 in popluar color models

686B63
RGB10410799
HSL83°3.88%40.39%
HSB/HSV83°7.48%41.96%
CMYK2.80%0.00%7.48%
58.04%

Color #686B63 in popluar number systems.

HEX686B63
Decimal10410799
Binary110100011010111100011
Octal150153143

Shades and tints

Shades of #686B63

#686B63
(104,107,99)
#5F625A
(95,98,90)
#565951
(86,89,81)
#4D5048
(77,80,72)
#44473F
(68,71,63)
#3B3E36
(59,62,54)
#32352D
(50,53,45)
#292C24
(41,44,36)
#20231B
(32,35,27)
#171A12
(23,26,18)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #686B63

#686B63
(104,107,99)
#757871
(117,120,113)
#82857F
(130,133,127)
#8F928D
(143,146,141)
#9C9F9B
(156,159,155)
#A9ACA9
(169,172,169)
#B6B9B7
(182,185,183)
#C3C6C5
(195,198,197)
#D0D3D3
(208,211,211)
#DDE0E1
(221,224,225)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686B63 color. Also use rgb(104,107,99) instead hex code.

Text Font Color

.myTextColor { color: #686B63; }

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

This text font color is #686B63.


Background Color

.myBgColor { background-color: #686B63; }

<div style="background-color:#686B63">Inner text</div>

This div background color is #686B63.


Border color

.myBorderColor { border: 1px solid #686B63; }

<div style="border:3px solid #686B63">Div</div>

This div border color is #686B63.


Opacity

.myOpacity80 { color: #686B63; opacity: 0.8; }

<p style="color:#686B63;opacity:0.8;">80%</p>

Text with #686B63 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 #686B63;}

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

This text has shadow with #686B63 color.

.textShadow {text-shadow: 3px 3px 1px #686B63, 3px 3px 1px red;}

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

This text has shadow with #686B63 primary color and red secondary color.


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

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

This text has shadow with #686B63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686B63 on black background.


Color preview on white background

This text has color #686B63 on white background.



Black color preview on #686B63 background

This text has black color on #686B63 background.


White color preview on #686B63 background

This text has white color on #686B63 background.