COLOR #684D47

HEX: #684D47
RGB: (104,77,71)

Renk bilgisi

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

RGB renk modeli

#684D47 color RGB value is (104,77,71).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 77 of 255 = 30%
B 71 of 255 = 28%

104
77
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 77 + 71 = 252 (100%)
R 104 of 252 ~ 41.27%
G 77 of 252 ~ 30.56%
B 71 of 252 ~ 28.17%

%41.27
%30.56
%28.17

CMYK RENK MODELİ

#684D47 rengi CMYK tonu (0,26,32,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.96%
  • sarı tonu 31.73%
  • ana renk tonu 59.22%
CMYK:
(0,26,32,59)
C0M26Y32K59 
(0%,26%,32%,59%)
(0.00/0.26/0.32/0.59)	

CMYK yüzdeleri

%0
%25.96
%31.73
%59.22

Codes

Color #684D47 in popluar color models

684D47
RGB1047771
HSL11°18.86%34.31%
HSB/HSV11°31.73%40.78%
CMYK0.00%25.96%31.73%
59.22%

Color #684D47 in popluar number systems.

HEX684D47
Decimal1047771
Binary110100010011011000111
Octal150115107

Shades and tints

Shades of #684D47

#684D47
(104,77,71)
#5F4641
(95,70,65)
#563F3B
(86,63,59)
#4D3835
(77,56,53)
#44312F
(68,49,47)
#3B2A29
(59,42,41)
#322323
(50,35,35)
#291C1D
(41,28,29)
#201517
(32,21,23)
#170E11
(23,14,17)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #684D47

#684D47
(104,77,71)
#755D57
(117,93,87)
#826D67
(130,109,103)
#8F7D77
(143,125,119)
#9C8D87
(156,141,135)
#A99D97
(169,157,151)
#B6ADA7
(182,173,167)
#C3BDB7
(195,189,183)
#D0CDC7
(208,205,199)
#DDDDD7
(221,221,215)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684D47; }

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

This text font color is #684D47.


Background Color

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

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

This div background color is #684D47.


Border color

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

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

This div border color is #684D47.


Opacity

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

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

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

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

This text has shadow with #684D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684D47 on black background.


Color preview on white background

This text has color #684D47 on white background.



Black color preview on #684D47 background

This text has black color on #684D47 background.


White color preview on #684D47 background

This text has white color on #684D47 background.