COLOR #681E3B

HEX: #681E3B
RGB: (104,30,59)

Color info

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

RGB color model

#681E3B color RGB value is (104,30,59).

  • red value is 104;
  • green value is 30;
  • blue value is 59.
RGB:
(104,30,59)
(41%,12%,23%)

RGB channels and saturation

R 104 of 255 = 41%
G 30 of 255 = 12%
B 59 of 255 = 23%

104
30
59

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

Portions of RGB colors in percentages

R + G + B =
104 + 30 + 59 = 193 (100%)
R 104 of 193 ~ 53.89%
G 30 of 193 ~ 15.54%
B 59 of 193 ~ 30.57%

%53.89
%15.54
%30.57

CMYK color model

#681E3B color CMYK value is (0,71,43,59).

  • cyan value is 0.00%
  • magenta value is 71.15%
  • yellow value is 43.27%
  • key color value is 59.22%
CMYK:
(0,71,43,59)
C0M71Y43K59 
(0%,71%,43%,59%)
(0.00/0.71/0.43/0.59)	

CMYK percentages

%0
%71.15
%43.27
%59.22

Codes

Color #681E3B in popluar color models

681E3B
RGB1043059
HSL336°55.22%26.27%
HSB/HSV336°71.15%40.78%
CMYK0.00%71.15%43.27%
59.22%

Color #681E3B in popluar number systems.

HEX681E3B
Decimal1043059
Binary110100011110111011
Octal1503673

Shades and tints

Shades of #681E3B

#681E3B
(104,30,59)
#5F1C36
(95,28,54)
#561A31
(86,26,49)
#4D182C
(77,24,44)
#441627
(68,22,39)
#3B1422
(59,20,34)
#32121D
(50,18,29)
#291018
(41,16,24)
#200E13
(32,14,19)
#170C0E
(23,12,14)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #681E3B

#681E3B
(104,30,59)
#75324C
(117,50,76)
#82465D
(130,70,93)
#8F5A6E
(143,90,110)
#9C6E7F
(156,110,127)
#A98290
(169,130,144)
#B696A1
(182,150,161)
#C3AAB2
(195,170,178)
#D0BEC3
(208,190,195)
#DDD2D4
(221,210,212)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681E3B color. Also use rgb(104,30,59) instead hex code.

Text Font Color

.myTextColor { color: #681E3B; }

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

This text font color is #681E3B.


Background Color

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

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

This div background color is #681E3B.


Border color

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

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

This div border color is #681E3B.


Opacity

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

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

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

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

This text has shadow with #681E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681E3B on black background.


Color preview on white background

This text has color #681E3B on white background.



Black color preview on #681E3B background

This text has black color on #681E3B background.


White color preview on #681E3B background

This text has white color on #681E3B background.