COLOR #686749

HEX: #686749
RGB: (104,103,73)

Renk bilgisi

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

RGB renk modeli

#686749 color RGB value is (104,103,73).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 103 of 255 = 40%
B 73 of 255 = 29%

104
103
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 103 + 73 = 280 (100%)
R 104 of 280 ~ 37.14%
G 103 of 280 ~ 36.79%
B 73 of 280 ~ 26.07%

%37.14
%36.79
%26.07

CMYK RENK MODELİ

#686749 rengi CMYK tonu (0,1,30,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.96%
  • sarı tonu 29.81%
  • ana renk tonu 59.22%
CMYK:
(0,1,30,59)
C0M1Y30K59 
(0%,1%,30%,59%)
(0.00/0.01/0.30/0.59)	

CMYK yüzdeleri

%0
%0.96
%29.81
%59.22

Codes

Color #686749 in popluar color models

686749
RGB10410373
HSL58°17.51%34.71%
HSB/HSV58°29.81%40.78%
CMYK0.00%0.96%29.81%
59.22%

Color #686749 in popluar number systems.

HEX686749
Decimal10410373
Binary110100011001111001001
Octal150147111

Shades and tints

Shades of #686749

#686749
(104,103,73)
#5F5E43
(95,94,67)
#56553D
(86,85,61)
#4D4C37
(77,76,55)
#444331
(68,67,49)
#3B3A2B
(59,58,43)
#323125
(50,49,37)
#29281F
(41,40,31)
#201F19
(32,31,25)
#171613
(23,22,19)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #686749

#686749
(104,103,73)
#757459
(117,116,89)
#828169
(130,129,105)
#8F8E79
(143,142,121)
#9C9B89
(156,155,137)
#A9A899
(169,168,153)
#B6B5A9
(182,181,169)
#C3C2B9
(195,194,185)
#D0CFC9
(208,207,201)
#DDDCD9
(221,220,217)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686749; }

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

This text font color is #686749.


Background Color

.myBgColor { background-color: #686749; }

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

This div background color is #686749.


Border color

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

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

This div border color is #686749.


Opacity

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

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

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

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

This text has shadow with #686749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686749 on black background.


Color preview on white background

This text has color #686749 on white background.



Black color preview on #686749 background

This text has black color on #686749 background.


White color preview on #686749 background

This text has white color on #686749 background.