COLOR #681A59

HEX: #681A59
RGB: (104,26,89)

Color info

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

RGB color model

#681A59 color RGB value is (104,26,89).

  • red value is 104;
  • green value is 26;
  • blue value is 89.
RGB:
(104,26,89)
(41%,10%,35%)

RGB channels and saturation

R 104 of 255 = 41%
G 26 of 255 = 10%
B 89 of 255 = 35%

104
26
89

R + G + B ~ 29%. #681A59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 26 + 89 = 219 (100%)
R 104 of 219 ~ 47.49%
G 26 of 219 ~ 11.87%
B 89 of 219 ~ 40.64%

%47.49
%11.87
%40.64

CMYK color model

#681A59 color CMYK value is (0,75,14,59).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 14.42%
  • key color value is 59.22%
CMYK:
(0,75,14,59)
C0M75Y14K59 
(0%,75%,14%,59%)
(0.00/0.75/0.14/0.59)	

CMYK percentages

%0
%75
%14.42
%59.22

Codes

Color #681A59 in popluar color models

681A59
RGB1042689
HSL312°60.00%25.49%
HSB/HSV312°75.00%40.78%
CMYK0.00%75.00%14.42%
59.22%

Color #681A59 in popluar number systems.

HEX681A59
Decimal1042689
Binary1101000110101011001
Octal15032131

Shades and tints

Shades of #681A59

#681A59
(104,26,89)
#5F1851
(95,24,81)
#561649
(86,22,73)
#4D1441
(77,20,65)
#441239
(68,18,57)
#3B1031
(59,16,49)
#320E29
(50,14,41)
#290C21
(41,12,33)
#200A19
(32,10,25)
#170811
(23,8,17)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #681A59

#681A59
(104,26,89)
#752E68
(117,46,104)
#824277
(130,66,119)
#8F5686
(143,86,134)
#9C6A95
(156,106,149)
#A97EA4
(169,126,164)
#B692B3
(182,146,179)
#C3A6C2
(195,166,194)
#D0BAD1
(208,186,209)
#DDCEE0
(221,206,224)
#EAE2EF
(234,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681A59 color. Also use rgb(104,26,89) instead hex code.

Text Font Color

.myTextColor { color: #681A59; }

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

This text font color is #681A59.


Background Color

.myBgColor { background-color: #681A59; }

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

This div background color is #681A59.


Border color

.myBorderColor { border: 1px solid #681A59; }

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

This div border color is #681A59.


Opacity

.myOpacity80 { color: #681A59; opacity: 0.8; }

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

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

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

This text has shadow with #681A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681A59 on black background.


Color preview on white background

This text has color #681A59 on white background.



Black color preview on #681A59 background

This text has black color on #681A59 background.


White color preview on #681A59 background

This text has white color on #681A59 background.