COLOR #683C64

HEX: #683C64
RGB: (104,60,100)

Color info

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

RGB color model

#683C64 color RGB value is (104,60,100).

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

RGB channels and saturation

R 104 of 255 = 41%
G 60 of 255 = 24%
B 100 of 255 = 39%

104
60
100

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

Portions of RGB colors in percentages

R + G + B =
104 + 60 + 100 = 264 (100%)
R 104 of 264 ~ 39.39%
G 60 of 264 ~ 22.73%
B 100 of 264 ~ 37.88%

%39.39
%22.73
%37.88

CMYK color model

#683C64 color CMYK value is (0,42,4,59).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 3.85%
  • key color value is 59.22%
CMYK:
(0,42,4,59)
C0M42Y4K59 
(0%,42%,4%,59%)
(0.00/0.42/0.04/0.59)	

CMYK percentages

%0
%42.31
%3.85
%59.22

Codes

Color #683C64 in popluar color models

683C64
RGB10460100
HSL305°26.83%32.16%
HSB/HSV305°42.31%40.78%
CMYK0.00%42.31%3.85%
59.22%

Color #683C64 in popluar number systems.

HEX683C64
Decimal10460100
Binary11010001111001100100
Octal15074144

Shades and tints

Shades of #683C64

#683C64
(104,60,100)
#5F375B
(95,55,91)
#563252
(86,50,82)
#4D2D49
(77,45,73)
#442840
(68,40,64)
#3B2337
(59,35,55)
#321E2E
(50,30,46)
#291925
(41,25,37)
#20141C
(32,20,28)
#170F13
(23,15,19)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #683C64

#683C64
(104,60,100)
#754D72
(117,77,114)
#825E80
(130,94,128)
#8F6F8E
(143,111,142)
#9C809C
(156,128,156)
#A991AA
(169,145,170)
#B6A2B8
(182,162,184)
#C3B3C6
(195,179,198)
#D0C4D4
(208,196,212)
#DDD5E2
(221,213,226)
#EAE6F0
(234,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683C64; }

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

This text font color is #683C64.


Background Color

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

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

This div background color is #683C64.


Border color

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

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

This div border color is #683C64.


Opacity

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

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

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

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

This text has shadow with #683C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683C64 on black background.


Color preview on white background

This text has color #683C64 on white background.



Black color preview on #683C64 background

This text has black color on #683C64 background.


White color preview on #683C64 background

This text has white color on #683C64 background.