COLOR #680A41

HEX: #680A41
RGB: (104,10,65)

Color info

#680A41 contains mainly red and blue colors. Web safe color of #680A41 is #660033 (or #603).

RGB color model

#680A41 color RGB value is (104,10,65).

  • red value is 104;
  • green value is 10;
  • blue value is 65.
RGB:
(104,10,65)
(41%,4%,25%)

RGB channels and saturation

R 104 of 255 = 41%
G 10 of 255 = 4%
B 65 of 255 = 25%

104
10
65

R + G + B ~ 23%. #680A41 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 10 + 65 = 179 (100%)
R 104 of 179 ~ 58.1%
G 10 of 179 ~ 5.59%
B 65 of 179 ~ 36.31%

%58.1
%36.31

CMYK color model

#680A41 color CMYK value is (0,90,38,59).

  • cyan value is 0.00%
  • magenta value is 90.38%
  • yellow value is 37.50%
  • key color value is 59.22%
CMYK:
(0,90,38,59)
C0M90Y38K59 
(0%,90%,38%,59%)
(0.00/0.90/0.38/0.59)	

CMYK percentages

%0
%90.38
%37.5
%59.22

Codes

Color #680A41 in popluar color models

680A41
RGB1041065
HSL325°82.46%22.35%
HSB/HSV325°90.38%40.78%
CMYK0.00%90.38%37.50%
59.22%

Color #680A41 in popluar number systems.

HEX680A41
Decimal1041065
Binary110100010101000001
Octal15012101

Shades and tints

Shades of #680A41

#680A41
(104,10,65)
#5F0A3C
(95,10,60)
#560A37
(86,10,55)
#4D0A32
(77,10,50)
#440A2D
(68,10,45)
#3B0A28
(59,10,40)
#320A23
(50,10,35)
#290A1E
(41,10,30)
#200A19
(32,10,25)
#170A14
(23,10,20)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #680A41

#680A41
(104,10,65)
#752052
(117,32,82)
#823663
(130,54,99)
#8F4C74
(143,76,116)
#9C6285
(156,98,133)
#A97896
(169,120,150)
#B68EA7
(182,142,167)
#C3A4B8
(195,164,184)
#D0BAC9
(208,186,201)
#DDD0DA
(221,208,218)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680A41 color. Also use rgb(104,10,65) instead hex code.

Text Font Color

.myTextColor { color: #680A41; }

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

This text font color is #680A41.


Background Color

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

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

This div background color is #680A41.


Border color

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

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

This div border color is #680A41.


Opacity

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

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

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

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

This text has shadow with #680A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680A41 on black background.


Color preview on white background

This text has color #680A41 on white background.



Black color preview on #680A41 background

This text has black color on #680A41 background.


White color preview on #680A41 background

This text has white color on #680A41 background.