COLOR #686E56

HEX: #686E56
RGB: (104,110,86)

Renk bilgisi

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

RGB renk modeli

#686E56 color RGB value is (104,110,86).

  • kırmız ton 104;
  • yeşil ton 110;
  • mavi ton 86.
RGB:
(104,110,86)
(41%,43%,34%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 110 of 255 = 43%
B 86 of 255 = 34%

104
110
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 110 + 86 = 300 (100%)
R 104 of 300 ~ 34.67%
G 110 of 300 ~ 36.67%
B 86 of 300 ~ 28.67%

%34.67
%36.67
%28.67

CMYK RENK MODELİ

#686E56 rengi CMYK tonu (5,0,22,57).

  • camgöbeği tonu 5.45%
  • eflatun tonu 0.00%
  • sarı tonu 21.82%
  • ana renk tonu 56.86%
CMYK:
(5,0,22,57)
C5M0Y22K57 
(5%,0%,22%,57%)
(0.05/0.00/0.22/0.57)	

CMYK yüzdeleri

%5.45
%0
%21.82
%56.86

Codes

Color #686E56 in popluar color models

686E56
RGB10411086
HSL75°12.24%38.43%
HSB/HSV75°21.82%43.14%
CMYK5.45%0.00%21.82%
56.86%

Color #686E56 in popluar number systems.

HEX686E56
Decimal10411086
Binary110100011011101010110
Octal150156126

Shades and tints

Shades of #686E56

#686E56
(104,110,86)
#5F644F
(95,100,79)
#565A48
(86,90,72)
#4D5041
(77,80,65)
#44463A
(68,70,58)
#3B3C33
(59,60,51)
#32322C
(50,50,44)
#292825
(41,40,37)
#201E1E
(32,30,30)
#171417
(23,20,23)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #686E56

#686E56
(104,110,86)
#757B65
(117,123,101)
#828874
(130,136,116)
#8F9583
(143,149,131)
#9CA292
(156,162,146)
#A9AFA1
(169,175,161)
#B6BCB0
(182,188,176)
#C3C9BF
(195,201,191)
#D0D6CE
(208,214,206)
#DDE3DD
(221,227,221)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686E56 color. Also use rgb(104,110,86) instead hex code.

Text Font Color

.myTextColor { color: #686E56; }

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

This text font color is #686E56.


Background Color

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

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

This div background color is #686E56.


Border color

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

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

This div border color is #686E56.


Opacity

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

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

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

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

This text has shadow with #686E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686E56 on black background.


Color preview on white background

This text has color #686E56 on white background.



Black color preview on #686E56 background

This text has black color on #686E56 background.


White color preview on #686E56 background

This text has white color on #686E56 background.