COLOR #683F63

HEX: #683F63
RGB: (104,63,99)

Renk bilgisi

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

RGB renk modeli

#683F63 color RGB value is (104,63,99).

  • kırmız ton 104;
  • yeşil ton 63;
  • mavi ton 99.
RGB:
(104,63,99)
(41%,25%,39%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 63 of 255 = 25%
B 99 of 255 = 39%

104
63
99

R + G + B ~ 35%. #683F63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 63 + 99 = 266 (100%)
R 104 of 266 ~ 39.1%
G 63 of 266 ~ 23.68%
B 99 of 266 ~ 37.22%

%39.1
%23.68
%37.22

CMYK RENK MODELİ

#683F63 rengi CMYK tonu (0,39,5,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.42%
  • sarı tonu 4.81%
  • ana renk tonu 59.22%
CMYK:
(0,39,5,59)
C0M39Y5K59 
(0%,39%,5%,59%)
(0.00/0.39/0.05/0.59)	

CMYK yüzdeleri

%0
%39.42
%4.81
%59.22

Codes

Color #683F63 in popluar color models

683F63
RGB1046399
HSL307°24.55%32.75%
HSB/HSV307°39.42%40.78%
CMYK0.00%39.42%4.81%
59.22%

Color #683F63 in popluar number systems.

HEX683F63
Decimal1046399
Binary11010001111111100011
Octal15077143

Shades and tints

Shades of #683F63

#683F63
(104,63,99)
#5F3A5A
(95,58,90)
#563551
(86,53,81)
#4D3048
(77,48,72)
#442B3F
(68,43,63)
#3B2636
(59,38,54)
#32212D
(50,33,45)
#291C24
(41,28,36)
#20171B
(32,23,27)
#171212
(23,18,18)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #683F63

#683F63
(104,63,99)
#755071
(117,80,113)
#82617F
(130,97,127)
#8F728D
(143,114,141)
#9C839B
(156,131,155)
#A994A9
(169,148,169)
#B6A5B7
(182,165,183)
#C3B6C5
(195,182,197)
#D0C7D3
(208,199,211)
#DDD8E1
(221,216,225)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683F63 color. Also use rgb(104,63,99) instead hex code.

Text Font Color

.myTextColor { color: #683F63; }

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

This text font color is #683F63.


Background Color

.myBgColor { background-color: #683F63; }

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

This div background color is #683F63.


Border color

.myBorderColor { border: 1px solid #683F63; }

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

This div border color is #683F63.


Opacity

.myOpacity80 { color: #683F63; opacity: 0.8; }

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

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

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

This text has shadow with #683F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683F63 on black background.


Color preview on white background

This text has color #683F63 on white background.



Black color preview on #683F63 background

This text has black color on #683F63 background.


White color preview on #683F63 background

This text has white color on #683F63 background.