COLOR #683E7E

HEX: #683E7E
RGB: (104,62,126)

Color info

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

RGB color model

#683E7E color RGB value is (104,62,126).

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

RGB channels and saturation

R 104 of 255 = 41%
G 62 of 255 = 24%
B 126 of 255 = 49%

104
62
126

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

Portions of RGB colors in percentages

R + G + B =
104 + 62 + 126 = 292 (100%)
R 104 of 292 ~ 35.62%
G 62 of 292 ~ 21.23%
B 126 of 292 ~ 43.15%

%35.62
%21.23
%43.15

CMYK color model

#683E7E color CMYK value is (17,51,0,51).

  • cyan value is 17.46%
  • magenta value is 50.79%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(17,51,0,51)
C17M51Y0K51 
(17%,51%,0%,51%)
(0.17/0.51/0.00/0.51)	

CMYK percentages

%17.46
%50.79
%0
%50.59

Codes

Color #683E7E in popluar color models

683E7E
RGB10462126
HSL279°34.04%36.86%
HSB/HSV279°50.79%49.41%
CMYK17.46%50.79%0.00%
50.59%

Color #683E7E in popluar number systems.

HEX683E7E
Decimal10462126
Binary11010001111101111110
Octal15076176

Shades and tints

Shades of #683E7E

#683E7E
(104,62,126)
#5F3973
(95,57,115)
#563468
(86,52,104)
#4D2F5D
(77,47,93)
#442A52
(68,42,82)
#3B2547
(59,37,71)
#32203C
(50,32,60)
#291B31
(41,27,49)
#201626
(32,22,38)
#17111B
(23,17,27)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #683E7E

#683E7E
(104,62,126)
#754F89
(117,79,137)
#826094
(130,96,148)
#8F719F
(143,113,159)
#9C82AA
(156,130,170)
#A993B5
(169,147,181)
#B6A4C0
(182,164,192)
#C3B5CB
(195,181,203)
#D0C6D6
(208,198,214)
#DDD7E1
(221,215,225)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683E7E; }

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

This text font color is #683E7E.


Background Color

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

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

This div background color is #683E7E.


Border color

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

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

This div border color is #683E7E.


Opacity

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

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

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

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

This text has shadow with #683E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683E7E on black background.


Color preview on white background

This text has color #683E7E on white background.



Black color preview on #683E7E background

This text has black color on #683E7E background.


White color preview on #683E7E background

This text has white color on #683E7E background.