COLOR #682D5A

HEX: #682D5A RGB: (104,45,90)

Color info

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

RGB color model

#682D5A color RGB value is (104,45,90).

RGB: (104,45,90) (41%, 18%, 35%)

RGB channels and saturation

R 104 of 255 = 41%
G 45 of 255 = 18%
B 90 of 255 = 35%

104
45
90

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

Portions of RGB colors in percentages

R + G + B = 104 + 45 + 90 = 239 (100%)
R 104 of 239 ~ 43.51%
G 45 of 239 ~ 18.83%
B 90 of 239 ~ 37.66'%

%43.51
%18.83
%37.66

CMYK color model

#682D5A color CMYK value is (0,57,13,59).

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

CMYK: (0,57,13,59)
C0M57Y13K59 (0%, 57%, 13%, 59%)
(0.00 / 0.57 / 0.13 / 0.59)

CMYK percentages

%0
%56.73
%13.46
%59.22

Codes

Color #682D5A in popluar color models

68 2D 5A
RGB 104 45 90
HSL 314° 39.60% 29.22%
HSB/HSV 314° 56.73% 40.78%
CMYK 0.00% 56.73% 13.46%
59.22%

Color #682D5A in popluar number systems.

HEX 68 2D 5A
Decimal 104 45 90
Binary 1101000 101101 1011010
Octal 150 55 132

Shades and tints

Shades of #682D5A

#682D5A
(104,45,90)
#5F2952
(95,41,82)
#56254A
(86,37,74)
#4D2142
(77,33,66)
#441D3A
(68,29,58)
#3B1932
(59,25,50)
#32152A
(50,21,42)
#291122
(41,17,34)
#200D1A
(32,13,26)
#170912
(23,9,18)
#0E050A
(14,5,10)
#000000
(0,0,0)

Tints of #682D5A

#682D5A
(104,45,90)
#754069
(117,64,105)
#825378
(130,83,120)
#8F6687
(143,102,135)
#9C7996
(156,121,150)
#A98CA5
(169,140,165)
#B69FB4
(182,159,180)
#C3B2C3
(195,178,195)
#D0C5D2
(208,197,210)
#DDD8E1
(221,216,225)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #682D5A; }

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

This text font color is #682D5A.

Background Color

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

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

This div background color is #682D5A.

Border color

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

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

This div border color is #682D5A.

Opacity

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

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

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

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

This text has shadow with #682D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #682D5A.

Preview

Color preview on black background

This text has color #682D5A on black background.


Color preview on white background

This text has color #682D5A on white background.


Black color preview on #682D5A background

This text has black color on #682D5A background.


White color preview on #682D5A background

This text has white color on #682D5A background.


Related colors

Complementary color

Complementary color for #hex is #97D2A5.


I love getcolorcode.com

Triadic colors

1 #5A682D and #2D5A68 with #682D5A are triadic colors.

2 #5A2D68 and #2D685A with #682D5A are triadic colors.