COLOR #682E57

HEX: #682E57 RGB: (104,46,87)

Color info

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

RGB color model

#682E57 color RGB value is (104,46,87).

RGB: (104,46,87) (41%, 18%, 34%)

RGB channels and saturation

R 104 of 255 = 41%
G 46 of 255 = 18%
B 87 of 255 = 34%

104
46
87

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

Portions of RGB colors in percentages

R + G + B = 104 + 46 + 87 = 237 (100%)
R 104 of 237 ~ 43.88%
G 46 of 237 ~ 19.41%
B 87 of 237 ~ 36.71'%

%43.88
%19.41
%36.71

CMYK color model

#682E57 color CMYK value is (0,56,16,59).

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

CMYK: (0,56,16,59)
C0M56Y16K59 (0%, 56%, 16%, 59%)
(0.00 / 0.56 / 0.16 / 0.59)

CMYK percentages

%0
%55.77
%16.35
%59.22

Codes

Color #682E57 in popluar color models

68 2E 57
RGB 104 46 87
HSL 318° 38.67% 29.41%
HSB/HSV 318° 55.77% 40.78%
CMYK 0.00% 55.77% 16.35%
59.22%

Color #682E57 in popluar number systems.

HEX 68 2E 57
Decimal 104 46 87
Binary 1101000 101110 1010111
Octal 150 56 127

Shades and tints

Shades of #682E57

#682E57
(104,46,87)
#5F2A50
(95,42,80)
#562649
(86,38,73)
#4D2242
(77,34,66)
#441E3B
(68,30,59)
#3B1A34
(59,26,52)
#32162D
(50,22,45)
#291226
(41,18,38)
#200E1F
(32,14,31)
#170A18
(23,10,24)
#0E0611
(14,6,17)
#000000
(0,0,0)

Tints of #682E57

#682E57
(104,46,87)
#754166
(117,65,102)
#825475
(130,84,117)
#8F6784
(143,103,132)
#9C7A93
(156,122,147)
#A98DA2
(169,141,162)
#B6A0B1
(182,160,177)
#C3B3C0
(195,179,192)
#D0C6CF
(208,198,207)
#DDD9DE
(221,217,222)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #682E57; }

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

This text font color is #682E57.

Background Color

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

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

This div background color is #682E57.

Border color

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

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

This div border color is #682E57.

Opacity

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

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

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

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

This text has shadow with #682E57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #682E57.

Preview

Color preview on black background

This text has color #682E57 on black background.


Color preview on white background

This text has color #682E57 on white background.


Black color preview on #682E57 background

This text has black color on #682E57 background.


White color preview on #682E57 background

This text has white color on #682E57 background.


Related colors

Complementary color

Complementary color for #hex is #97D1A8.


I love getcolorcode.com

Triadic colors

1 #57682E and #2E5768 with #682E57 are triadic colors.

2 #572E68 and #2E6857 with #682E57 are triadic colors.