COLOR #686D53

HEX: #686D53
RGB: (104,109,83)

Renk bilgisi

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

RGB renk modeli

#686D53 color RGB value is (104,109,83).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 109 of 255 = 43%
B 83 of 255 = 33%

104
109
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 109 + 83 = 296 (100%)
R 104 of 296 ~ 35.14%
G 109 of 296 ~ 36.82%
B 83 of 296 ~ 28.04%

%35.14
%36.82
%28.04

CMYK RENK MODELİ

#686D53 rengi CMYK tonu (5,0,24,57).

  • camgöbeği tonu 4.59%
  • eflatun tonu 0.00%
  • sarı tonu 23.85%
  • ana renk tonu 57.25%
CMYK:
(5,0,24,57)
C5M0Y24K57 
(5%,0%,24%,57%)
(0.05/0.00/0.24/0.57)	

CMYK yüzdeleri

%4.59
%0
%23.85
%57.25

Codes

Color #686D53 in popluar color models

686D53
RGB10410983
HSL72°13.54%37.65%
HSB/HSV72°23.85%42.75%
CMYK4.59%0.00%23.85%
57.25%

Color #686D53 in popluar number systems.

HEX686D53
Decimal10410983
Binary110100011011011010011
Octal150155123

Shades and tints

Shades of #686D53

#686D53
(104,109,83)
#5F644C
(95,100,76)
#565B45
(86,91,69)
#4D523E
(77,82,62)
#444937
(68,73,55)
#3B4030
(59,64,48)
#323729
(50,55,41)
#292E22
(41,46,34)
#20251B
(32,37,27)
#171C14
(23,28,20)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #686D53

#686D53
(104,109,83)
#757A62
(117,122,98)
#828771
(130,135,113)
#8F9480
(143,148,128)
#9CA18F
(156,161,143)
#A9AE9E
(169,174,158)
#B6BBAD
(182,187,173)
#C3C8BC
(195,200,188)
#D0D5CB
(208,213,203)
#DDE2DA
(221,226,218)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686D53; }

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

This text font color is #686D53.


Background Color

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

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

This div background color is #686D53.


Border color

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

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

This div border color is #686D53.


Opacity

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

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

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

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

This text has shadow with #686D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686D53 on black background.


Color preview on white background

This text has color #686D53 on white background.



Black color preview on #686D53 background

This text has black color on #686D53 background.


White color preview on #686D53 background

This text has white color on #686D53 background.