COLOR #683664

HEX: #683664
RGB: (104,54,100)

Color info

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

RGB color model

#683664 color RGB value is (104,54,100).

  • red value is 104;
  • green value is 54;
  • blue value is 100.
RGB:
(104,54,100)
(41%,21%,39%)

RGB channels and saturation

R 104 of 255 = 41%
G 54 of 255 = 21%
B 100 of 255 = 39%

104
54
100

R + G + B ~ 34%. #683664 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 54 + 100 = 258 (100%)
R 104 of 258 ~ 40.31%
G 54 of 258 ~ 20.93%
B 100 of 258 ~ 38.76%

%40.31
%20.93
%38.76

CMYK color model

#683664 color CMYK value is (0,48,4,59).

  • cyan value is 0.00%
  • magenta value is 48.08%
  • yellow value is 3.85%
  • key color value is 59.22%
CMYK:
(0,48,4,59)
C0M48Y4K59 
(0%,48%,4%,59%)
(0.00/0.48/0.04/0.59)	

CMYK percentages

%0
%48.08
%3.85
%59.22

Codes

Color #683664 in popluar color models

683664
RGB10454100
HSL305°31.65%30.98%
HSB/HSV305°48.08%40.78%
CMYK0.00%48.08%3.85%
59.22%

Color #683664 in popluar number systems.

HEX683664
Decimal10454100
Binary11010001101101100100
Octal15066144

Shades and tints

Shades of #683664

#683664
(104,54,100)
#5F325B
(95,50,91)
#562E52
(86,46,82)
#4D2A49
(77,42,73)
#442640
(68,38,64)
#3B2237
(59,34,55)
#321E2E
(50,30,46)
#291A25
(41,26,37)
#20161C
(32,22,28)
#171213
(23,18,19)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #683664

#683664
(104,54,100)
#754872
(117,72,114)
#825A80
(130,90,128)
#8F6C8E
(143,108,142)
#9C7E9C
(156,126,156)
#A990AA
(169,144,170)
#B6A2B8
(182,162,184)
#C3B4C6
(195,180,198)
#D0C6D4
(208,198,212)
#DDD8E2
(221,216,226)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683664 color. Also use rgb(104,54,100) instead hex code.

Text Font Color

.myTextColor { color: #683664; }

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

This text font color is #683664.


Background Color

.myBgColor { background-color: #683664; }

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

This div background color is #683664.


Border color

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

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

This div border color is #683664.


Opacity

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

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

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

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

This text has shadow with #683664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683664 on black background.


Color preview on white background

This text has color #683664 on white background.



Black color preview on #683664 background

This text has black color on #683664 background.


White color preview on #683664 background

This text has white color on #683664 background.