COLOR #681219

HEX: #681219
RGB: (104,18,25)

Color info

#681219 contains mainly red color. Web safe color of #681219 is #660000 (or #600).

RGB color model

#681219 color RGB value is (104,18,25).

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

RGB channels and saturation

R 104 of 255 = 41%
G 18 of 255 = 7%
B 25 of 255 = 10%

104
18
25

R + G + B ~ 19%. #681219 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 18 + 25 = 147 (100%)
R 104 of 147 ~ 70.75%
G 18 of 147 ~ 12.24%
B 25 of 147 ~ 17.01%

%70.75
%12.24
%17.01

CMYK color model

#681219 color CMYK value is (0,83,76,59).

  • cyan value is 0.00%
  • magenta value is 82.69%
  • yellow value is 75.96%
  • key color value is 59.22%
CMYK:
(0,83,76,59)
C0M83Y76K59 
(0%,83%,76%,59%)
(0.00/0.83/0.76/0.59)	

CMYK percentages

%0
%82.69
%75.96
%59.22

Codes

Color #681219 in popluar color models

681219
RGB1041825
HSL355°70.49%23.92%
HSB/HSV355°82.69%40.78%
CMYK0.00%82.69%75.96%
59.22%

Color #681219 in popluar number systems.

HEX681219
Decimal1041825
Binary11010001001011001
Octal1502231

Shades and tints

Shades of #681219

#681219
(104,18,25)
#5F1117
(95,17,23)
#561015
(86,16,21)
#4D0F13
(77,15,19)
#440E11
(68,14,17)
#3B0D0F
(59,13,15)
#320C0D
(50,12,13)
#290B0B
(41,11,11)
#200A09
(32,10,9)
#170907
(23,9,7)
#0E0805
(14,8,5)
#000000
(0,0,0)

Tints of #681219

#681219
(104,18,25)
#75272D
(117,39,45)
#823C41
(130,60,65)
#8F5155
(143,81,85)
#9C6669
(156,102,105)
#A97B7D
(169,123,125)
#B69091
(182,144,145)
#C3A5A5
(195,165,165)
#D0BAB9
(208,186,185)
#DDCFCD
(221,207,205)
#EAE4E1
(234,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681219 color. Also use rgb(104,18,25) instead hex code.

Text Font Color

.myTextColor { color: #681219; }

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

This text font color is #681219.


Background Color

.myBgColor { background-color: #681219; }

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

This div background color is #681219.


Border color

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

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

This div border color is #681219.


Opacity

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

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

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

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

This text has shadow with #681219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681219 on black background.


Color preview on white background

This text has color #681219 on white background.



Black color preview on #681219 background

This text has black color on #681219 background.


White color preview on #681219 background

This text has white color on #681219 background.