COLOR #681E5B

HEX: #681E5B RGB: (104,30,91)

Color info

#681E5B contains mainly red and blue colors. Web safe color of #681E5B is #663366 (or #636).

RGB color model

#681E5B color RGB value is (104,30,91).

RGB: (104,30,91) (41%, 12%, 36%)

RGB channels and saturation

R 104 of 255 = 41%
G 30 of 255 = 12%
B 91 of 255 = 36%

104
30
91

R + G + B ~ 30%. #681E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 30 + 91 = 225 (100%)
R 104 of 225 ~ 46.22%
G 30 of 225 ~ 13.33%
B 91 of 225 ~ 40.44'%

%46.22
%13.33
%40.44

CMYK color model

#681E5B color CMYK value is (0,71,13,59).

  • cyan value is 0.00%
  • magenta value is 71.15%
  • yellow value is 12.50%
  • key color value is 59.22%

CMYK: (0,71,13,59)
C0M71Y13K59 (0%, 71%, 13%, 59%)
(0.00 / 0.71 / 0.13 / 0.59)

CMYK percentages

%0
%71.15
%12.5
%59.22

Codes

Color #681E5B in popluar color models

68 1E 5B
RGB 104 30 91
HSL 311° 55.22% 26.27%
HSB/HSV 311° 71.15% 40.78%
CMYK 0.00% 71.15% 12.50%
59.22%

Color #681E5B in popluar number systems.

HEX 68 1E 5B
Decimal 104 30 91
Binary 1101000 11110 1011011
Octal 150 36 133

Shades and tints

Shades of #681E5B

#681E5B
(104,30,91)
#5F1C53
(95,28,83)
#561A4B
(86,26,75)
#4D1843
(77,24,67)
#44163B
(68,22,59)
#3B1433
(59,20,51)
#32122B
(50,18,43)
#291023
(41,16,35)
#200E1B
(32,14,27)
#170C13
(23,12,19)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #681E5B

#681E5B
(104,30,91)
#753269
(117,50,105)
#824677
(130,70,119)
#8F5A85
(143,90,133)
#9C6E93
(156,110,147)
#A982A1
(169,130,161)
#B696AF
(182,150,175)
#C3AABD
(195,170,189)
#D0BECB
(208,190,203)
#DDD2D9
(221,210,217)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #681E5B; }

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

This text font color is #681E5B.

Background Color

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

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

This div background color is #681E5B.

Border color

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

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

This div border color is #681E5B.

Opacity

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

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

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

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

This text has shadow with #681E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #681E5B.

Preview

Color preview on black background

This text has color #681E5B on black background.


Color preview on white background

This text has color #681E5B on white background.


Black color preview on #681E5B background

This text has black color on #681E5B background.


White color preview on #681E5B background

This text has white color on #681E5B background.


Related colors

Complementary color

Complementary color for #hex is #97E1A4.


I love getcolorcode.com

Triadic colors

1 #5B681E and #1E5B68 with #681E5B are triadic colors.

2 #5B1E68 and #1E685B with #681E5B are triadic colors.