COLOR #686B60

HEX: #686B60
RGB: (104,107,96)

Renk bilgisi

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

RGB renk modeli

#686B60 color RGB value is (104,107,96).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 107 of 255 = 42%
B 96 of 255 = 38%

104
107
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 107 + 96 = 307 (100%)
R 104 of 307 ~ 33.88%
G 107 of 307 ~ 34.85%
B 96 of 307 ~ 31.27%

%33.88
%34.85
%31.27

CMYK RENK MODELİ

#686B60 rengi CMYK tonu (3,0,10,58).

  • camgöbeği tonu 2.80%
  • eflatun tonu 0.00%
  • sarı tonu 10.28%
  • ana renk tonu 58.04%
CMYK:
(3,0,10,58)
C3M0Y10K58 
(3%,0%,10%,58%)
(0.03/0.00/0.10/0.58)	

CMYK yüzdeleri

%2.8
%0
%10.28
%58.04

Codes

Color #686B60 in popluar color models

686B60
RGB10410796
HSL76°5.42%39.80%
HSB/HSV76°10.28%41.96%
CMYK2.80%0.00%10.28%
58.04%

Color #686B60 in popluar number systems.

HEX686B60
Decimal10410796
Binary110100011010111100000
Octal150153140

Shades and tints

Shades of #686B60

#686B60
(104,107,96)
#5F6258
(95,98,88)
#565950
(86,89,80)
#4D5048
(77,80,72)
#444740
(68,71,64)
#3B3E38
(59,62,56)
#323530
(50,53,48)
#292C28
(41,44,40)
#202320
(32,35,32)
#171A18
(23,26,24)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #686B60

#686B60
(104,107,96)
#75786E
(117,120,110)
#82857C
(130,133,124)
#8F928A
(143,146,138)
#9C9F98
(156,159,152)
#A9ACA6
(169,172,166)
#B6B9B4
(182,185,180)
#C3C6C2
(195,198,194)
#D0D3D0
(208,211,208)
#DDE0DE
(221,224,222)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686B60; }

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

This text font color is #686B60.


Background Color

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

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

This div background color is #686B60.


Border color

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

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

This div border color is #686B60.


Opacity

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

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

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

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

This text has shadow with #686B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686B60 on black background.


Color preview on white background

This text has color #686B60 on white background.



Black color preview on #686B60 background

This text has black color on #686B60 background.


White color preview on #686B60 background

This text has white color on #686B60 background.