COLOR #682B5A

HEX: #682B5A
RGB: (104,43,90)

Color info

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

RGB color model

#682B5A color RGB value is (104,43,90).

  • red value is 104;
  • green value is 43;
  • blue value is 90.
RGB:
(104,43,90)
(41%,17%,35%)

RGB channels and saturation

R 104 of 255 = 41%
G 43 of 255 = 17%
B 90 of 255 = 35%

104
43
90

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

Portions of RGB colors in percentages

R + G + B =
104 + 43 + 90 = 237 (100%)
R 104 of 237 ~ 43.88%
G 43 of 237 ~ 18.14%
B 90 of 237 ~ 37.97%

%43.88
%18.14
%37.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 58.65%
  • yellow value is 13.46%
  • key color value is 59.22%
CMYK:
(0,59,13,59)
C0M59Y13K59 
(0%,59%,13%,59%)
(0.00/0.59/0.13/0.59)	

CMYK percentages

%0
%58.65
%13.46
%59.22

Codes

Color #682B5A in popluar color models

682B5A
RGB1044390
HSL314°41.50%28.82%
HSB/HSV314°58.65%40.78%
CMYK0.00%58.65%13.46%
59.22%

Color #682B5A in popluar number systems.

HEX682B5A
Decimal1044390
Binary11010001010111011010
Octal15053132

Shades and tints

Shades of #682B5A

#682B5A
(104,43,90)
#5F2852
(95,40,82)
#56254A
(86,37,74)
#4D2242
(77,34,66)
#441F3A
(68,31,58)
#3B1C32
(59,28,50)
#32192A
(50,25,42)
#291622
(41,22,34)
#20131A
(32,19,26)
#171012
(23,16,18)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #682B5A

#682B5A
(104,43,90)
#753E69
(117,62,105)
#825178
(130,81,120)
#8F6487
(143,100,135)
#9C7796
(156,119,150)
#A98AA5
(169,138,165)
#B69DB4
(182,157,180)
#C3B0C3
(195,176,195)
#D0C3D2
(208,195,210)
#DDD6E1
(221,214,225)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #682B5A; }

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

This text font color is #682B5A.


Background Color

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

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

This div background color is #682B5A.


Border color

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

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

This div border color is #682B5A.


Opacity

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

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

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

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

This text has shadow with #682B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682B5A on black background.


Color preview on white background

This text has color #682B5A on white background.



Black color preview on #682B5A background

This text has black color on #682B5A background.


White color preview on #682B5A background

This text has white color on #682B5A background.