COLOR #683559

HEX: #683559
RGB: (104,53,89)

Color info

#683559 contains red, green and blue colors in about the same proportion. Web safe color of #683559 is #663366 (or #636).

RGB color model

#683559 color RGB value is (104,53,89).

  • red value is 104;
  • green value is 53;
  • blue value is 89.
RGB:
(104,53,89)
(41%,21%,35%)

RGB channels and saturation

R 104 of 255 = 41%
G 53 of 255 = 21%
B 89 of 255 = 35%

104
53
89

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

Portions of RGB colors in percentages

R + G + B =
104 + 53 + 89 = 246 (100%)
R 104 of 246 ~ 42.28%
G 53 of 246 ~ 21.54%
B 89 of 246 ~ 36.18%

%42.28
%21.54
%36.18

CMYK color model

#683559 color CMYK value is (0,49,14,59).

  • cyan value is 0.00%
  • magenta value is 49.04%
  • yellow value is 14.42%
  • key color value is 59.22%
CMYK:
(0,49,14,59)
C0M49Y14K59 
(0%,49%,14%,59%)
(0.00/0.49/0.14/0.59)	

CMYK percentages

%0
%49.04
%14.42
%59.22

Codes

Color #683559 in popluar color models

683559
RGB1045389
HSL318°32.48%30.78%
HSB/HSV318°49.04%40.78%
CMYK0.00%49.04%14.42%
59.22%

Color #683559 in popluar number systems.

HEX683559
Decimal1045389
Binary11010001101011011001
Octal15065131

Shades and tints

Shades of #683559

#683559
(104,53,89)
#5F3151
(95,49,81)
#562D49
(86,45,73)
#4D2941
(77,41,65)
#442539
(68,37,57)
#3B2131
(59,33,49)
#321D29
(50,29,41)
#291921
(41,25,33)
#201519
(32,21,25)
#171111
(23,17,17)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #683559

#683559
(104,53,89)
#754768
(117,71,104)
#825977
(130,89,119)
#8F6B86
(143,107,134)
#9C7D95
(156,125,149)
#A98FA4
(169,143,164)
#B6A1B3
(182,161,179)
#C3B3C2
(195,179,194)
#D0C5D1
(208,197,209)
#DDD7E0
(221,215,224)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683559 color. Also use rgb(104,53,89) instead hex code.

Text Font Color

.myTextColor { color: #683559; }

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

This text font color is #683559.


Background Color

.myBgColor { background-color: #683559; }

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

This div background color is #683559.


Border color

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

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

This div border color is #683559.


Opacity

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

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

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

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

This text has shadow with #683559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683559 on black background.


Color preview on white background

This text has color #683559 on white background.



Black color preview on #683559 background

This text has black color on #683559 background.


White color preview on #683559 background

This text has white color on #683559 background.