COLOR #686D50

HEX: #686D50
RGB: (104,109,80)

Renk bilgisi

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

RGB renk modeli

#686D50 color RGB value is (104,109,80).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 109 of 255 = 43%
B 80 of 255 = 31%

104
109
80

R + G + B ~ 38%. #686D50 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 109 + 80 = 293 (100%)
R 104 of 293 ~ 35.49%
G 109 of 293 ~ 37.2%
B 80 of 293 ~ 27.3%

%35.49
%37.2
%27.3

CMYK RENK MODELİ

#686D50 rengi CMYK tonu (5,0,27,57).

  • camgöbeği tonu 4.59%
  • eflatun tonu 0.00%
  • sarı tonu 26.61%
  • ana renk tonu 57.25%
CMYK:
(5,0,27,57)
C5M0Y27K57 
(5%,0%,27%,57%)
(0.05/0.00/0.27/0.57)	

CMYK yüzdeleri

%4.59
%0
%26.61
%57.25

Codes

Color #686D50 in popluar color models

686D50
RGB10410980
HSL70°15.34%37.06%
HSB/HSV70°26.61%42.75%
CMYK4.59%0.00%26.61%
57.25%

Color #686D50 in popluar number systems.

HEX686D50
Decimal10410980
Binary110100011011011010000
Octal150155120

Shades and tints

Shades of #686D50

#686D50
(104,109,80)
#5F6449
(95,100,73)
#565B42
(86,91,66)
#4D523B
(77,82,59)
#444934
(68,73,52)
#3B402D
(59,64,45)
#323726
(50,55,38)
#292E1F
(41,46,31)
#202518
(32,37,24)
#171C11
(23,28,17)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #686D50

#686D50
(104,109,80)
#757A5F
(117,122,95)
#82876E
(130,135,110)
#8F947D
(143,148,125)
#9CA18C
(156,161,140)
#A9AE9B
(169,174,155)
#B6BBAA
(182,187,170)
#C3C8B9
(195,200,185)
#D0D5C8
(208,213,200)
#DDE2D7
(221,226,215)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686D50; }

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

This text font color is #686D50.


Background Color

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

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

This div background color is #686D50.


Border color

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

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

This div border color is #686D50.


Opacity

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

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

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

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

This text has shadow with #686D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686D50 on black background.


Color preview on white background

This text has color #686D50 on white background.



Black color preview on #686D50 background

This text has black color on #686D50 background.


White color preview on #686D50 background

This text has white color on #686D50 background.