COLOR #684970

HEX: #684970
RGB: (104,73,112)

Renk bilgisi

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

RGB renk modeli

#684970 color RGB value is (104,73,112).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 73 of 255 = 29%
B 112 of 255 = 44%

104
73
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 73 + 112 = 289 (100%)
R 104 of 289 ~ 35.99%
G 73 of 289 ~ 25.26%
B 112 of 289 ~ 38.75%

%35.99
%25.26
%38.75

CMYK RENK MODELİ

#684970 rengi CMYK tonu (7,35,0,56).

  • camgöbeği tonu 7.14%
  • eflatun tonu 34.82%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(7,35,0,56)
C7M35Y0K56 
(7%,35%,0%,56%)
(0.07/0.35/0.00/0.56)	

CMYK yüzdeleri

%7.14
%34.82
%0
%56.08

Codes

Color #684970 in popluar color models

684970
RGB10473112
HSL288°21.08%36.27%
HSB/HSV288°34.82%43.92%
CMYK7.14%34.82%0.00%
56.08%

Color #684970 in popluar number systems.

HEX684970
Decimal10473112
Binary110100010010011110000
Octal150111160

Shades and tints

Shades of #684970

#684970
(104,73,112)
#5F4366
(95,67,102)
#563D5C
(86,61,92)
#4D3752
(77,55,82)
#443148
(68,49,72)
#3B2B3E
(59,43,62)
#322534
(50,37,52)
#291F2A
(41,31,42)
#201920
(32,25,32)
#171316
(23,19,22)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #684970

#684970
(104,73,112)
#75597D
(117,89,125)
#82698A
(130,105,138)
#8F7997
(143,121,151)
#9C89A4
(156,137,164)
#A999B1
(169,153,177)
#B6A9BE
(182,169,190)
#C3B9CB
(195,185,203)
#D0C9D8
(208,201,216)
#DDD9E5
(221,217,229)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684970; }

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

This text font color is #684970.


Background Color

.myBgColor { background-color: #684970; }

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

This div background color is #684970.


Border color

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

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

This div border color is #684970.


Opacity

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

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

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

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

This text has shadow with #684970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684970 on black background.


Color preview on white background

This text has color #684970 on white background.



Black color preview on #684970 background

This text has black color on #684970 background.


White color preview on #684970 background

This text has white color on #684970 background.