COLOR #681C14

HEX: #681C14
RGB: (104,28,20)

Color info

#681C14 contains mainly red color. Web safe color of #681C14 is #663300 (or #630).

RGB color model

#681C14 color RGB value is (104,28,20).

  • red value is 104;
  • green value is 28;
  • blue value is 20.
RGB:
(104,28,20)
(41%,11%,8%)

RGB channels and saturation

R 104 of 255 = 41%
G 28 of 255 = 11%
B 20 of 255 = 8%

104
28
20

R + G + B ~ 20%. #681C14 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 28 + 20 = 152 (100%)
R 104 of 152 ~ 68.42%
G 28 of 152 ~ 18.42%
B 20 of 152 ~ 13.16%

%68.42
%18.42
%13.16

CMYK color model

#681C14 color CMYK value is (0,73,81,59).

  • cyan value is 0.00%
  • magenta value is 73.08%
  • yellow value is 80.77%
  • key color value is 59.22%
CMYK:
(0,73,81,59)
C0M73Y81K59 
(0%,73%,81%,59%)
(0.00/0.73/0.81/0.59)	

CMYK percentages

%0
%73.08
%80.77
%59.22

Codes

Color #681C14 in popluar color models

681C14
RGB1042820
HSL67.74%24.31%
HSB/HSV80.77%40.78%
CMYK0.00%73.08%80.77%
59.22%

Color #681C14 in popluar number systems.

HEX681C14
Decimal1042820
Binary11010001110010100
Octal1503424

Shades and tints

Shades of #681C14

#681C14
(104,28,20)
#5F1A13
(95,26,19)
#561812
(86,24,18)
#4D1611
(77,22,17)
#441410
(68,20,16)
#3B120F
(59,18,15)
#32100E
(50,16,14)
#290E0D
(41,14,13)
#200C0C
(32,12,12)
#170A0B
(23,10,11)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #681C14

#681C14
(104,28,20)
#753029
(117,48,41)
#82443E
(130,68,62)
#8F5853
(143,88,83)
#9C6C68
(156,108,104)
#A9807D
(169,128,125)
#B69492
(182,148,146)
#C3A8A7
(195,168,167)
#D0BCBC
(208,188,188)
#DDD0D1
(221,208,209)
#EAE4E6
(234,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681C14 color. Also use rgb(104,28,20) instead hex code.

Text Font Color

.myTextColor { color: #681C14; }

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

This text font color is #681C14.


Background Color

.myBgColor { background-color: #681C14; }

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

This div background color is #681C14.


Border color

.myBorderColor { border: 1px solid #681C14; }

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

This div border color is #681C14.


Opacity

.myOpacity80 { color: #681C14; opacity: 0.8; }

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

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

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

This text has shadow with #681C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681C14 on black background.


Color preview on white background

This text has color #681C14 on white background.



Black color preview on #681C14 background

This text has black color on #681C14 background.


White color preview on #681C14 background

This text has white color on #681C14 background.