COLOR #686131

HEX: #686131
RGB: (104,97,49)

Renk bilgisi

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

RGB renk modeli

#686131 color RGB value is (104,97,49).

  • kırmız ton 104;
  • yeşil ton 97;
  • mavi ton 49.
RGB:
(104,97,49)
(41%,38%,19%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 97 of 255 = 38%
B 49 of 255 = 19%

104
97
49

R + G + B ~ 33%. #686131 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 97 + 49 = 250 (100%)
R 104 of 250 ~ 41.6%
G 97 of 250 ~ 38.8%
B 49 of 250 ~ 19.6%

%41.6
%38.8
%19.6

CMYK RENK MODELİ

#686131 rengi CMYK tonu (0,7,53,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.73%
  • sarı tonu 52.88%
  • ana renk tonu 59.22%
CMYK:
(0,7,53,59)
C0M7Y53K59 
(0%,7%,53%,59%)
(0.00/0.07/0.53/0.59)	

CMYK yüzdeleri

%0
%6.73
%52.88
%59.22

Codes

Color #686131 in popluar color models

686131
RGB1049749
HSL52°35.95%30.00%
HSB/HSV52°52.88%40.78%
CMYK0.00%6.73%52.88%
59.22%

Color #686131 in popluar number systems.

HEX686131
Decimal1049749
Binary11010001100001110001
Octal15014161

Shades and tints

Shades of #686131

#686131
(104,97,49)
#5F592D
(95,89,45)
#565129
(86,81,41)
#4D4925
(77,73,37)
#444121
(68,65,33)
#3B391D
(59,57,29)
#323119
(50,49,25)
#292915
(41,41,21)
#202111
(32,33,17)
#17190D
(23,25,13)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #686131

#686131
(104,97,49)
#756F43
(117,111,67)
#827D55
(130,125,85)
#8F8B67
(143,139,103)
#9C9979
(156,153,121)
#A9A78B
(169,167,139)
#B6B59D
(182,181,157)
#C3C3AF
(195,195,175)
#D0D1C1
(208,209,193)
#DDDFD3
(221,223,211)
#EAEDE5
(234,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686131 color. Also use rgb(104,97,49) instead hex code.

Text Font Color

.myTextColor { color: #686131; }

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

This text font color is #686131.


Background Color

.myBgColor { background-color: #686131; }

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

This div background color is #686131.


Border color

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

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

This div border color is #686131.


Opacity

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

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

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

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

This text has shadow with #686131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686131 on black background.


Color preview on white background

This text has color #686131 on white background.



Black color preview on #686131 background

This text has black color on #686131 background.


White color preview on #686131 background

This text has white color on #686131 background.