COLOR #684C70

HEX: #684C70
RGB: (104,76,112)

Renk bilgisi

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

RGB renk modeli

#684C70 color RGB value is (104,76,112).

  • kırmız ton 104;
  • yeşil ton 76;
  • mavi ton 112.
RGB:
(104,76,112)
(41%,30%,44%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 76 of 255 = 30%
B 112 of 255 = 44%

104
76
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 76 + 112 = 292 (100%)
R 104 of 292 ~ 35.62%
G 76 of 292 ~ 26.03%
B 112 of 292 ~ 38.36%

%35.62
%26.03
%38.36

CMYK RENK MODELİ

#684C70 rengi CMYK tonu (7,32,0,56).

  • camgöbeği tonu 7.14%
  • eflatun tonu 32.14%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(7,32,0,56)
C7M32Y0K56 
(7%,32%,0%,56%)
(0.07/0.32/0.00/0.56)	

CMYK yüzdeleri

%7.14
%32.14
%0
%56.08

Codes

Color #684C70 in popluar color models

684C70
RGB10476112
HSL287°19.15%36.86%
HSB/HSV287°32.14%43.92%
CMYK7.14%32.14%0.00%
56.08%

Color #684C70 in popluar number systems.

HEX684C70
Decimal10476112
Binary110100010011001110000
Octal150114160

Shades and tints

Shades of #684C70

#684C70
(104,76,112)
#5F4666
(95,70,102)
#56405C
(86,64,92)
#4D3A52
(77,58,82)
#443448
(68,52,72)
#3B2E3E
(59,46,62)
#322834
(50,40,52)
#29222A
(41,34,42)
#201C20
(32,28,32)
#171616
(23,22,22)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #684C70

#684C70
(104,76,112)
#755C7D
(117,92,125)
#826C8A
(130,108,138)
#8F7C97
(143,124,151)
#9C8CA4
(156,140,164)
#A99CB1
(169,156,177)
#B6ACBE
(182,172,190)
#C3BCCB
(195,188,203)
#D0CCD8
(208,204,216)
#DDDCE5
(221,220,229)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684C70 color. Also use rgb(104,76,112) instead hex code.

Text Font Color

.myTextColor { color: #684C70; }

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

This text font color is #684C70.


Background Color

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

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

This div background color is #684C70.


Border color

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

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

This div border color is #684C70.


Opacity

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

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

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

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

This text has shadow with #684C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684C70 on black background.


Color preview on white background

This text has color #684C70 on white background.



Black color preview on #684C70 background

This text has black color on #684C70 background.


White color preview on #684C70 background

This text has white color on #684C70 background.