COLOR #686D64

HEX: #686D64
RGB: (104,109,100)

Renk bilgisi

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

RGB renk modeli

#686D64 color RGB value is (104,109,100).

  • kırmız ton 104;
  • yeşil ton 109;
  • mavi ton 100.
RGB:
(104,109,100)
(41%,43%,39%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 109 of 255 = 43%
B 100 of 255 = 39%

104
109
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 109 + 100 = 313 (100%)
R 104 of 313 ~ 33.23%
G 109 of 313 ~ 34.82%
B 100 of 313 ~ 31.95%

%33.23
%34.82
%31.95

CMYK RENK MODELİ

#686D64 rengi CMYK tonu (5,0,8,57).

  • camgöbeği tonu 4.59%
  • eflatun tonu 0.00%
  • sarı tonu 8.26%
  • ana renk tonu 57.25%
CMYK:
(5,0,8,57)
C5M0Y8K57 
(5%,0%,8%,57%)
(0.05/0.00/0.08/0.57)	

CMYK yüzdeleri

%4.59
%0
%8.26
%57.25

Codes

Color #686D64 in popluar color models

686D64
RGB104109100
HSL93°4.31%40.98%
HSB/HSV93°8.26%42.75%
CMYK4.59%0.00%8.26%
57.25%

Color #686D64 in popluar number systems.

HEX686D64
Decimal104109100
Binary110100011011011100100
Octal150155144

Shades and tints

Shades of #686D64

#686D64
(104,109,100)
#5F645B
(95,100,91)
#565B52
(86,91,82)
#4D5249
(77,82,73)
#444940
(68,73,64)
#3B4037
(59,64,55)
#32372E
(50,55,46)
#292E25
(41,46,37)
#20251C
(32,37,28)
#171C13
(23,28,19)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #686D64

#686D64
(104,109,100)
#757A72
(117,122,114)
#828780
(130,135,128)
#8F948E
(143,148,142)
#9CA19C
(156,161,156)
#A9AEAA
(169,174,170)
#B6BBB8
(182,187,184)
#C3C8C6
(195,200,198)
#D0D5D4
(208,213,212)
#DDE2E2
(221,226,226)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686D64 color. Also use rgb(104,109,100) instead hex code.

Text Font Color

.myTextColor { color: #686D64; }

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

This text font color is #686D64.


Background Color

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

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

This div background color is #686D64.


Border color

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

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

This div border color is #686D64.


Opacity

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

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

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

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

This text has shadow with #686D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686D64 on black background.


Color preview on white background

This text has color #686D64 on white background.



Black color preview on #686D64 background

This text has black color on #686D64 background.


White color preview on #686D64 background

This text has white color on #686D64 background.