COLOR #683377

HEX: #683377
RGB: (104,51,119)

Color info

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

RGB color model

#683377 color RGB value is (104,51,119).

  • red value is 104;
  • green value is 51;
  • blue value is 119.
RGB:
(104,51,119)
(41%,20%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 51 of 255 = 20%
B 119 of 255 = 47%

104
51
119

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

Portions of RGB colors in percentages

R + G + B =
104 + 51 + 119 = 274 (100%)
R 104 of 274 ~ 37.96%
G 51 of 274 ~ 18.61%
B 119 of 274 ~ 43.43%

%37.96
%18.61
%43.43

CMYK color model

#683377 color CMYK value is (13,57,0,53).

  • cyan value is 12.61%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(13,57,0,53)
C13M57Y0K53 
(13%,57%,0%,53%)
(0.13/0.57/0.00/0.53)	

CMYK percentages

%12.61
%57.14
%0
%53.33

Codes

Color #683377 in popluar color models

683377
RGB10451119
HSL287°40.00%33.33%
HSB/HSV287°57.14%46.67%
CMYK12.61%57.14%0.00%
53.33%

Color #683377 in popluar number systems.

HEX683377
Decimal10451119
Binary11010001100111110111
Octal15063167

Shades and tints

Shades of #683377

#683377
(104,51,119)
#5F2F6D
(95,47,109)
#562B63
(86,43,99)
#4D2759
(77,39,89)
#44234F
(68,35,79)
#3B1F45
(59,31,69)
#321B3B
(50,27,59)
#291731
(41,23,49)
#201327
(32,19,39)
#170F1D
(23,15,29)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #683377

#683377
(104,51,119)
#754583
(117,69,131)
#82578F
(130,87,143)
#8F699B
(143,105,155)
#9C7BA7
(156,123,167)
#A98DB3
(169,141,179)
#B69FBF
(182,159,191)
#C3B1CB
(195,177,203)
#D0C3D7
(208,195,215)
#DDD5E3
(221,213,227)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683377 color. Also use rgb(104,51,119) instead hex code.

Text Font Color

.myTextColor { color: #683377; }

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

This text font color is #683377.


Background Color

.myBgColor { background-color: #683377; }

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

This div background color is #683377.


Border color

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

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

This div border color is #683377.


Opacity

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

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

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

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

This text has shadow with #683377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683377 on black background.


Color preview on white background

This text has color #683377 on white background.



Black color preview on #683377 background

This text has black color on #683377 background.


White color preview on #683377 background

This text has white color on #683377 background.