COLOR #686949

HEX: #686949
RGB: (104,105,73)

Renk bilgisi

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

RGB renk modeli

#686949 color RGB value is (104,105,73).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 105 of 255 = 41%
B 73 of 255 = 29%

104
105
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 105 + 73 = 282 (100%)
R 104 of 282 ~ 36.88%
G 105 of 282 ~ 37.23%
B 73 of 282 ~ 25.89%

%36.88
%37.23
%25.89

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.95%
  • eflatun tonu 0.00%
  • sarı tonu 30.48%
  • ana renk tonu 58.82%
CMYK:
(1,0,30,59)
C1M0Y30K59 
(1%,0%,30%,59%)
(0.01/0.00/0.30/0.59)	

CMYK yüzdeleri

%0.95
%0
%30.48
%58.82

Codes

Color #686949 in popluar color models

686949
RGB10410573
HSL62°17.98%34.90%
HSB/HSV62°30.48%41.18%
CMYK0.95%0.00%30.48%
58.82%

Color #686949 in popluar number systems.

HEX686949
Decimal10410573
Binary110100011010011001001
Octal150151111

Shades and tints

Shades of #686949

#686949
(104,105,73)
#5F6043
(95,96,67)
#56573D
(86,87,61)
#4D4E37
(77,78,55)
#444531
(68,69,49)
#3B3C2B
(59,60,43)
#323325
(50,51,37)
#292A1F
(41,42,31)
#202119
(32,33,25)
#171813
(23,24,19)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #686949

#686949
(104,105,73)
#757659
(117,118,89)
#828369
(130,131,105)
#8F9079
(143,144,121)
#9C9D89
(156,157,137)
#A9AA99
(169,170,153)
#B6B7A9
(182,183,169)
#C3C4B9
(195,196,185)
#D0D1C9
(208,209,201)
#DDDED9
(221,222,217)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686949; }

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

This text font color is #686949.


Background Color

.myBgColor { background-color: #686949; }

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

This div background color is #686949.


Border color

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

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

This div border color is #686949.


Opacity

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

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

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

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

This text has shadow with #686949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686949 on black background.


Color preview on white background

This text has color #686949 on white background.



Black color preview on #686949 background

This text has black color on #686949 background.


White color preview on #686949 background

This text has white color on #686949 background.