COLOR #682676

HEX: #682676
RGB: (104,38,118)

Color info

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

RGB color model

#682676 color RGB value is (104,38,118).

  • red value is 104;
  • green value is 38;
  • blue value is 118.
RGB:
(104,38,118)
(41%,15%,46%)

RGB channels and saturation

R 104 of 255 = 41%
G 38 of 255 = 15%
B 118 of 255 = 46%

104
38
118

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

Portions of RGB colors in percentages

R + G + B =
104 + 38 + 118 = 260 (100%)
R 104 of 260 ~ 40%
G 38 of 260 ~ 14.62%
B 118 of 260 ~ 45.38%

%40
%14.62
%45.38

CMYK color model

#682676 color CMYK value is (12,68,0,54).

  • cyan value is 11.86%
  • magenta value is 67.80%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(12,68,0,54)
C12M68Y0K54 
(12%,68%,0%,54%)
(0.12/0.68/0.00/0.54)	

CMYK percentages

%11.86
%67.8
%0
%53.73

Codes

Color #682676 in popluar color models

682676
RGB10438118
HSL290°51.28%30.59%
HSB/HSV290°67.80%46.27%
CMYK11.86%67.80%0.00%
53.73%

Color #682676 in popluar number systems.

HEX682676
Decimal10438118
Binary11010001001101110110
Octal15046166

Shades and tints

Shades of #682676

#682676
(104,38,118)
#5F236C
(95,35,108)
#562062
(86,32,98)
#4D1D58
(77,29,88)
#441A4E
(68,26,78)
#3B1744
(59,23,68)
#32143A
(50,20,58)
#291130
(41,17,48)
#200E26
(32,14,38)
#170B1C
(23,11,28)
#0E0812
(14,8,18)
#000000
(0,0,0)

Tints of #682676

#682676
(104,38,118)
#753982
(117,57,130)
#824C8E
(130,76,142)
#8F5F9A
(143,95,154)
#9C72A6
(156,114,166)
#A985B2
(169,133,178)
#B698BE
(182,152,190)
#C3ABCA
(195,171,202)
#D0BED6
(208,190,214)
#DDD1E2
(221,209,226)
#EAE4EE
(234,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682676 color. Also use rgb(104,38,118) instead hex code.

Text Font Color

.myTextColor { color: #682676; }

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

This text font color is #682676.


Background Color

.myBgColor { background-color: #682676; }

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

This div background color is #682676.


Border color

.myBorderColor { border: 1px solid #682676; }

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

This div border color is #682676.


Opacity

.myOpacity80 { color: #682676; opacity: 0.8; }

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

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

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

This text has shadow with #682676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682676 on black background.


Color preview on white background

This text has color #682676 on white background.



Black color preview on #682676 background

This text has black color on #682676 background.


White color preview on #682676 background

This text has white color on #682676 background.