COLOR #680E17

HEX: #680E17
RGB: (104,14,23)

Color info

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

RGB color model

#680E17 color RGB value is (104,14,23).

  • red value is 104;
  • green value is 14;
  • blue value is 23.
RGB:
(104,14,23)
(41%,5%,9%)

RGB channels and saturation

R 104 of 255 = 41%
G 14 of 255 = 5%
B 23 of 255 = 9%

104
14
23

R + G + B ~ 18%. #680E17 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 14 + 23 = 141 (100%)
R 104 of 141 ~ 73.76%
G 14 of 141 ~ 9.93%
B 23 of 141 ~ 16.31%

%73.76
%9.93
%16.31

CMYK color model

#680E17 color CMYK value is (0,87,78,59).

  • cyan value is 0.00%
  • magenta value is 86.54%
  • yellow value is 77.88%
  • key color value is 59.22%
CMYK:
(0,87,78,59)
C0M87Y78K59 
(0%,87%,78%,59%)
(0.00/0.87/0.78/0.59)	

CMYK percentages

%0
%86.54
%77.88
%59.22

Codes

Color #680E17 in popluar color models

680E17
RGB1041423
HSL354°76.27%23.14%
HSB/HSV354°86.54%40.78%
CMYK0.00%86.54%77.88%
59.22%

Color #680E17 in popluar number systems.

HEX680E17
Decimal1041423
Binary1101000111010111
Octal1501627

Shades and tints

Shades of #680E17

#680E17
(104,14,23)
#5F0D15
(95,13,21)
#560C13
(86,12,19)
#4D0B11
(77,11,17)
#440A0F
(68,10,15)
#3B090D
(59,9,13)
#32080B
(50,8,11)
#290709
(41,7,9)
#200607
(32,6,7)
#170505
(23,5,5)
#0E0403
(14,4,3)
#000000
(0,0,0)

Tints of #680E17

#680E17
(104,14,23)
#75232C
(117,35,44)
#823841
(130,56,65)
#8F4D56
(143,77,86)
#9C626B
(156,98,107)
#A97780
(169,119,128)
#B68C95
(182,140,149)
#C3A1AA
(195,161,170)
#D0B6BF
(208,182,191)
#DDCBD4
(221,203,212)
#EAE0E9
(234,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680E17 color. Also use rgb(104,14,23) instead hex code.

Text Font Color

.myTextColor { color: #680E17; }

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

This text font color is #680E17.


Background Color

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

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

This div background color is #680E17.


Border color

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

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

This div border color is #680E17.


Opacity

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

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

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

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

This text has shadow with #680E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680E17 on black background.


Color preview on white background

This text has color #680E17 on white background.



Black color preview on #680E17 background

This text has black color on #680E17 background.


White color preview on #680E17 background

This text has white color on #680E17 background.