COLOR #680F52

HEX: #680F52
RGB: (104,15,82)

Color info

#680F52 contains mainly red and blue colors. Web safe color of #680F52 is #660066 (or #606).

RGB color model

#680F52 color RGB value is (104,15,82).

  • red value is 104;
  • green value is 15;
  • blue value is 82.
RGB:
(104,15,82)
(41%,6%,32%)

RGB channels and saturation

R 104 of 255 = 41%
G 15 of 255 = 6%
B 82 of 255 = 32%

104
15
82

R + G + B ~ 26%. #680F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 15 + 82 = 201 (100%)
R 104 of 201 ~ 51.74%
G 15 of 201 ~ 7.46%
B 82 of 201 ~ 40.8%

%51.74
%40.8

CMYK color model

#680F52 color CMYK value is (0,86,21,59).

  • cyan value is 0.00%
  • magenta value is 85.58%
  • yellow value is 21.15%
  • key color value is 59.22%
CMYK:
(0,86,21,59)
C0M86Y21K59 
(0%,86%,21%,59%)
(0.00/0.86/0.21/0.59)	

CMYK percentages

%0
%85.58
%21.15
%59.22

Codes

Color #680F52 in popluar color models

680F52
RGB1041582
HSL315°74.79%23.33%
HSB/HSV315°85.58%40.78%
CMYK0.00%85.58%21.15%
59.22%

Color #680F52 in popluar number systems.

HEX680F52
Decimal1041582
Binary110100011111010010
Octal15017122

Shades and tints

Shades of #680F52

#680F52
(104,15,82)
#5F0E4B
(95,14,75)
#560D44
(86,13,68)
#4D0C3D
(77,12,61)
#440B36
(68,11,54)
#3B0A2F
(59,10,47)
#320928
(50,9,40)
#290821
(41,8,33)
#20071A
(32,7,26)
#170613
(23,6,19)
#0E050C
(14,5,12)
#000000
(0,0,0)

Tints of #680F52

#680F52
(104,15,82)
#752461
(117,36,97)
#823970
(130,57,112)
#8F4E7F
(143,78,127)
#9C638E
(156,99,142)
#A9789D
(169,120,157)
#B68DAC
(182,141,172)
#C3A2BB
(195,162,187)
#D0B7CA
(208,183,202)
#DDCCD9
(221,204,217)
#EAE1E8
(234,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680F52 color. Also use rgb(104,15,82) instead hex code.

Text Font Color

.myTextColor { color: #680F52; }

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

This text font color is #680F52.


Background Color

.myBgColor { background-color: #680F52; }

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

This div background color is #680F52.


Border color

.myBorderColor { border: 1px solid #680F52; }

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

This div border color is #680F52.


Opacity

.myOpacity80 { color: #680F52; opacity: 0.8; }

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

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

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

This text has shadow with #680F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680F52 on black background.


Color preview on white background

This text has color #680F52 on white background.



Black color preview on #680F52 background

This text has black color on #680F52 background.


White color preview on #680F52 background

This text has white color on #680F52 background.