COLOR #684459

HEX: #684459
RGB: (104,68,89)

Renk bilgisi

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

RGB renk modeli

#684459 color RGB value is (104,68,89).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 68 of 255 = 27%
B 89 of 255 = 35%

104
68
89

R + G + B ~ 34%. #684459 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 68 + 89 = 261 (100%)
R 104 of 261 ~ 39.85%
G 68 of 261 ~ 26.05%
B 89 of 261 ~ 34.1%

%39.85
%26.05
%34.1

CMYK RENK MODELİ

#684459 rengi CMYK tonu (0,35,14,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.62%
  • sarı tonu 14.42%
  • ana renk tonu 59.22%
CMYK:
(0,35,14,59)
C0M35Y14K59 
(0%,35%,14%,59%)
(0.00/0.35/0.14/0.59)	

CMYK yüzdeleri

%0
%34.62
%14.42
%59.22

Codes

Color #684459 in popluar color models

684459
RGB1046889
HSL325°20.93%33.73%
HSB/HSV325°34.62%40.78%
CMYK0.00%34.62%14.42%
59.22%

Color #684459 in popluar number systems.

HEX684459
Decimal1046889
Binary110100010001001011001
Octal150104131

Shades and tints

Shades of #684459

#684459
(104,68,89)
#5F3E51
(95,62,81)
#563849
(86,56,73)
#4D3241
(77,50,65)
#442C39
(68,44,57)
#3B2631
(59,38,49)
#322029
(50,32,41)
#291A21
(41,26,33)
#201419
(32,20,25)
#170E11
(23,14,17)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #684459

#684459
(104,68,89)
#755568
(117,85,104)
#826677
(130,102,119)
#8F7786
(143,119,134)
#9C8895
(156,136,149)
#A999A4
(169,153,164)
#B6AAB3
(182,170,179)
#C3BBC2
(195,187,194)
#D0CCD1
(208,204,209)
#DDDDE0
(221,221,224)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684459; }

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

This text font color is #684459.


Background Color

.myBgColor { background-color: #684459; }

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

This div background color is #684459.


Border color

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

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

This div border color is #684459.


Opacity

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

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

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

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

This text has shadow with #684459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684459 on black background.


Color preview on white background

This text has color #684459 on white background.



Black color preview on #684459 background

This text has black color on #684459 background.


White color preview on #684459 background

This text has white color on #684459 background.