COLOR #683A72

HEX: #683A72
RGB: (104,58,114)

Color info

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

RGB color model

#683A72 color RGB value is (104,58,114).

  • red value is 104;
  • green value is 58;
  • blue value is 114.
RGB:
(104,58,114)
(41%,23%,45%)

RGB channels and saturation

R 104 of 255 = 41%
G 58 of 255 = 23%
B 114 of 255 = 45%

104
58
114

R + G + B ~ 36%. #683A72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 58 + 114 = 276 (100%)
R 104 of 276 ~ 37.68%
G 58 of 276 ~ 21.01%
B 114 of 276 ~ 41.3%

%37.68
%21.01
%41.3

CMYK color model

#683A72 color CMYK value is (9,49,0,55).

  • cyan value is 8.77%
  • magenta value is 49.12%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(9,49,0,55)
C9M49Y0K55 
(9%,49%,0%,55%)
(0.09/0.49/0.00/0.55)	

CMYK percentages

%8.77
%49.12
%0
%55.29

Codes

Color #683A72 in popluar color models

683A72
RGB10458114
HSL289°32.56%33.73%
HSB/HSV289°49.12%44.71%
CMYK8.77%49.12%0.00%
55.29%

Color #683A72 in popluar number systems.

HEX683A72
Decimal10458114
Binary11010001110101110010
Octal15072162

Shades and tints

Shades of #683A72

#683A72
(104,58,114)
#5F3568
(95,53,104)
#56305E
(86,48,94)
#4D2B54
(77,43,84)
#44264A
(68,38,74)
#3B2140
(59,33,64)
#321C36
(50,28,54)
#29172C
(41,23,44)
#201222
(32,18,34)
#170D18
(23,13,24)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #683A72

#683A72
(104,58,114)
#754B7E
(117,75,126)
#825C8A
(130,92,138)
#8F6D96
(143,109,150)
#9C7EA2
(156,126,162)
#A98FAE
(169,143,174)
#B6A0BA
(182,160,186)
#C3B1C6
(195,177,198)
#D0C2D2
(208,194,210)
#DDD3DE
(221,211,222)
#EAE4EA
(234,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683A72 color. Also use rgb(104,58,114) instead hex code.

Text Font Color

.myTextColor { color: #683A72; }

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

This text font color is #683A72.


Background Color

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

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

This div background color is #683A72.


Border color

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

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

This div border color is #683A72.


Opacity

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

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

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

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

This text has shadow with #683A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683A72 on black background.


Color preview on white background

This text has color #683A72 on white background.



Black color preview on #683A72 background

This text has black color on #683A72 background.


White color preview on #683A72 background

This text has white color on #683A72 background.