COLOR #684D31

HEX: #684D31
RGB: (104,77,49)

Renk bilgisi

#684D31 contains red, green and blue colors in about the same proportion. #684D31 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#684D31 color RGB value is (104,77,49).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 77 of 255 = 30%
B 49 of 255 = 19%

104
77
49

R + G + B ~ 30%. #684D31 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 77 + 49 = 230 (100%)
R 104 of 230 ~ 45.22%
G 77 of 230 ~ 33.48%
B 49 of 230 ~ 21.3%

%45.22
%33.48
%21.3

CMYK RENK MODELİ

#684D31 rengi CMYK tonu (0,26,53,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.96%
  • sarı tonu 52.88%
  • ana renk tonu 59.22%
CMYK:
(0,26,53,59)
C0M26Y53K59 
(0%,26%,53%,59%)
(0.00/0.26/0.53/0.59)	

CMYK yüzdeleri

%0
%25.96
%52.88
%59.22

Codes

Color #684D31 in popluar color models

684D31
RGB1047749
HSL31°35.95%30.00%
HSB/HSV31°52.88%40.78%
CMYK0.00%25.96%52.88%
59.22%

Color #684D31 in popluar number systems.

HEX684D31
Decimal1047749
Binary11010001001101110001
Octal15011561

Shades and tints

Shades of #684D31

#684D31
(104,77,49)
#5F462D
(95,70,45)
#563F29
(86,63,41)
#4D3825
(77,56,37)
#443121
(68,49,33)
#3B2A1D
(59,42,29)
#322319
(50,35,25)
#291C15
(41,28,21)
#201511
(32,21,17)
#170E0D
(23,14,13)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #684D31

#684D31
(104,77,49)
#755D43
(117,93,67)
#826D55
(130,109,85)
#8F7D67
(143,125,103)
#9C8D79
(156,141,121)
#A99D8B
(169,157,139)
#B6AD9D
(182,173,157)
#C3BDAF
(195,189,175)
#D0CDC1
(208,205,193)
#DDDDD3
(221,221,211)
#EAEDE5
(234,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684D31; }

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

This text font color is #684D31.


Background Color

.myBgColor { background-color: #684D31; }

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

This div background color is #684D31.


Border color

.myBorderColor { border: 1px solid #684D31; }

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

This div border color is #684D31.


Opacity

.myOpacity80 { color: #684D31; opacity: 0.8; }

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

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

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

This text has shadow with #684D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684D31 on black background.


Color preview on white background

This text has color #684D31 on white background.



Black color preview on #684D31 background

This text has black color on #684D31 background.


White color preview on #684D31 background

This text has white color on #684D31 background.