COLOR #682B4E

HEX: #682B4E RGB: (104,43,78)

Color info

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

RGB color model

#682B4E color RGB value is (104,43,78).

RGB: (104,43,78) (41%, 17%, 31%)

RGB channels and saturation

R 104 of 255 = 41%
G 43 of 255 = 17%
B 78 of 255 = 31%

104
43
78

R + G + B ~ 30%. #682B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 43 + 78 = 225 (100%)
R 104 of 225 ~ 46.22%
G 43 of 225 ~ 19.11%
B 78 of 225 ~ 34.67'%

%46.22
%19.11
%34.67

CMYK color model

#682B4E color CMYK value is (0,59,25,59).

  • cyan value is 0.00%
  • magenta value is 58.65%
  • yellow value is 25.00%
  • key color value is 59.22%

CMYK: (0,59,25,59)
C0M59Y25K59 (0%, 59%, 25%, 59%)
(0.00 / 0.59 / 0.25 / 0.59)

CMYK percentages

%0
%58.65
%25
%59.22

Codes

Color #682B4E in popluar color models

68 2B 4E
RGB 104 43 78
HSL 326° 41.50% 28.82%
HSB/HSV 326° 58.65% 40.78%
CMYK 0.00% 58.65% 25.00%
59.22%

Color #682B4E in popluar number systems.

HEX 68 2B 4E
Decimal 104 43 78
Binary 1101000 101011 1001110
Octal 150 53 116

Shades and tints

Shades of #682B4E

#682B4E
(104,43,78)
#5F2847
(95,40,71)
#562540
(86,37,64)
#4D2239
(77,34,57)
#441F32
(68,31,50)
#3B1C2B
(59,28,43)
#321924
(50,25,36)
#29161D
(41,22,29)
#201316
(32,19,22)
#17100F
(23,16,15)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #682B4E

#682B4E
(104,43,78)
#753E5E
(117,62,94)
#82516E
(130,81,110)
#8F647E
(143,100,126)
#9C778E
(156,119,142)
#A98A9E
(169,138,158)
#B69DAE
(182,157,174)
#C3B0BE
(195,176,190)
#D0C3CE
(208,195,206)
#DDD6DE
(221,214,222)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682B4E color. Also use rgb(104,43,78) instead hex code.

Text Font Color

.myTextColor { color: #682B4E; }

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

This text font color is #682B4E.

Background Color

.myBgColor { background-color: #682B4E; }

<div style="background-color:#682B4E">Inner text</div>

This div background color is #682B4E.

Border color

.myBorderColor { border: 1px solid #682B4E; }

<div style="border:3px solid #682B4E">Div</div>

This div border color is #682B4E.

Opacity

.myOpacity80 { color: #682B4E; opacity: 0.8; }

<p style="color:#682B4E;opacity:0.8;">80%</p>

Text with #682B4E 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 #682B4E;}

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

This text has shadow with #682B4E color.


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

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

This text has shadow with #682B4E primary color and red secondary color.


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

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

This text has shadow with #682B4E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #682B4E.

Preview

Color preview on black background

This text has color #682B4E on black background.


Color preview on white background

This text has color #682B4E on white background.


Black color preview on #682B4E background

This text has black color on #682B4E background.


White color preview on #682B4E background

This text has white color on #682B4E background.


Related colors

Complementary color

Complementary color for #hex is #97D4B1.


I love getcolorcode.com

Triadic colors

1 #4E682B and #2B4E68 with #682B4E are triadic colors.

2 #4E2B68 and #2B684E with #682B4E are triadic colors.