COLOR #681C17

HEX: #681C17
RGB: (104,28,23)

Color info

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

RGB color model

#681C17 color RGB value is (104,28,23).

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

RGB channels and saturation

R 104 of 255 = 41%
G 28 of 255 = 11%
B 23 of 255 = 9%

104
28
23

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

Portions of RGB colors in percentages

R + G + B =
104 + 28 + 23 = 155 (100%)
R 104 of 155 ~ 67.1%
G 28 of 155 ~ 18.06%
B 23 of 155 ~ 14.84%

%67.1
%18.06
%14.84

CMYK color model

#681C17 color CMYK value is (0,73,78,59).

  • cyan value is 0.00%
  • magenta value is 73.08%
  • yellow value is 77.88%
  • key color value is 59.22%
CMYK:
(0,73,78,59)
C0M73Y78K59 
(0%,73%,78%,59%)
(0.00/0.73/0.78/0.59)	

CMYK percentages

%0
%73.08
%77.88
%59.22

Codes

Color #681C17 in popluar color models

681C17
RGB1042823
HSL63.78%24.90%
HSB/HSV77.88%40.78%
CMYK0.00%73.08%77.88%
59.22%

Color #681C17 in popluar number systems.

HEX681C17
Decimal1042823
Binary11010001110010111
Octal1503427

Shades and tints

Shades of #681C17

#681C17
(104,28,23)
#5F1A15
(95,26,21)
#561813
(86,24,19)
#4D1611
(77,22,17)
#44140F
(68,20,15)
#3B120D
(59,18,13)
#32100B
(50,16,11)
#290E09
(41,14,9)
#200C07
(32,12,7)
#170A05
(23,10,5)
#0E0803
(14,8,3)
#000000
(0,0,0)

Tints of #681C17

#681C17
(104,28,23)
#75302C
(117,48,44)
#824441
(130,68,65)
#8F5856
(143,88,86)
#9C6C6B
(156,108,107)
#A98080
(169,128,128)
#B69495
(182,148,149)
#C3A8AA
(195,168,170)
#D0BCBF
(208,188,191)
#DDD0D4
(221,208,212)
#EAE4E9
(234,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #681C17; }

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

This text font color is #681C17.


Background Color

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

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

This div background color is #681C17.


Border color

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

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

This div border color is #681C17.


Opacity

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

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

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

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

This text has shadow with #681C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681C17 on black background.


Color preview on white background

This text has color #681C17 on white background.



Black color preview on #681C17 background

This text has black color on #681C17 background.


White color preview on #681C17 background

This text has white color on #681C17 background.