COLOR #686F62

HEX: #686F62
RGB: (104,111,98)

Renk bilgisi

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

RGB renk modeli

#686F62 color RGB value is (104,111,98).

  • kırmız ton 104;
  • yeşil ton 111;
  • mavi ton 98.
RGB:
(104,111,98)
(41%,44%,38%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 111 of 255 = 44%
B 98 of 255 = 38%

104
111
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 111 + 98 = 313 (100%)
R 104 of 313 ~ 33.23%
G 111 of 313 ~ 35.46%
B 98 of 313 ~ 31.31%

%33.23
%35.46
%31.31

CMYK RENK MODELİ

#686F62 rengi CMYK tonu (6,0,12,56).

  • camgöbeği tonu 6.31%
  • eflatun tonu 0.00%
  • sarı tonu 11.71%
  • ana renk tonu 56.47%
CMYK:
(6,0,12,56)
C6M0Y12K56 
(6%,0%,12%,56%)
(0.06/0.00/0.12/0.56)	

CMYK yüzdeleri

%6.31
%0
%11.71
%56.47

Codes

Color #686F62 in popluar color models

686F62
RGB10411198
HSL92°6.22%40.98%
HSB/HSV92°11.71%43.53%
CMYK6.31%0.00%11.71%
56.47%

Color #686F62 in popluar number systems.

HEX686F62
Decimal10411198
Binary110100011011111100010
Octal150157142

Shades and tints

Shades of #686F62

#686F62
(104,111,98)
#5F655A
(95,101,90)
#565B52
(86,91,82)
#4D514A
(77,81,74)
#444742
(68,71,66)
#3B3D3A
(59,61,58)
#323332
(50,51,50)
#29292A
(41,41,42)
#201F22
(32,31,34)
#17151A
(23,21,26)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #686F62

#686F62
(104,111,98)
#757C70
(117,124,112)
#82897E
(130,137,126)
#8F968C
(143,150,140)
#9CA39A
(156,163,154)
#A9B0A8
(169,176,168)
#B6BDB6
(182,189,182)
#C3CAC4
(195,202,196)
#D0D7D2
(208,215,210)
#DDE4E0
(221,228,224)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686F62 color. Also use rgb(104,111,98) instead hex code.

Text Font Color

.myTextColor { color: #686F62; }

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

This text font color is #686F62.


Background Color

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

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

This div background color is #686F62.


Border color

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

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

This div border color is #686F62.


Opacity

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

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

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

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

This text has shadow with #686F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686F62 on black background.


Color preview on white background

This text has color #686F62 on white background.



Black color preview on #686F62 background

This text has black color on #686F62 background.


White color preview on #686F62 background

This text has white color on #686F62 background.