COLOR #684447

HEX: #684447
RGB: (104,68,71)

Renk bilgisi

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

RGB renk modeli

#684447 color RGB value is (104,68,71).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 68 of 255 = 27%
B 71 of 255 = 28%

104
68
71

R + G + B ~ 32%. #684447 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 68 + 71 = 243 (100%)
R 104 of 243 ~ 42.8%
G 68 of 243 ~ 27.98%
B 71 of 243 ~ 29.22%

%42.8
%27.98
%29.22

CMYK RENK MODELİ

#684447 rengi CMYK tonu (0,35,32,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.62%
  • sarı tonu 31.73%
  • ana renk tonu 59.22%
CMYK:
(0,35,32,59)
C0M35Y32K59 
(0%,35%,32%,59%)
(0.00/0.35/0.32/0.59)	

CMYK yüzdeleri

%0
%34.62
%31.73
%59.22

Codes

Color #684447 in popluar color models

684447
RGB1046871
HSL355°20.93%33.73%
HSB/HSV355°34.62%40.78%
CMYK0.00%34.62%31.73%
59.22%

Color #684447 in popluar number systems.

HEX684447
Decimal1046871
Binary110100010001001000111
Octal150104107

Shades and tints

Shades of #684447

#684447
(104,68,71)
#5F3E41
(95,62,65)
#56383B
(86,56,59)
#4D3235
(77,50,53)
#442C2F
(68,44,47)
#3B2629
(59,38,41)
#322023
(50,32,35)
#291A1D
(41,26,29)
#201417
(32,20,23)
#170E11
(23,14,17)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #684447

#684447
(104,68,71)
#755557
(117,85,87)
#826667
(130,102,103)
#8F7777
(143,119,119)
#9C8887
(156,136,135)
#A99997
(169,153,151)
#B6AAA7
(182,170,167)
#C3BBB7
(195,187,183)
#D0CCC7
(208,204,199)
#DDDDD7
(221,221,215)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684447; }

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

This text font color is #684447.


Background Color

.myBgColor { background-color: #684447; }

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

This div background color is #684447.


Border color

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

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

This div border color is #684447.


Opacity

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

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

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

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

This text has shadow with #684447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684447 on black background.


Color preview on white background

This text has color #684447 on white background.



Black color preview on #684447 background

This text has black color on #684447 background.


White color preview on #684447 background

This text has white color on #684447 background.