COLOR #686756

HEX: #686756
RGB: (104,103,86)

Renk bilgisi

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

RGB renk modeli

#686756 color RGB value is (104,103,86).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 103 of 255 = 40%
B 86 of 255 = 34%

104
103
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 103 + 86 = 293 (100%)
R 104 of 293 ~ 35.49%
G 103 of 293 ~ 35.15%
B 86 of 293 ~ 29.35%

%35.49
%35.15
%29.35

CMYK RENK MODELİ

#686756 rengi CMYK tonu (0,1,17,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.96%
  • sarı tonu 17.31%
  • ana renk tonu 59.22%
CMYK:
(0,1,17,59)
C0M1Y17K59 
(0%,1%,17%,59%)
(0.00/0.01/0.17/0.59)	

CMYK yüzdeleri

%0
%0.96
%17.31
%59.22

Codes

Color #686756 in popluar color models

686756
RGB10410386
HSL57°9.47%37.25%
HSB/HSV57°17.31%40.78%
CMYK0.00%0.96%17.31%
59.22%

Color #686756 in popluar number systems.

HEX686756
Decimal10410386
Binary110100011001111010110
Octal150147126

Shades and tints

Shades of #686756

#686756
(104,103,86)
#5F5E4F
(95,94,79)
#565548
(86,85,72)
#4D4C41
(77,76,65)
#44433A
(68,67,58)
#3B3A33
(59,58,51)
#32312C
(50,49,44)
#292825
(41,40,37)
#201F1E
(32,31,30)
#171617
(23,22,23)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #686756

#686756
(104,103,86)
#757465
(117,116,101)
#828174
(130,129,116)
#8F8E83
(143,142,131)
#9C9B92
(156,155,146)
#A9A8A1
(169,168,161)
#B6B5B0
(182,181,176)
#C3C2BF
(195,194,191)
#D0CFCE
(208,207,206)
#DDDCDD
(221,220,221)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686756; }

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

This text font color is #686756.


Background Color

.myBgColor { background-color: #686756; }

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

This div background color is #686756.


Border color

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

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

This div border color is #686756.


Opacity

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

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

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

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

This text has shadow with #686756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686756 on black background.


Color preview on white background

This text has color #686756 on white background.



Black color preview on #686756 background

This text has black color on #686756 background.


White color preview on #686756 background

This text has white color on #686756 background.