COLOR #681D37

HEX: #681D37
RGB: (104,29,55)

Color info

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

RGB color model

#681D37 color RGB value is (104,29,55).

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

RGB channels and saturation

R 104 of 255 = 41%
G 29 of 255 = 11%
B 55 of 255 = 22%

104
29
55

R + G + B ~ 25%. #681D37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 29 + 55 = 188 (100%)
R 104 of 188 ~ 55.32%
G 29 of 188 ~ 15.43%
B 55 of 188 ~ 29.26%

%55.32
%15.43
%29.26

CMYK color model

#681D37 color CMYK value is (0,72,47,59).

  • cyan value is 0.00%
  • magenta value is 72.12%
  • yellow value is 47.12%
  • key color value is 59.22%
CMYK:
(0,72,47,59)
C0M72Y47K59 
(0%,72%,47%,59%)
(0.00/0.72/0.47/0.59)	

CMYK percentages

%0
%72.12
%47.12
%59.22

Codes

Color #681D37 in popluar color models

681D37
RGB1042955
HSL339°56.39%26.08%
HSB/HSV339°72.12%40.78%
CMYK0.00%72.12%47.12%
59.22%

Color #681D37 in popluar number systems.

HEX681D37
Decimal1042955
Binary110100011101110111
Octal1503567

Shades and tints

Shades of #681D37

#681D37
(104,29,55)
#5F1B32
(95,27,50)
#56192D
(86,25,45)
#4D1728
(77,23,40)
#441523
(68,21,35)
#3B131E
(59,19,30)
#321119
(50,17,25)
#290F14
(41,15,20)
#200D0F
(32,13,15)
#170B0A
(23,11,10)
#0E0905
(14,9,5)
#000000
(0,0,0)

Tints of #681D37

#681D37
(104,29,55)
#753149
(117,49,73)
#82455B
(130,69,91)
#8F596D
(143,89,109)
#9C6D7F
(156,109,127)
#A98191
(169,129,145)
#B695A3
(182,149,163)
#C3A9B5
(195,169,181)
#D0BDC7
(208,189,199)
#DDD1D9
(221,209,217)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #681D37; }

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

This text font color is #681D37.


Background Color

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

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

This div background color is #681D37.


Border color

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

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

This div border color is #681D37.


Opacity

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

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

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

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

This text has shadow with #681D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681D37 on black background.


Color preview on white background

This text has color #681D37 on white background.



Black color preview on #681D37 background

This text has black color on #681D37 background.


White color preview on #681D37 background

This text has white color on #681D37 background.