COLOR #680E2A

HEX: #680E2A
RGB: (104,14,42)

Color info

#680E2A contains mainly red color. Web safe color of #680E2A is #660033 (or #603).

RGB color model

#680E2A color RGB value is (104,14,42).

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

RGB channels and saturation

R 104 of 255 = 41%
G 14 of 255 = 5%
B 42 of 255 = 16%

104
14
42

R + G + B ~ 21%. #680E2A is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 14 + 42 = 160 (100%)
R 104 of 160 ~ 65%
G 14 of 160 ~ 8.75%
B 42 of 160 ~ 26.25%

%65
%26.25

CMYK color model

#680E2A color CMYK value is (0,87,60,59).

  • cyan value is 0.00%
  • magenta value is 86.54%
  • yellow value is 59.62%
  • key color value is 59.22%
CMYK:
(0,87,60,59)
C0M87Y60K59 
(0%,87%,60%,59%)
(0.00/0.87/0.60/0.59)	

CMYK percentages

%0
%86.54
%59.62
%59.22

Codes

Color #680E2A in popluar color models

680E2A
RGB1041442
HSL341°76.27%23.14%
HSB/HSV341°86.54%40.78%
CMYK0.00%86.54%59.62%
59.22%

Color #680E2A in popluar number systems.

HEX680E2A
Decimal1041442
Binary11010001110101010
Octal1501652

Shades and tints

Shades of #680E2A

#680E2A
(104,14,42)
#5F0D27
(95,13,39)
#560C24
(86,12,36)
#4D0B21
(77,11,33)
#440A1E
(68,10,30)
#3B091B
(59,9,27)
#320818
(50,8,24)
#290715
(41,7,21)
#200612
(32,6,18)
#17050F
(23,5,15)
#0E040C
(14,4,12)
#000000
(0,0,0)

Tints of #680E2A

#680E2A
(104,14,42)
#75233D
(117,35,61)
#823850
(130,56,80)
#8F4D63
(143,77,99)
#9C6276
(156,98,118)
#A97789
(169,119,137)
#B68C9C
(182,140,156)
#C3A1AF
(195,161,175)
#D0B6C2
(208,182,194)
#DDCBD5
(221,203,213)
#EAE0E8
(234,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #680E2A; }

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

This text font color is #680E2A.


Background Color

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

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

This div background color is #680E2A.


Border color

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

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

This div border color is #680E2A.


Opacity

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

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

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

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

This text has shadow with #680E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680E2A on black background.


Color preview on white background

This text has color #680E2A on white background.



Black color preview on #680E2A background

This text has black color on #680E2A background.


White color preview on #680E2A background

This text has white color on #680E2A background.