COLOR #681D3F

HEX: #681D3F
RGB: (104,29,63)

Color info

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

RGB color model

#681D3F color RGB value is (104,29,63).

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

RGB channels and saturation

R 104 of 255 = 41%
G 29 of 255 = 11%
B 63 of 255 = 25%

104
29
63

R + G + B ~ 26%. #681D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 29 + 63 = 196 (100%)
R 104 of 196 ~ 53.06%
G 29 of 196 ~ 14.8%
B 63 of 196 ~ 32.14%

%53.06
%14.8
%32.14

CMYK color model

#681D3F color CMYK value is (0,72,39,59).

  • cyan value is 0.00%
  • magenta value is 72.12%
  • yellow value is 39.42%
  • key color value is 59.22%
CMYK:
(0,72,39,59)
C0M72Y39K59 
(0%,72%,39%,59%)
(0.00/0.72/0.39/0.59)	

CMYK percentages

%0
%72.12
%39.42
%59.22

Codes

Color #681D3F in popluar color models

681D3F
RGB1042963
HSL333°56.39%26.08%
HSB/HSV333°72.12%40.78%
CMYK0.00%72.12%39.42%
59.22%

Color #681D3F in popluar number systems.

HEX681D3F
Decimal1042963
Binary110100011101111111
Octal1503577

Shades and tints

Shades of #681D3F

#681D3F
(104,29,63)
#5F1B3A
(95,27,58)
#561935
(86,25,53)
#4D1730
(77,23,48)
#44152B
(68,21,43)
#3B1326
(59,19,38)
#321121
(50,17,33)
#290F1C
(41,15,28)
#200D17
(32,13,23)
#170B12
(23,11,18)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #681D3F

#681D3F
(104,29,63)
#753150
(117,49,80)
#824561
(130,69,97)
#8F5972
(143,89,114)
#9C6D83
(156,109,131)
#A98194
(169,129,148)
#B695A5
(182,149,165)
#C3A9B6
(195,169,182)
#D0BDC7
(208,189,199)
#DDD1D8
(221,209,216)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #681D3F; }

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

This text font color is #681D3F.


Background Color

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

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

This div background color is #681D3F.


Border color

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

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

This div border color is #681D3F.


Opacity

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

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

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

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

This text has shadow with #681D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681D3F on black background.


Color preview on white background

This text has color #681D3F on white background.



Black color preview on #681D3F background

This text has black color on #681D3F background.


White color preview on #681D3F background

This text has white color on #681D3F background.