COLOR #683D7B

HEX: #683D7B
RGB: (104,61,123)

Color info

#683D7B contains mainly red and blue colors. Web safe color of #683D7B is #663366 (or #636).

RGB color model

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

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

RGB channels and saturation

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

104
61
123

R + G + B ~ 38%. #683D7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 61 + 123 = 288 (100%)
R 104 of 288 ~ 36.11%
G 61 of 288 ~ 21.18%
B 123 of 288 ~ 42.71%

%36.11
%21.18
%42.71

CMYK color model

#683D7B color CMYK value is (15,50,0,52).

  • cyan value is 15.45%
  • magenta value is 50.41%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(15,50,0,52)
C15M50Y0K52 
(15%,50%,0%,52%)
(0.15/0.50/0.00/0.52)	

CMYK percentages

%15.45
%50.41
%0
%51.76

Codes

Color #683D7B in popluar color models

683D7B
RGB10461123
HSL282°33.70%36.08%
HSB/HSV282°50.41%48.24%
CMYK15.45%50.41%0.00%
51.76%

Color #683D7B in popluar number systems.

HEX683D7B
Decimal10461123
Binary11010001111011111011
Octal15075173

Shades and tints

Shades of #683D7B

#683D7B
(104,61,123)
#5F3870
(95,56,112)
#563365
(86,51,101)
#4D2E5A
(77,46,90)
#44294F
(68,41,79)
#3B2444
(59,36,68)
#321F39
(50,31,57)
#291A2E
(41,26,46)
#201523
(32,21,35)
#171018
(23,16,24)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #683D7B

#683D7B
(104,61,123)
#754E87
(117,78,135)
#825F93
(130,95,147)
#8F709F
(143,112,159)
#9C81AB
(156,129,171)
#A992B7
(169,146,183)
#B6A3C3
(182,163,195)
#C3B4CF
(195,180,207)
#D0C5DB
(208,197,219)
#DDD6E7
(221,214,231)
#EAE7F3
(234,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683D7B; }

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

This text font color is #683D7B.


Background Color

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

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

This div background color is #683D7B.


Border color

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

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

This div border color is #683D7B.


Opacity

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

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

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

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

This text has shadow with #683D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683D7B on black background.


Color preview on white background

This text has color #683D7B on white background.



Black color preview on #683D7B background

This text has black color on #683D7B background.


White color preview on #683D7B background

This text has white color on #683D7B background.