COLOR #682E55

HEX: #682E55 RGB: (104,46,85)

Color info

#682E55 contains red, green and blue colors in about the same proportion. Web safe color of #682E55 is #663366 (or #636).

RGB color model

#682E55 color RGB value is (104,46,85).

RGB: (104,46,85) (41%, 18%, 33%)

RGB channels and saturation

R 104 of 255 = 41%
G 46 of 255 = 18%
B 85 of 255 = 33%

104
46
85

R + G + B ~ 31%. #682E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 46 + 85 = 235 (100%)
R 104 of 235 ~ 44.26%
G 46 of 235 ~ 19.57%
B 85 of 235 ~ 36.17'%

%44.26
%19.57
%36.17

CMYK color model

#682E55 color CMYK value is (0,56,18,59).

  • cyan value is 0.00%
  • magenta value is 55.77%
  • yellow value is 18.27%
  • key color value is 59.22%

CMYK: (0,56,18,59)
C0M56Y18K59 (0%, 56%, 18%, 59%)
(0.00 / 0.56 / 0.18 / 0.59)

CMYK percentages

%0
%55.77
%18.27
%59.22

Codes

Color #682E55 in popluar color models

68 2E 55
RGB 104 46 85
HSL 320° 38.67% 29.41%
HSB/HSV 320° 55.77% 40.78%
CMYK 0.00% 55.77% 18.27%
59.22%

Color #682E55 in popluar number systems.

HEX 68 2E 55
Decimal 104 46 85
Binary 1101000 101110 1010101
Octal 150 56 125

Shades and tints

Shades of #682E55

#682E55
(104,46,85)
#5F2A4E
(95,42,78)
#562647
(86,38,71)
#4D2240
(77,34,64)
#441E39
(68,30,57)
#3B1A32
(59,26,50)
#32162B
(50,22,43)
#291224
(41,18,36)
#200E1D
(32,14,29)
#170A16
(23,10,22)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #682E55

#682E55
(104,46,85)
#754164
(117,65,100)
#825473
(130,84,115)
#8F6782
(143,103,130)
#9C7A91
(156,122,145)
#A98DA0
(169,141,160)
#B6A0AF
(182,160,175)
#C3B3BE
(195,179,190)
#D0C6CD
(208,198,205)
#DDD9DC
(221,217,220)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682E55 color. Also use rgb(104,46,85) instead hex code.

Text Font Color

.myTextColor { color: #682E55; }

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

This text font color is #682E55.

Background Color

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

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

This div background color is #682E55.

Border color

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

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

This div border color is #682E55.

Opacity

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

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

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

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

This text has shadow with #682E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #682E55.

Preview

Color preview on black background

This text has color #682E55 on black background.


Color preview on white background

This text has color #682E55 on white background.


Black color preview on #682E55 background

This text has black color on #682E55 background.


White color preview on #682E55 background

This text has white color on #682E55 background.


Related colors

Complementary color

Complementary color for #hex is #97D1AA.


I love getcolorcode.com

Triadic colors

1 #55682E and #2E5568 with #682E55 are triadic colors.

2 #552E68 and #2E6855 with #682E55 are triadic colors.