COLOR #683A70

HEX: #683A70
RGB: (104,58,112)

Color info

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

RGB color model

#683A70 color RGB value is (104,58,112).

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

RGB channels and saturation

R 104 of 255 = 41%
G 58 of 255 = 23%
B 112 of 255 = 44%

104
58
112

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

Portions of RGB colors in percentages

R + G + B =
104 + 58 + 112 = 274 (100%)
R 104 of 274 ~ 37.96%
G 58 of 274 ~ 21.17%
B 112 of 274 ~ 40.88%

%37.96
%21.17
%40.88

CMYK color model

#683A70 color CMYK value is (7,48,0,56).

  • cyan value is 7.14%
  • magenta value is 48.21%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(7,48,0,56)
C7M48Y0K56 
(7%,48%,0%,56%)
(0.07/0.48/0.00/0.56)	

CMYK percentages

%7.14
%48.21
%0
%56.08

Codes

Color #683A70 in popluar color models

683A70
RGB10458112
HSL291°31.76%33.33%
HSB/HSV291°48.21%43.92%
CMYK7.14%48.21%0.00%
56.08%

Color #683A70 in popluar number systems.

HEX683A70
Decimal10458112
Binary11010001110101110000
Octal15072160

Shades and tints

Shades of #683A70

#683A70
(104,58,112)
#5F3566
(95,53,102)
#56305C
(86,48,92)
#4D2B52
(77,43,82)
#442648
(68,38,72)
#3B213E
(59,33,62)
#321C34
(50,28,52)
#29172A
(41,23,42)
#201220
(32,18,32)
#170D16
(23,13,22)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #683A70

#683A70
(104,58,112)
#754B7D
(117,75,125)
#825C8A
(130,92,138)
#8F6D97
(143,109,151)
#9C7EA4
(156,126,164)
#A98FB1
(169,143,177)
#B6A0BE
(182,160,190)
#C3B1CB
(195,177,203)
#D0C2D8
(208,194,216)
#DDD3E5
(221,211,229)
#EAE4F2
(234,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683A70; }

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

This text font color is #683A70.


Background Color

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

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

This div background color is #683A70.


Border color

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

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

This div border color is #683A70.


Opacity

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

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

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

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

This text has shadow with #683A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683A70 on black background.


Color preview on white background

This text has color #683A70 on white background.



Black color preview on #683A70 background

This text has black color on #683A70 background.


White color preview on #683A70 background

This text has white color on #683A70 background.