COLOR #684771

HEX: #684771
RGB: (104,71,113)

Renk bilgisi

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

RGB renk modeli

#684771 color RGB value is (104,71,113).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 71 of 255 = 28%
B 113 of 255 = 44%

104
71
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 71 + 113 = 288 (100%)
R 104 of 288 ~ 36.11%
G 71 of 288 ~ 24.65%
B 113 of 288 ~ 39.24%

%36.11
%24.65
%39.24

CMYK RENK MODELİ

#684771 rengi CMYK tonu (8,37,0,56).

  • camgöbeği tonu 7.96%
  • eflatun tonu 37.17%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(8,37,0,56)
C8M37Y0K56 
(8%,37%,0%,56%)
(0.08/0.37/0.00/0.56)	

CMYK yüzdeleri

%7.96
%37.17
%0
%55.69

Codes

Color #684771 in popluar color models

684771
RGB10471113
HSL287°22.83%36.08%
HSB/HSV287°37.17%44.31%
CMYK7.96%37.17%0.00%
55.69%

Color #684771 in popluar number systems.

HEX684771
Decimal10471113
Binary110100010001111110001
Octal150107161

Shades and tints

Shades of #684771

#684771
(104,71,113)
#5F4167
(95,65,103)
#563B5D
(86,59,93)
#4D3553
(77,53,83)
#442F49
(68,47,73)
#3B293F
(59,41,63)
#322335
(50,35,53)
#291D2B
(41,29,43)
#201721
(32,23,33)
#171117
(23,17,23)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #684771

#684771
(104,71,113)
#75577D
(117,87,125)
#826789
(130,103,137)
#8F7795
(143,119,149)
#9C87A1
(156,135,161)
#A997AD
(169,151,173)
#B6A7B9
(182,167,185)
#C3B7C5
(195,183,197)
#D0C7D1
(208,199,209)
#DDD7DD
(221,215,221)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684771; }

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

This text font color is #684771.


Background Color

.myBgColor { background-color: #684771; }

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

This div background color is #684771.


Border color

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

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

This div border color is #684771.


Opacity

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

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

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

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

This text has shadow with #684771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684771 on black background.


Color preview on white background

This text has color #684771 on white background.



Black color preview on #684771 background

This text has black color on #684771 background.


White color preview on #684771 background

This text has white color on #684771 background.