COLOR #684450

HEX: #684450
RGB: (104,68,80)

Renk bilgisi

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

RGB renk modeli

#684450 color RGB value is (104,68,80).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 68 of 255 = 27%
B 80 of 255 = 31%

104
68
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 68 + 80 = 252 (100%)
R 104 of 252 ~ 41.27%
G 68 of 252 ~ 26.98%
B 80 of 252 ~ 31.75%

%41.27
%26.98
%31.75

CMYK RENK MODELİ

#684450 rengi CMYK tonu (0,35,23,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.62%
  • sarı tonu 23.08%
  • ana renk tonu 59.22%
CMYK:
(0,35,23,59)
C0M35Y23K59 
(0%,35%,23%,59%)
(0.00/0.35/0.23/0.59)	

CMYK yüzdeleri

%0
%34.62
%23.08
%59.22

Codes

Color #684450 in popluar color models

684450
RGB1046880
HSL340°20.93%33.73%
HSB/HSV340°34.62%40.78%
CMYK0.00%34.62%23.08%
59.22%

Color #684450 in popluar number systems.

HEX684450
Decimal1046880
Binary110100010001001010000
Octal150104120

Shades and tints

Shades of #684450

#684450
(104,68,80)
#5F3E49
(95,62,73)
#563842
(86,56,66)
#4D323B
(77,50,59)
#442C34
(68,44,52)
#3B262D
(59,38,45)
#322026
(50,32,38)
#291A1F
(41,26,31)
#201418
(32,20,24)
#170E11
(23,14,17)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #684450

#684450
(104,68,80)
#75555F
(117,85,95)
#82666E
(130,102,110)
#8F777D
(143,119,125)
#9C888C
(156,136,140)
#A9999B
(169,153,155)
#B6AAAA
(182,170,170)
#C3BBB9
(195,187,185)
#D0CCC8
(208,204,200)
#DDDDD7
(221,221,215)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684450; }

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

This text font color is #684450.


Background Color

.myBgColor { background-color: #684450; }

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

This div background color is #684450.


Border color

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

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

This div border color is #684450.


Opacity

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

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

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

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

This text has shadow with #684450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684450 on black background.


Color preview on white background

This text has color #684450 on white background.



Black color preview on #684450 background

This text has black color on #684450 background.


White color preview on #684450 background

This text has white color on #684450 background.