COLOR #682E79

HEX: #682E79
RGB: (104,46,121)

Color info

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

RGB color model

#682E79 color RGB value is (104,46,121).

  • red value is 104;
  • green value is 46;
  • blue value is 121.
RGB:
(104,46,121)
(41%,18%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 46 of 255 = 18%
B 121 of 255 = 47%

104
46
121

R + G + B ~ 35%. #682E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 46 + 121 = 271 (100%)
R 104 of 271 ~ 38.38%
G 46 of 271 ~ 16.97%
B 121 of 271 ~ 44.65%

%38.38
%16.97
%44.65

CMYK color model

#682E79 color CMYK value is (14,62,0,53).

  • cyan value is 14.05%
  • magenta value is 61.98%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(14,62,0,53)
C14M62Y0K53 
(14%,62%,0%,53%)
(0.14/0.62/0.00/0.53)	

CMYK percentages

%14.05
%61.98
%0
%52.55

Codes

Color #682E79 in popluar color models

682E79
RGB10446121
HSL286°44.91%32.75%
HSB/HSV286°61.98%47.45%
CMYK14.05%61.98%0.00%
52.55%

Color #682E79 in popluar number systems.

HEX682E79
Decimal10446121
Binary11010001011101111001
Octal15056171

Shades and tints

Shades of #682E79

#682E79
(104,46,121)
#5F2A6E
(95,42,110)
#562663
(86,38,99)
#4D2258
(77,34,88)
#441E4D
(68,30,77)
#3B1A42
(59,26,66)
#321637
(50,22,55)
#29122C
(41,18,44)
#200E21
(32,14,33)
#170A16
(23,10,22)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #682E79

#682E79
(104,46,121)
#754185
(117,65,133)
#825491
(130,84,145)
#8F679D
(143,103,157)
#9C7AA9
(156,122,169)
#A98DB5
(169,141,181)
#B6A0C1
(182,160,193)
#C3B3CD
(195,179,205)
#D0C6D9
(208,198,217)
#DDD9E5
(221,217,229)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682E79 color. Also use rgb(104,46,121) instead hex code.

Text Font Color

.myTextColor { color: #682E79; }

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

This text font color is #682E79.


Background Color

.myBgColor { background-color: #682E79; }

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

This div background color is #682E79.


Border color

.myBorderColor { border: 1px solid #682E79; }

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

This div border color is #682E79.


Opacity

.myOpacity80 { color: #682E79; opacity: 0.8; }

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

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

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

This text has shadow with #682E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682E79 on black background.


Color preview on white background

This text has color #682E79 on white background.



Black color preview on #682E79 background

This text has black color on #682E79 background.


White color preview on #682E79 background

This text has white color on #682E79 background.