COLOR #682F69

HEX: #682F69
RGB: (104,47,105)

Color info

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

RGB color model

#682F69 color RGB value is (104,47,105).

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

RGB channels and saturation

R 104 of 255 = 41%
G 47 of 255 = 18%
B 105 of 255 = 41%

104
47
105

R + G + B ~ 33%. #682F69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 47 + 105 = 256 (100%)
R 104 of 256 ~ 40.63%
G 47 of 256 ~ 18.36%
B 105 of 256 ~ 41.02%

%40.63
%18.36
%41.02

CMYK color model

#682F69 color CMYK value is (1,55,0,59).

  • cyan value is 0.95%
  • magenta value is 55.24%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(1,55,0,59)
C1M55Y0K59 
(1%,55%,0%,59%)
(0.01/0.55/0.00/0.59)	

CMYK percentages

%0.95
%55.24
%0
%58.82

Codes

Color #682F69 in popluar color models

682F69
RGB10447105
HSL299°38.16%29.80%
HSB/HSV299°55.24%41.18%
CMYK0.95%55.24%0.00%
58.82%

Color #682F69 in popluar number systems.

HEX682F69
Decimal10447105
Binary11010001011111101001
Octal15057151

Shades and tints

Shades of #682F69

#682F69
(104,47,105)
#5F2B60
(95,43,96)
#562757
(86,39,87)
#4D234E
(77,35,78)
#441F45
(68,31,69)
#3B1B3C
(59,27,60)
#321733
(50,23,51)
#29132A
(41,19,42)
#200F21
(32,15,33)
#170B18
(23,11,24)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #682F69

#682F69
(104,47,105)
#754176
(117,65,118)
#825383
(130,83,131)
#8F6590
(143,101,144)
#9C779D
(156,119,157)
#A989AA
(169,137,170)
#B69BB7
(182,155,183)
#C3ADC4
(195,173,196)
#D0BFD1
(208,191,209)
#DDD1DE
(221,209,222)
#EAE3EB
(234,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #682F69; }

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

This text font color is #682F69.


Background Color

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

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

This div background color is #682F69.


Border color

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

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

This div border color is #682F69.


Opacity

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

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

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

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

This text has shadow with #682F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682F69 on black background.


Color preview on white background

This text has color #682F69 on white background.



Black color preview on #682F69 background

This text has black color on #682F69 background.


White color preview on #682F69 background

This text has white color on #682F69 background.