COLOR #680A0E

HEX: #680A0E
RGB: (104,10,14)

Color info

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

RGB color model

#680A0E color RGB value is (104,10,14).

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

RGB channels and saturation

R 104 of 255 = 41%
G 10 of 255 = 4%
B 14 of 255 = 5%

104
10
14

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

Portions of RGB colors in percentages

R + G + B =
104 + 10 + 14 = 128 (100%)
R 104 of 128 ~ 81.25%
G 10 of 128 ~ 7.81%
B 14 of 128 ~ 10.94%

%81.25
%10.94

CMYK color model

#680A0E color CMYK value is (0,90,87,59).

  • cyan value is 0.00%
  • magenta value is 90.38%
  • yellow value is 86.54%
  • key color value is 59.22%
CMYK:
(0,90,87,59)
C0M90Y87K59 
(0%,90%,87%,59%)
(0.00/0.90/0.87/0.59)	

CMYK percentages

%0
%90.38
%86.54
%59.22

Codes

Color #680A0E in popluar color models

680A0E
RGB1041014
HSL357°82.46%22.35%
HSB/HSV357°90.38%40.78%
CMYK0.00%90.38%86.54%
59.22%

Color #680A0E in popluar number systems.

HEX680A0E
Decimal1041014
Binary110100010101110
Octal1501216

Shades and tints

Shades of #680A0E

#680A0E
(104,10,14)
#5F0A0D
(95,10,13)
#560A0C
(86,10,12)
#4D0A0B
(77,10,11)
#440A0A
(68,10,10)
#3B0A09
(59,10,9)
#320A08
(50,10,8)
#290A07
(41,10,7)
#200A06
(32,10,6)
#170A05
(23,10,5)
#0E0A04
(14,10,4)
#000000
(0,0,0)

Tints of #680A0E

#680A0E
(104,10,14)
#752023
(117,32,35)
#823638
(130,54,56)
#8F4C4D
(143,76,77)
#9C6262
(156,98,98)
#A97877
(169,120,119)
#B68E8C
(182,142,140)
#C3A4A1
(195,164,161)
#D0BAB6
(208,186,182)
#DDD0CB
(221,208,203)
#EAE6E0
(234,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #680A0E; }

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

This text font color is #680A0E.


Background Color

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

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

This div background color is #680A0E.


Border color

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

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

This div border color is #680A0E.


Opacity

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

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

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

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

This text has shadow with #680A0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680A0E on black background.


Color preview on white background

This text has color #680A0E on white background.



Black color preview on #680A0E background

This text has black color on #680A0E background.


White color preview on #680A0E background

This text has white color on #680A0E background.