COLOR #681D36

HEX: #681D36
RGB: (104,29,54)

Color info

#681D36 contains mainly red and blue colors. Web safe color of #681D36 is #663333 (or #633).

RGB color model

#681D36 color RGB value is (104,29,54).

  • red value is 104;
  • green value is 29;
  • blue value is 54.
RGB:
(104,29,54)
(41%,11%,21%)

RGB channels and saturation

R 104 of 255 = 41%
G 29 of 255 = 11%
B 54 of 255 = 21%

104
29
54

R + G + B ~ 24%. #681D36 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 29 + 54 = 187 (100%)
R 104 of 187 ~ 55.61%
G 29 of 187 ~ 15.51%
B 54 of 187 ~ 28.88%

%55.61
%15.51
%28.88

CMYK color model

#681D36 color CMYK value is (0,72,48,59).

  • cyan value is 0.00%
  • magenta value is 72.12%
  • yellow value is 48.08%
  • key color value is 59.22%
CMYK:
(0,72,48,59)
C0M72Y48K59 
(0%,72%,48%,59%)
(0.00/0.72/0.48/0.59)	

CMYK percentages

%0
%72.12
%48.08
%59.22

Codes

Color #681D36 in popluar color models

681D36
RGB1042954
HSL340°56.39%26.08%
HSB/HSV340°72.12%40.78%
CMYK0.00%72.12%48.08%
59.22%

Color #681D36 in popluar number systems.

HEX681D36
Decimal1042954
Binary110100011101110110
Octal1503566

Shades and tints

Shades of #681D36

#681D36
(104,29,54)
#5F1B32
(95,27,50)
#56192E
(86,25,46)
#4D172A
(77,23,42)
#441526
(68,21,38)
#3B1322
(59,19,34)
#32111E
(50,17,30)
#290F1A
(41,15,26)
#200D16
(32,13,22)
#170B12
(23,11,18)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #681D36

#681D36
(104,29,54)
#753148
(117,49,72)
#82455A
(130,69,90)
#8F596C
(143,89,108)
#9C6D7E
(156,109,126)
#A98190
(169,129,144)
#B695A2
(182,149,162)
#C3A9B4
(195,169,180)
#D0BDC6
(208,189,198)
#DDD1D8
(221,209,216)
#EAE5EA
(234,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681D36 color. Also use rgb(104,29,54) instead hex code.

Text Font Color

.myTextColor { color: #681D36; }

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

This text font color is #681D36.


Background Color

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

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

This div background color is #681D36.


Border color

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

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

This div border color is #681D36.


Opacity

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

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

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

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

This text has shadow with #681D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681D36 on black background.


Color preview on white background

This text has color #681D36 on white background.



Black color preview on #681D36 background

This text has black color on #681D36 background.


White color preview on #681D36 background

This text has white color on #681D36 background.