COLOR #683555

HEX: #683555
RGB: (104,53,85)

Color info

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

RGB color model

#683555 color RGB value is (104,53,85).

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

RGB channels and saturation

R 104 of 255 = 41%
G 53 of 255 = 21%
B 85 of 255 = 33%

104
53
85

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

Portions of RGB colors in percentages

R + G + B =
104 + 53 + 85 = 242 (100%)
R 104 of 242 ~ 42.98%
G 53 of 242 ~ 21.9%
B 85 of 242 ~ 35.12%

%42.98
%21.9
%35.12

CMYK color model

#683555 color CMYK value is (0,49,18,59).

  • cyan value is 0.00%
  • magenta value is 49.04%
  • yellow value is 18.27%
  • key color value is 59.22%
CMYK:
(0,49,18,59)
C0M49Y18K59 
(0%,49%,18%,59%)
(0.00/0.49/0.18/0.59)	

CMYK percentages

%0
%49.04
%18.27
%59.22

Codes

Color #683555 in popluar color models

683555
RGB1045385
HSL322°32.48%30.78%
HSB/HSV322°49.04%40.78%
CMYK0.00%49.04%18.27%
59.22%

Color #683555 in popluar number systems.

HEX683555
Decimal1045385
Binary11010001101011010101
Octal15065125

Shades and tints

Shades of #683555

#683555
(104,53,85)
#5F314E
(95,49,78)
#562D47
(86,45,71)
#4D2940
(77,41,64)
#442539
(68,37,57)
#3B2132
(59,33,50)
#321D2B
(50,29,43)
#291924
(41,25,36)
#20151D
(32,21,29)
#171116
(23,17,22)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #683555

#683555
(104,53,85)
#754764
(117,71,100)
#825973
(130,89,115)
#8F6B82
(143,107,130)
#9C7D91
(156,125,145)
#A98FA0
(169,143,160)
#B6A1AF
(182,161,175)
#C3B3BE
(195,179,190)
#D0C5CD
(208,197,205)
#DDD7DC
(221,215,220)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683555; }

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

This text font color is #683555.


Background Color

.myBgColor { background-color: #683555; }

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

This div background color is #683555.


Border color

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

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

This div border color is #683555.


Opacity

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

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

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

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

This text has shadow with #683555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683555 on black background.


Color preview on white background

This text has color #683555 on white background.



Black color preview on #683555 background

This text has black color on #683555 background.


White color preview on #683555 background

This text has white color on #683555 background.