COLOR #682855

HEX: #682855
RGB: (104,40,85)

Color info

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

RGB color model

#682855 color RGB value is (104,40,85).

  • red value is 104;
  • green value is 40;
  • blue value is 85.
RGB:
(104,40,85)
(41%,16%,33%)

RGB channels and saturation

R 104 of 255 = 41%
G 40 of 255 = 16%
B 85 of 255 = 33%

104
40
85

R + G + B ~ 30%. #682855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 40 + 85 = 229 (100%)
R 104 of 229 ~ 45.41%
G 40 of 229 ~ 17.47%
B 85 of 229 ~ 37.12%

%45.41
%17.47
%37.12

CMYK color model

#682855 color CMYK value is (0,62,18,59).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 18.27%
  • key color value is 59.22%
CMYK:
(0,62,18,59)
C0M62Y18K59 
(0%,62%,18%,59%)
(0.00/0.62/0.18/0.59)	

CMYK percentages

%0
%61.54
%18.27
%59.22

Codes

Color #682855 in popluar color models

682855
RGB1044085
HSL318°44.44%28.24%
HSB/HSV318°61.54%40.78%
CMYK0.00%61.54%18.27%
59.22%

Color #682855 in popluar number systems.

HEX682855
Decimal1044085
Binary11010001010001010101
Octal15050125

Shades and tints

Shades of #682855

#682855
(104,40,85)
#5F254E
(95,37,78)
#562247
(86,34,71)
#4D1F40
(77,31,64)
#441C39
(68,28,57)
#3B1932
(59,25,50)
#32162B
(50,22,43)
#291324
(41,19,36)
#20101D
(32,16,29)
#170D16
(23,13,22)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #682855

#682855
(104,40,85)
#753B64
(117,59,100)
#824E73
(130,78,115)
#8F6182
(143,97,130)
#9C7491
(156,116,145)
#A987A0
(169,135,160)
#B69AAF
(182,154,175)
#C3ADBE
(195,173,190)
#D0C0CD
(208,192,205)
#DDD3DC
(221,211,220)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682855 color. Also use rgb(104,40,85) instead hex code.

Text Font Color

.myTextColor { color: #682855; }

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

This text font color is #682855.


Background Color

.myBgColor { background-color: #682855; }

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

This div background color is #682855.


Border color

.myBorderColor { border: 1px solid #682855; }

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

This div border color is #682855.


Opacity

.myOpacity80 { color: #682855; opacity: 0.8; }

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

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

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

This text has shadow with #682855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682855 on black background.


Color preview on white background

This text has color #682855 on white background.



Black color preview on #682855 background

This text has black color on #682855 background.


White color preview on #682855 background

This text has white color on #682855 background.