COLOR #680050

HEX: #680050
RGB: (104,0,80)

Renk bilgisi

#680050 contains only red and blue colors. #680050 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#680050 color RGB value is (104,0,80).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 0 of 255 = 0%
B 80 of 255 = 31%

104
0
80

R + G + B ~ 24%. #680050 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 0 + 80 = 184 (100%)
R 104 of 184 ~ 56.52%
G 0 of 184 ~ 0%
B 80 of 184 ~ 43.48%

%56.52
%43.48

CMYK RENK MODELİ

#680050 rengi CMYK tonu (0,100,23,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 23.08%
  • ana renk tonu 59.22%
CMYK:
(0,100,23,59)
C0M100Y23K59 
(0%,100%,23%,59%)
(0.00/1.00/0.23/0.59)	

CMYK yüzdeleri

%0
%100
%23.08
%59.22

Codes

Color #680050 in popluar color models

680050
RGB104080
HSL314°100.00%20.39%
HSB/HSV314°100.00%40.78%
CMYK0.00%100.00%23.08%
59.22%

Color #680050 in popluar number systems.

HEX680050
Decimal104080
Binary110100001010000
Octal1500120

Shades and tints

Shades of #680050

#680050
(104,0,80)
#5F0049
(95,0,73)
#560042
(86,0,66)
#4D003B
(77,0,59)
#440034
(68,0,52)
#3B002D
(59,0,45)
#320026
(50,0,38)
#29001F
(41,0,31)
#200018
(32,0,24)
#170011
(23,0,17)
#0E000A
(14,0,10)
#000000
(0,0,0)

Tints of #680050

#680050
(104,0,80)
#75175F
(117,23,95)
#822E6E
(130,46,110)
#8F457D
(143,69,125)
#9C5C8C
(156,92,140)
#A9739B
(169,115,155)
#B68AAA
(182,138,170)
#C3A1B9
(195,161,185)
#D0B8C8
(208,184,200)
#DDCFD7
(221,207,215)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #680050; }

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

This text font color is #680050.


Background Color

.myBgColor { background-color: #680050; }

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

This div background color is #680050.


Border color

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

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

This div border color is #680050.


Opacity

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

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

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

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

This text has shadow with #680050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680050 on black background.


Color preview on white background

This text has color #680050 on white background.



Black color preview on #680050 background

This text has black color on #680050 background.


White color preview on #680050 background

This text has white color on #680050 background.