COLOR #682F6D

HEX: #682F6D
RGB: (104,47,109)

Color info

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

RGB color model

#682F6D color RGB value is (104,47,109).

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

RGB channels and saturation

R 104 of 255 = 41%
G 47 of 255 = 18%
B 109 of 255 = 43%

104
47
109

R + G + B ~ 34%. #682F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 47 + 109 = 260 (100%)
R 104 of 260 ~ 40%
G 47 of 260 ~ 18.08%
B 109 of 260 ~ 41.92%

%40
%18.08
%41.92

CMYK color model

#682F6D color CMYK value is (5,57,0,57).

  • cyan value is 4.59%
  • magenta value is 56.88%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(5,57,0,57)
C5M57Y0K57 
(5%,57%,0%,57%)
(0.05/0.57/0.00/0.57)	

CMYK percentages

%4.59
%56.88
%0
%57.25

Codes

Color #682F6D in popluar color models

682F6D
RGB10447109
HSL295°39.74%30.59%
HSB/HSV295°56.88%42.75%
CMYK4.59%56.88%0.00%
57.25%

Color #682F6D in popluar number systems.

HEX682F6D
Decimal10447109
Binary11010001011111101101
Octal15057155

Shades and tints

Shades of #682F6D

#682F6D
(104,47,109)
#5F2B64
(95,43,100)
#56275B
(86,39,91)
#4D2352
(77,35,82)
#441F49
(68,31,73)
#3B1B40
(59,27,64)
#321737
(50,23,55)
#29132E
(41,19,46)
#200F25
(32,15,37)
#170B1C
(23,11,28)
#0E0713
(14,7,19)
#000000
(0,0,0)

Tints of #682F6D

#682F6D
(104,47,109)
#75417A
(117,65,122)
#825387
(130,83,135)
#8F6594
(143,101,148)
#9C77A1
(156,119,161)
#A989AE
(169,137,174)
#B69BBB
(182,155,187)
#C3ADC8
(195,173,200)
#D0BFD5
(208,191,213)
#DDD1E2
(221,209,226)
#EAE3EF
(234,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682F6D color. Also use rgb(104,47,109) instead hex code.

Text Font Color

.myTextColor { color: #682F6D; }

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

This text font color is #682F6D.


Background Color

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

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

This div background color is #682F6D.


Border color

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

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

This div border color is #682F6D.


Opacity

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

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

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

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

This text has shadow with #682F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682F6D on black background.


Color preview on white background

This text has color #682F6D on white background.



Black color preview on #682F6D background

This text has black color on #682F6D background.


White color preview on #682F6D background

This text has white color on #682F6D background.