COLOR #683979

HEX: #683979
RGB: (104,57,121)

Color info

#683979 contains mainly red and blue colors. Web safe color of #683979 is #663366 (or #636).

RGB color model

#683979 color RGB value is (104,57,121).

  • red value is 104;
  • green value is 57;
  • blue value is 121.
RGB:
(104,57,121)
(41%,22%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 57 of 255 = 22%
B 121 of 255 = 47%

104
57
121

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

Portions of RGB colors in percentages

R + G + B =
104 + 57 + 121 = 282 (100%)
R 104 of 282 ~ 36.88%
G 57 of 282 ~ 20.21%
B 121 of 282 ~ 42.91%

%36.88
%20.21
%42.91

CMYK color model

#683979 color CMYK value is (14,53,0,53).

  • cyan value is 14.05%
  • magenta value is 52.89%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(14,53,0,53)
C14M53Y0K53 
(14%,53%,0%,53%)
(0.14/0.53/0.00/0.53)	

CMYK percentages

%14.05
%52.89
%0
%52.55

Codes

Color #683979 in popluar color models

683979
RGB10457121
HSL284°35.96%34.90%
HSB/HSV284°52.89%47.45%
CMYK14.05%52.89%0.00%
52.55%

Color #683979 in popluar number systems.

HEX683979
Decimal10457121
Binary11010001110011111001
Octal15071171

Shades and tints

Shades of #683979

#683979
(104,57,121)
#5F346E
(95,52,110)
#562F63
(86,47,99)
#4D2A58
(77,42,88)
#44254D
(68,37,77)
#3B2042
(59,32,66)
#321B37
(50,27,55)
#29162C
(41,22,44)
#201121
(32,17,33)
#170C16
(23,12,22)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #683979

#683979
(104,57,121)
#754B85
(117,75,133)
#825D91
(130,93,145)
#8F6F9D
(143,111,157)
#9C81A9
(156,129,169)
#A993B5
(169,147,181)
#B6A5C1
(182,165,193)
#C3B7CD
(195,183,205)
#D0C9D9
(208,201,217)
#DDDBE5
(221,219,229)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683979 color. Also use rgb(104,57,121) instead hex code.

Text Font Color

.myTextColor { color: #683979; }

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

This text font color is #683979.


Background Color

.myBgColor { background-color: #683979; }

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

This div background color is #683979.


Border color

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

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

This div border color is #683979.


Opacity

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

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

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

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

This text has shadow with #683979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683979 on black background.


Color preview on white background

This text has color #683979 on white background.



Black color preview on #683979 background

This text has black color on #683979 background.


White color preview on #683979 background

This text has white color on #683979 background.