COLOR #680119

HEX: #680119
RGB: (104,1,25)

Color info

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

RGB color model

#680119 color RGB value is (104,1,25).

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

RGB channels and saturation

R 104 of 255 = 41%
G 1 of 255 = 0%
B 25 of 255 = 10%

104
1
25

R + G + B ~ 17%. #680119 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 1 + 25 = 130 (100%)
R 104 of 130 ~ 80%
G 1 of 130 ~ 0.77%
B 25 of 130 ~ 19.23%

%80
%19.23

CMYK color model

#680119 color CMYK value is (0,99,76,59).

  • cyan value is 0.00%
  • magenta value is 99.04%
  • yellow value is 75.96%
  • key color value is 59.22%
CMYK:
(0,99,76,59)
C0M99Y76K59 
(0%,99%,76%,59%)
(0.00/0.99/0.76/0.59)	

CMYK percentages

%0
%99.04
%75.96
%59.22

Codes

Color #680119 in popluar color models

680119
RGB104125
HSL346°98.10%20.59%
HSB/HSV346°99.04%40.78%
CMYK0.00%99.04%75.96%
59.22%

Color #680119 in popluar number systems.

HEX680119
Decimal104125
Binary1101000111001
Octal150131

Shades and tints

Shades of #680119

#680119
(104,1,25)
#5F0117
(95,1,23)
#560115
(86,1,21)
#4D0113
(77,1,19)
#440111
(68,1,17)
#3B010F
(59,1,15)
#32010D
(50,1,13)
#29010B
(41,1,11)
#200109
(32,1,9)
#170107
(23,1,7)
#0E0105
(14,1,5)
#000000
(0,0,0)

Tints of #680119

#680119
(104,1,25)
#75182D
(117,24,45)
#822F41
(130,47,65)
#8F4655
(143,70,85)
#9C5D69
(156,93,105)
#A9747D
(169,116,125)
#B68B91
(182,139,145)
#C3A2A5
(195,162,165)
#D0B9B9
(208,185,185)
#DDD0CD
(221,208,205)
#EAE7E1
(234,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #680119; }

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

This text font color is #680119.


Background Color

.myBgColor { background-color: #680119; }

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

This div background color is #680119.


Border color

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

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

This div border color is #680119.


Opacity

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

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

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

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

This text has shadow with #680119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680119 on black background.


Color preview on white background

This text has color #680119 on white background.



Black color preview on #680119 background

This text has black color on #680119 background.


White color preview on #680119 background

This text has white color on #680119 background.