COLOR #682D5C

HEX: #682D5C RGB: (104,45,92)

Color info

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

RGB color model

#682D5C color RGB value is (104,45,92).

RGB: (104,45,92) (41%, 18%, 36%)

RGB channels and saturation

R 104 of 255 = 41%
G 45 of 255 = 18%
B 92 of 255 = 36%

104
45
92

R + G + B ~ 32%. #682D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 45 + 92 = 241 (100%)
R 104 of 241 ~ 43.15%
G 45 of 241 ~ 18.67%
B 92 of 241 ~ 38.17'%

%43.15
%18.67
%38.17

CMYK color model

#682D5C color CMYK value is (0,57,12,59).

  • cyan value is 0.00%
  • magenta value is 56.73%
  • yellow value is 11.54%
  • key color value is 59.22%

CMYK: (0,57,12,59)
C0M57Y12K59 (0%, 57%, 12%, 59%)
(0.00 / 0.57 / 0.12 / 0.59)

CMYK percentages

%0
%56.73
%11.54
%59.22

Codes

Color #682D5C in popluar color models

68 2D 5C
RGB 104 45 92
HSL 312° 39.60% 29.22%
HSB/HSV 312° 56.73% 40.78%
CMYK 0.00% 56.73% 11.54%
59.22%

Color #682D5C in popluar number systems.

HEX 68 2D 5C
Decimal 104 45 92
Binary 1101000 101101 1011100
Octal 150 55 134

Shades and tints

Shades of #682D5C

#682D5C
(104,45,92)
#5F2954
(95,41,84)
#56254C
(86,37,76)
#4D2144
(77,33,68)
#441D3C
(68,29,60)
#3B1934
(59,25,52)
#32152C
(50,21,44)
#291124
(41,17,36)
#200D1C
(32,13,28)
#170914
(23,9,20)
#0E050C
(14,5,12)
#000000
(0,0,0)

Tints of #682D5C

#682D5C
(104,45,92)
#75406A
(117,64,106)
#825378
(130,83,120)
#8F6686
(143,102,134)
#9C7994
(156,121,148)
#A98CA2
(169,140,162)
#B69FB0
(182,159,176)
#C3B2BE
(195,178,190)
#D0C5CC
(208,197,204)
#DDD8DA
(221,216,218)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682D5C color. Also use rgb(104,45,92) instead hex code.

Text Font Color

.myTextColor { color: #682D5C; }

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

This text font color is #682D5C.

Background Color

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

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

This div background color is #682D5C.

Border color

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

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

This div border color is #682D5C.

Opacity

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

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

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

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

This text has shadow with #682D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #682D5C.

Preview

Color preview on black background

This text has color #682D5C on black background.


Color preview on white background

This text has color #682D5C on white background.


Black color preview on #682D5C background

This text has black color on #682D5C background.


White color preview on #682D5C background

This text has white color on #682D5C background.


Related colors

Complementary color

Complementary color for #hex is #97D2A3.


I love getcolorcode.com

Triadic colors

1 #5C682D and #2D5C68 with #682D5C are triadic colors.

2 #5C2D68 and #2D685C with #682D5C are triadic colors.