COLOR #684050

HEX: #684050
RGB: (104,64,80)

Renk bilgisi

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

RGB renk modeli

#684050 color RGB value is (104,64,80).

  • kırmız ton 104;
  • yeşil ton 64;
  • mavi ton 80.
RGB:
(104,64,80)
(41%,25%,31%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 64 of 255 = 25%
B 80 of 255 = 31%

104
64
80

R + G + B ~ 32%. #684050 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 64 + 80 = 248 (100%)
R 104 of 248 ~ 41.94%
G 64 of 248 ~ 25.81%
B 80 of 248 ~ 32.26%

%41.94
%25.81
%32.26

CMYK RENK MODELİ

#684050 rengi CMYK tonu (0,38,23,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.46%
  • sarı tonu 23.08%
  • ana renk tonu 59.22%
CMYK:
(0,38,23,59)
C0M38Y23K59 
(0%,38%,23%,59%)
(0.00/0.38/0.23/0.59)	

CMYK yüzdeleri

%0
%38.46
%23.08
%59.22

Codes

Color #684050 in popluar color models

684050
RGB1046480
HSL336°23.81%32.94%
HSB/HSV336°38.46%40.78%
CMYK0.00%38.46%23.08%
59.22%

Color #684050 in popluar number systems.

HEX684050
Decimal1046480
Binary110100010000001010000
Octal150100120

Shades and tints

Shades of #684050

#684050
(104,64,80)
#5F3B49
(95,59,73)
#563642
(86,54,66)
#4D313B
(77,49,59)
#442C34
(68,44,52)
#3B272D
(59,39,45)
#322226
(50,34,38)
#291D1F
(41,29,31)
#201818
(32,24,24)
#171311
(23,19,17)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #684050

#684050
(104,64,80)
#75515F
(117,81,95)
#82626E
(130,98,110)
#8F737D
(143,115,125)
#9C848C
(156,132,140)
#A9959B
(169,149,155)
#B6A6AA
(182,166,170)
#C3B7B9
(195,183,185)
#D0C8C8
(208,200,200)
#DDD9D7
(221,217,215)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684050 color. Also use rgb(104,64,80) instead hex code.

Text Font Color

.myTextColor { color: #684050; }

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

This text font color is #684050.


Background Color

.myBgColor { background-color: #684050; }

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

This div background color is #684050.


Border color

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

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

This div border color is #684050.


Opacity

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

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

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

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

This text has shadow with #684050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684050 on black background.


Color preview on white background

This text has color #684050 on white background.



Black color preview on #684050 background

This text has black color on #684050 background.


White color preview on #684050 background

This text has white color on #684050 background.