COLOR #683562

HEX: #683562
RGB: (104,53,98)

Color info

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

RGB color model

#683562 color RGB value is (104,53,98).

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

RGB channels and saturation

R 104 of 255 = 41%
G 53 of 255 = 21%
B 98 of 255 = 38%

104
53
98

R + G + B ~ 33%. #683562 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 53 + 98 = 255 (100%)
R 104 of 255 ~ 40.78%
G 53 of 255 ~ 20.78%
B 98 of 255 ~ 38.43%

%40.78
%20.78
%38.43

CMYK color model

#683562 color CMYK value is (0,49,6,59).

  • cyan value is 0.00%
  • magenta value is 49.04%
  • yellow value is 5.77%
  • key color value is 59.22%
CMYK:
(0,49,6,59)
C0M49Y6K59 
(0%,49%,6%,59%)
(0.00/0.49/0.06/0.59)	

CMYK percentages

%0
%49.04
%5.77
%59.22

Codes

Color #683562 in popluar color models

683562
RGB1045398
HSL307°32.48%30.78%
HSB/HSV307°49.04%40.78%
CMYK0.00%49.04%5.77%
59.22%

Color #683562 in popluar number systems.

HEX683562
Decimal1045398
Binary11010001101011100010
Octal15065142

Shades and tints

Shades of #683562

#683562
(104,53,98)
#5F315A
(95,49,90)
#562D52
(86,45,82)
#4D294A
(77,41,74)
#442542
(68,37,66)
#3B213A
(59,33,58)
#321D32
(50,29,50)
#29192A
(41,25,42)
#201522
(32,21,34)
#17111A
(23,17,26)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #683562

#683562
(104,53,98)
#754770
(117,71,112)
#82597E
(130,89,126)
#8F6B8C
(143,107,140)
#9C7D9A
(156,125,154)
#A98FA8
(169,143,168)
#B6A1B6
(182,161,182)
#C3B3C4
(195,179,196)
#D0C5D2
(208,197,210)
#DDD7E0
(221,215,224)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683562; }

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

This text font color is #683562.


Background Color

.myBgColor { background-color: #683562; }

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

This div background color is #683562.


Border color

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

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

This div border color is #683562.


Opacity

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

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

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

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

This text has shadow with #683562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683562 on black background.


Color preview on white background

This text has color #683562 on white background.



Black color preview on #683562 background

This text has black color on #683562 background.


White color preview on #683562 background

This text has white color on #683562 background.