COLOR #683D68

HEX: #683D68
RGB: (104,61,104)

Color info

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

RGB color model

#683D68 color RGB value is (104,61,104).

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

RGB channels and saturation

R 104 of 255 = 41%
G 61 of 255 = 24%
B 104 of 255 = 41%

104
61
104

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

Portions of RGB colors in percentages

R + G + B =
104 + 61 + 104 = 269 (100%)
R 104 of 269 ~ 38.66%
G 61 of 269 ~ 22.68%
B 104 of 269 ~ 38.66%

%38.66
%22.68
%38.66

CMYK color model

#683D68 color CMYK value is (0,41,0,59).

  • cyan value is 0.00%
  • magenta value is 41.35%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(0,41,0,59)
C0M41Y0K59 
(0%,41%,0%,59%)
(0.00/0.41/0.00/0.59)	

CMYK percentages

%0
%41.35
%0
%59.22

Codes

Color #683D68 in popluar color models

683D68
RGB10461104
HSL300°26.06%32.35%
HSB/HSV300°41.35%40.78%
CMYK0.00%41.35%0.00%
59.22%

Color #683D68 in popluar number systems.

HEX683D68
Decimal10461104
Binary11010001111011101000
Octal15075150

Shades and tints

Shades of #683D68

#683D68
(104,61,104)
#5F385F
(95,56,95)
#563356
(86,51,86)
#4D2E4D
(77,46,77)
#442944
(68,41,68)
#3B243B
(59,36,59)
#321F32
(50,31,50)
#291A29
(41,26,41)
#201520
(32,21,32)
#171017
(23,16,23)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #683D68

#683D68
(104,61,104)
#754E75
(117,78,117)
#825F82
(130,95,130)
#8F708F
(143,112,143)
#9C819C
(156,129,156)
#A992A9
(169,146,169)
#B6A3B6
(182,163,182)
#C3B4C3
(195,180,195)
#D0C5D0
(208,197,208)
#DDD6DD
(221,214,221)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683D68; }

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

This text font color is #683D68.


Background Color

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

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

This div background color is #683D68.


Border color

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

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

This div border color is #683D68.


Opacity

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

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

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

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

This text has shadow with #683D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683D68 on black background.


Color preview on white background

This text has color #683D68 on white background.



Black color preview on #683D68 background

This text has black color on #683D68 background.


White color preview on #683D68 background

This text has white color on #683D68 background.