COLOR #686D5A

HEX: #686D5A
RGB: (104,109,90)

Renk bilgisi

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

RGB renk modeli

#686D5A color RGB value is (104,109,90).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 109 of 255 = 43%
B 90 of 255 = 35%

104
109
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 109 + 90 = 303 (100%)
R 104 of 303 ~ 34.32%
G 109 of 303 ~ 35.97%
B 90 of 303 ~ 29.7%

%34.32
%35.97
%29.7

CMYK RENK MODELİ

#686D5A rengi CMYK tonu (5,0,17,57).

  • camgöbeği tonu 4.59%
  • eflatun tonu 0.00%
  • sarı tonu 17.43%
  • ana renk tonu 57.25%
CMYK:
(5,0,17,57)
C5M0Y17K57 
(5%,0%,17%,57%)
(0.05/0.00/0.17/0.57)	

CMYK yüzdeleri

%4.59
%0
%17.43
%57.25

Codes

Color #686D5A in popluar color models

686D5A
RGB10410990
HSL76°9.55%39.02%
HSB/HSV76°17.43%42.75%
CMYK4.59%0.00%17.43%
57.25%

Color #686D5A in popluar number systems.

HEX686D5A
Decimal10410990
Binary110100011011011011010
Octal150155132

Shades and tints

Shades of #686D5A

#686D5A
(104,109,90)
#5F6452
(95,100,82)
#565B4A
(86,91,74)
#4D5242
(77,82,66)
#44493A
(68,73,58)
#3B4032
(59,64,50)
#32372A
(50,55,42)
#292E22
(41,46,34)
#20251A
(32,37,26)
#171C12
(23,28,18)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #686D5A

#686D5A
(104,109,90)
#757A69
(117,122,105)
#828778
(130,135,120)
#8F9487
(143,148,135)
#9CA196
(156,161,150)
#A9AEA5
(169,174,165)
#B6BBB4
(182,187,180)
#C3C8C3
(195,200,195)
#D0D5D2
(208,213,210)
#DDE2E1
(221,226,225)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686D5A; }

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

This text font color is #686D5A.


Background Color

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

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

This div background color is #686D5A.


Border color

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

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

This div border color is #686D5A.


Opacity

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

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

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

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

This text has shadow with #686D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686D5A on black background.


Color preview on white background

This text has color #686D5A on white background.



Black color preview on #686D5A background

This text has black color on #686D5A background.


White color preview on #686D5A background

This text has white color on #686D5A background.