COLOR #681C26

HEX: #681C26
RGB: (104,28,38)

Color info

#681C26 contains mainly red color. Web safe color of #681C26 is #663333 (or #633).

RGB color model

#681C26 color RGB value is (104,28,38).

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

RGB channels and saturation

R 104 of 255 = 41%
G 28 of 255 = 11%
B 38 of 255 = 15%

104
28
38

R + G + B ~ 22%. #681C26 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 28 + 38 = 170 (100%)
R 104 of 170 ~ 61.18%
G 28 of 170 ~ 16.47%
B 38 of 170 ~ 22.35%

%61.18
%16.47
%22.35

CMYK color model

#681C26 color CMYK value is (0,73,63,59).

  • cyan value is 0.00%
  • magenta value is 73.08%
  • yellow value is 63.46%
  • key color value is 59.22%
CMYK:
(0,73,63,59)
C0M73Y63K59 
(0%,73%,63%,59%)
(0.00/0.73/0.63/0.59)	

CMYK percentages

%0
%73.08
%63.46
%59.22

Codes

Color #681C26 in popluar color models

681C26
RGB1042838
HSL352°57.58%25.88%
HSB/HSV352°73.08%40.78%
CMYK0.00%73.08%63.46%
59.22%

Color #681C26 in popluar number systems.

HEX681C26
Decimal1042838
Binary110100011100100110
Octal1503446

Shades and tints

Shades of #681C26

#681C26
(104,28,38)
#5F1A23
(95,26,35)
#561820
(86,24,32)
#4D161D
(77,22,29)
#44141A
(68,20,26)
#3B1217
(59,18,23)
#321014
(50,16,20)
#290E11
(41,14,17)
#200C0E
(32,12,14)
#170A0B
(23,10,11)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #681C26

#681C26
(104,28,38)
#753039
(117,48,57)
#82444C
(130,68,76)
#8F585F
(143,88,95)
#9C6C72
(156,108,114)
#A98085
(169,128,133)
#B69498
(182,148,152)
#C3A8AB
(195,168,171)
#D0BCBE
(208,188,190)
#DDD0D1
(221,208,209)
#EAE4E4
(234,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #681C26; }

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

This text font color is #681C26.


Background Color

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

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

This div background color is #681C26.


Border color

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

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

This div border color is #681C26.


Opacity

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

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

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

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

This text has shadow with #681C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681C26 on black background.


Color preview on white background

This text has color #681C26 on white background.



Black color preview on #681C26 background

This text has black color on #681C26 background.


White color preview on #681C26 background

This text has white color on #681C26 background.