COLOR #684A72

HEX: #684A72
RGB: (104,74,114)

Renk bilgisi

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

RGB renk modeli

#684A72 color RGB value is (104,74,114).

  • kırmız ton 104;
  • yeşil ton 74;
  • mavi ton 114.
RGB:
(104,74,114)
(41%,29%,45%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 74 of 255 = 29%
B 114 of 255 = 45%

104
74
114

R + G + B ~ 38%. #684A72 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 74 + 114 = 292 (100%)
R 104 of 292 ~ 35.62%
G 74 of 292 ~ 25.34%
B 114 of 292 ~ 39.04%

%35.62
%25.34
%39.04

CMYK RENK MODELİ

#684A72 rengi CMYK tonu (9,35,0,55).

  • camgöbeği tonu 8.77%
  • eflatun tonu 35.09%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(9,35,0,55)
C9M35Y0K55 
(9%,35%,0%,55%)
(0.09/0.35/0.00/0.55)	

CMYK yüzdeleri

%8.77
%35.09
%0
%55.29

Codes

Color #684A72 in popluar color models

684A72
RGB10474114
HSL285°21.28%36.86%
HSB/HSV285°35.09%44.71%
CMYK8.77%35.09%0.00%
55.29%

Color #684A72 in popluar number systems.

HEX684A72
Decimal10474114
Binary110100010010101110010
Octal150112162

Shades and tints

Shades of #684A72

#684A72
(104,74,114)
#5F4468
(95,68,104)
#563E5E
(86,62,94)
#4D3854
(77,56,84)
#44324A
(68,50,74)
#3B2C40
(59,44,64)
#322636
(50,38,54)
#29202C
(41,32,44)
#201A22
(32,26,34)
#171418
(23,20,24)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #684A72

#684A72
(104,74,114)
#755A7E
(117,90,126)
#826A8A
(130,106,138)
#8F7A96
(143,122,150)
#9C8AA2
(156,138,162)
#A99AAE
(169,154,174)
#B6AABA
(182,170,186)
#C3BAC6
(195,186,198)
#D0CAD2
(208,202,210)
#DDDADE
(221,218,222)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684A72 color. Also use rgb(104,74,114) instead hex code.

Text Font Color

.myTextColor { color: #684A72; }

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

This text font color is #684A72.


Background Color

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

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

This div background color is #684A72.


Border color

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

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

This div border color is #684A72.


Opacity

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

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

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

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

This text has shadow with #684A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684A72 on black background.


Color preview on white background

This text has color #684A72 on white background.



Black color preview on #684A72 background

This text has black color on #684A72 background.


White color preview on #684A72 background

This text has white color on #684A72 background.