COLOR #682A5B

HEX: #682A5B
RGB: (104,42,91)

Color info

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

RGB color model

#682A5B color RGB value is (104,42,91).

  • red value is 104;
  • green value is 42;
  • blue value is 91.
RGB:
(104,42,91)
(41%,16%,36%)

RGB channels and saturation

R 104 of 255 = 41%
G 42 of 255 = 16%
B 91 of 255 = 36%

104
42
91

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

Portions of RGB colors in percentages

R + G + B =
104 + 42 + 91 = 237 (100%)
R 104 of 237 ~ 43.88%
G 42 of 237 ~ 17.72%
B 91 of 237 ~ 38.4%

%43.88
%17.72
%38.4

CMYK color model

#682A5B color CMYK value is (0,60,13,59).

  • cyan value is 0.00%
  • magenta value is 59.62%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK:
(0,60,13,59)
C0M60Y13K59 
(0%,60%,13%,59%)
(0.00/0.60/0.13/0.59)	

CMYK percentages

%0
%59.62
%12.5
%59.22

Codes

Color #682A5B in popluar color models

682A5B
RGB1044291
HSL313°42.47%28.63%
HSB/HSV313°59.62%40.78%
CMYK0.00%59.62%12.50%
59.22%

Color #682A5B in popluar number systems.

HEX682A5B
Decimal1044291
Binary11010001010101011011
Octal15052133

Shades and tints

Shades of #682A5B

#682A5B
(104,42,91)
#5F2753
(95,39,83)
#56244B
(86,36,75)
#4D2143
(77,33,67)
#441E3B
(68,30,59)
#3B1B33
(59,27,51)
#32182B
(50,24,43)
#291523
(41,21,35)
#20121B
(32,18,27)
#170F13
(23,15,19)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #682A5B

#682A5B
(104,42,91)
#753D69
(117,61,105)
#825077
(130,80,119)
#8F6385
(143,99,133)
#9C7693
(156,118,147)
#A989A1
(169,137,161)
#B69CAF
(182,156,175)
#C3AFBD
(195,175,189)
#D0C2CB
(208,194,203)
#DDD5D9
(221,213,217)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682A5B color. Also use rgb(104,42,91) instead hex code.

Text Font Color

.myTextColor { color: #682A5B; }

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

This text font color is #682A5B.


Background Color

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

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

This div background color is #682A5B.


Border color

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

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

This div border color is #682A5B.


Opacity

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

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

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

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

This text has shadow with #682A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682A5B on black background.


Color preview on white background

This text has color #682A5B on white background.



Black color preview on #682A5B background

This text has black color on #682A5B background.


White color preview on #682A5B background

This text has white color on #682A5B background.