COLOR #686461

HEX: #686461
RGB: (104,100,97)

Renk bilgisi

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

RGB renk modeli

#686461 color RGB value is (104,100,97).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 100 of 255 = 39%
B 97 of 255 = 38%

104
100
97

R + G + B ~ 39%. #686461 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 100 + 97 = 301 (100%)
R 104 of 301 ~ 34.55%
G 100 of 301 ~ 33.22%
B 97 of 301 ~ 32.23%

%34.55
%33.22
%32.23

CMYK RENK MODELİ

#686461 rengi CMYK tonu (0,4,7,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.85%
  • sarı tonu 6.73%
  • ana renk tonu 59.22%
CMYK:
(0,4,7,59)
C0M4Y7K59 
(0%,4%,7%,59%)
(0.00/0.04/0.07/0.59)	

CMYK yüzdeleri

%0
%3.85
%6.73
%59.22

Codes

Color #686461 in popluar color models

686461
RGB10410097
HSL26°3.48%39.41%
HSB/HSV26°6.73%40.78%
CMYK0.00%3.85%6.73%
59.22%

Color #686461 in popluar number systems.

HEX686461
Decimal10410097
Binary110100011001001100001
Octal150144141

Shades and tints

Shades of #686461

#686461
(104,100,97)
#5F5B59
(95,91,89)
#565251
(86,82,81)
#4D4949
(77,73,73)
#444041
(68,64,65)
#3B3739
(59,55,57)
#322E31
(50,46,49)
#292529
(41,37,41)
#201C21
(32,28,33)
#171319
(23,19,25)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #686461

#686461
(104,100,97)
#75726F
(117,114,111)
#82807D
(130,128,125)
#8F8E8B
(143,142,139)
#9C9C99
(156,156,153)
#A9AAA7
(169,170,167)
#B6B8B5
(182,184,181)
#C3C6C3
(195,198,195)
#D0D4D1
(208,212,209)
#DDE2DF
(221,226,223)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686461; }

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

This text font color is #686461.


Background Color

.myBgColor { background-color: #686461; }

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

This div background color is #686461.


Border color

.myBorderColor { border: 1px solid #686461; }

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

This div border color is #686461.


Opacity

.myOpacity80 { color: #686461; opacity: 0.8; }

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

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

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

This text has shadow with #686461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686461 on black background.


Color preview on white background

This text has color #686461 on white background.



Black color preview on #686461 background

This text has black color on #686461 background.


White color preview on #686461 background

This text has white color on #686461 background.