COLOR #684E79

HEX: #684E79
RGB: (104,78,121)

Renk bilgisi

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

RGB renk modeli

#684E79 color RGB value is (104,78,121).

  • kırmız ton 104;
  • yeşil ton 78;
  • mavi ton 121.
RGB:
(104,78,121)
(41%,31%,47%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 78 of 255 = 31%
B 121 of 255 = 47%

104
78
121

R + G + B ~ 40%. #684E79 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 78 + 121 = 303 (100%)
R 104 of 303 ~ 34.32%
G 78 of 303 ~ 25.74%
B 121 of 303 ~ 39.93%

%34.32
%25.74
%39.93

CMYK RENK MODELİ

#684E79 rengi CMYK tonu (14,36,0,53).

  • camgöbeği tonu 14.05%
  • eflatun tonu 35.54%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(14,36,0,53)
C14M36Y0K53 
(14%,36%,0%,53%)
(0.14/0.36/0.00/0.53)	

CMYK yüzdeleri

%14.05
%35.54
%0
%52.55

Codes

Color #684E79 in popluar color models

684E79
RGB10478121
HSL276°21.61%39.02%
HSB/HSV276°35.54%47.45%
CMYK14.05%35.54%0.00%
52.55%

Color #684E79 in popluar number systems.

HEX684E79
Decimal10478121
Binary110100010011101111001
Octal150116171

Shades and tints

Shades of #684E79

#684E79
(104,78,121)
#5F476E
(95,71,110)
#564063
(86,64,99)
#4D3958
(77,57,88)
#44324D
(68,50,77)
#3B2B42
(59,43,66)
#322437
(50,36,55)
#291D2C
(41,29,44)
#201621
(32,22,33)
#170F16
(23,15,22)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #684E79

#684E79
(104,78,121)
#755E85
(117,94,133)
#826E91
(130,110,145)
#8F7E9D
(143,126,157)
#9C8EA9
(156,142,169)
#A99EB5
(169,158,181)
#B6AEC1
(182,174,193)
#C3BECD
(195,190,205)
#D0CED9
(208,206,217)
#DDDEE5
(221,222,229)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684E79 color. Also use rgb(104,78,121) instead hex code.

Text Font Color

.myTextColor { color: #684E79; }

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

This text font color is #684E79.


Background Color

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

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

This div background color is #684E79.


Border color

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

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

This div border color is #684E79.


Opacity

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

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

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

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

This text has shadow with #684E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684E79 on black background.


Color preview on white background

This text has color #684E79 on white background.



Black color preview on #684E79 background

This text has black color on #684E79 background.


White color preview on #684E79 background

This text has white color on #684E79 background.