COLOR #683F76

HEX: #683F76
RGB: (104,63,118)

Color info

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

RGB color model

#683F76 color RGB value is (104,63,118).

  • red value is 104;
  • green value is 63;
  • blue value is 118.
RGB:
(104,63,118)
(41%,25%,46%)

RGB channels and saturation

R 104 of 255 = 41%
G 63 of 255 = 25%
B 118 of 255 = 46%

104
63
118

R + G + B ~ 37%. #683F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 63 + 118 = 285 (100%)
R 104 of 285 ~ 36.49%
G 63 of 285 ~ 22.11%
B 118 of 285 ~ 41.4%

%36.49
%22.11
%41.4

CMYK color model

#683F76 color CMYK value is (12,47,0,54).

  • cyan value is 11.86%
  • magenta value is 46.61%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(12,47,0,54)
C12M47Y0K54 
(12%,47%,0%,54%)
(0.12/0.47/0.00/0.54)	

CMYK percentages

%11.86
%46.61
%0
%53.73

Codes

Color #683F76 in popluar color models

683F76
RGB10463118
HSL285°30.39%35.49%
HSB/HSV285°46.61%46.27%
CMYK11.86%46.61%0.00%
53.73%

Color #683F76 in popluar number systems.

HEX683F76
Decimal10463118
Binary11010001111111110110
Octal15077166

Shades and tints

Shades of #683F76

#683F76
(104,63,118)
#5F3A6C
(95,58,108)
#563562
(86,53,98)
#4D3058
(77,48,88)
#442B4E
(68,43,78)
#3B2644
(59,38,68)
#32213A
(50,33,58)
#291C30
(41,28,48)
#201726
(32,23,38)
#17121C
(23,18,28)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #683F76

#683F76
(104,63,118)
#755082
(117,80,130)
#82618E
(130,97,142)
#8F729A
(143,114,154)
#9C83A6
(156,131,166)
#A994B2
(169,148,178)
#B6A5BE
(182,165,190)
#C3B6CA
(195,182,202)
#D0C7D6
(208,199,214)
#DDD8E2
(221,216,226)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683F76 color. Also use rgb(104,63,118) instead hex code.

Text Font Color

.myTextColor { color: #683F76; }

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

This text font color is #683F76.


Background Color

.myBgColor { background-color: #683F76; }

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

This div background color is #683F76.


Border color

.myBorderColor { border: 1px solid #683F76; }

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

This div border color is #683F76.


Opacity

.myOpacity80 { color: #683F76; opacity: 0.8; }

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

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

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

This text has shadow with #683F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683F76 on black background.


Color preview on white background

This text has color #683F76 on white background.



Black color preview on #683F76 background

This text has black color on #683F76 background.


White color preview on #683F76 background

This text has white color on #683F76 background.