COLOR #686E47

HEX: #686E47
RGB: (104,110,71)

Renk bilgisi

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

RGB renk modeli

#686E47 color RGB value is (104,110,71).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 110 of 255 = 43%
B 71 of 255 = 28%

104
110
71

R + G + B ~ 37%. #686E47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 110 + 71 = 285 (100%)
R 104 of 285 ~ 36.49%
G 110 of 285 ~ 38.6%
B 71 of 285 ~ 24.91%

%36.49
%38.6
%24.91

CMYK RENK MODELİ

#686E47 rengi CMYK tonu (5,0,35,57).

  • camgöbeği tonu 5.45%
  • eflatun tonu 0.00%
  • sarı tonu 35.45%
  • ana renk tonu 56.86%
CMYK:
(5,0,35,57)
C5M0Y35K57 
(5%,0%,35%,57%)
(0.05/0.00/0.35/0.57)	

CMYK yüzdeleri

%5.45
%0
%35.45
%56.86

Codes

Color #686E47 in popluar color models

686E47
RGB10411071
HSL69°21.55%35.49%
HSB/HSV69°35.45%43.14%
CMYK5.45%0.00%35.45%
56.86%

Color #686E47 in popluar number systems.

HEX686E47
Decimal10411071
Binary110100011011101000111
Octal150156107

Shades and tints

Shades of #686E47

#686E47
(104,110,71)
#5F6441
(95,100,65)
#565A3B
(86,90,59)
#4D5035
(77,80,53)
#44462F
(68,70,47)
#3B3C29
(59,60,41)
#323223
(50,50,35)
#29281D
(41,40,29)
#201E17
(32,30,23)
#171411
(23,20,17)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #686E47

#686E47
(104,110,71)
#757B57
(117,123,87)
#828867
(130,136,103)
#8F9577
(143,149,119)
#9CA287
(156,162,135)
#A9AF97
(169,175,151)
#B6BCA7
(182,188,167)
#C3C9B7
(195,201,183)
#D0D6C7
(208,214,199)
#DDE3D7
(221,227,215)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686E47; }

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

This text font color is #686E47.


Background Color

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

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

This div background color is #686E47.


Border color

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

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

This div border color is #686E47.


Opacity

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

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

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

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

This text has shadow with #686E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686E47 on black background.


Color preview on white background

This text has color #686E47 on white background.



Black color preview on #686E47 background

This text has black color on #686E47 background.


White color preview on #686E47 background

This text has white color on #686E47 background.