COLOR #683471

HEX: #683471
RGB: (104,52,113)

Color info

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

RGB color model

#683471 color RGB value is (104,52,113).

  • red value is 104;
  • green value is 52;
  • blue value is 113.
RGB:
(104,52,113)
(41%,20%,44%)

RGB channels and saturation

R 104 of 255 = 41%
G 52 of 255 = 20%
B 113 of 255 = 44%

104
52
113

R + G + B ~ 35%. #683471 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 52 + 113 = 269 (100%)
R 104 of 269 ~ 38.66%
G 52 of 269 ~ 19.33%
B 113 of 269 ~ 42.01%

%38.66
%19.33
%42.01

CMYK color model

#683471 color CMYK value is (8,54,0,56).

  • cyan value is 7.96%
  • magenta value is 53.98%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(8,54,0,56)
C8M54Y0K56 
(8%,54%,0%,56%)
(0.08/0.54/0.00/0.56)	

CMYK percentages

%7.96
%53.98
%0
%55.69

Codes

Color #683471 in popluar color models

683471
RGB10452113
HSL291°36.97%32.35%
HSB/HSV291°53.98%44.31%
CMYK7.96%53.98%0.00%
55.69%

Color #683471 in popluar number systems.

HEX683471
Decimal10452113
Binary11010001101001110001
Octal15064161

Shades and tints

Shades of #683471

#683471
(104,52,113)
#5F3067
(95,48,103)
#562C5D
(86,44,93)
#4D2853
(77,40,83)
#442449
(68,36,73)
#3B203F
(59,32,63)
#321C35
(50,28,53)
#29182B
(41,24,43)
#201421
(32,20,33)
#171017
(23,16,23)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #683471

#683471
(104,52,113)
#75467D
(117,70,125)
#825889
(130,88,137)
#8F6A95
(143,106,149)
#9C7CA1
(156,124,161)
#A98EAD
(169,142,173)
#B6A0B9
(182,160,185)
#C3B2C5
(195,178,197)
#D0C4D1
(208,196,209)
#DDD6DD
(221,214,221)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683471 color. Also use rgb(104,52,113) instead hex code.

Text Font Color

.myTextColor { color: #683471; }

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

This text font color is #683471.


Background Color

.myBgColor { background-color: #683471; }

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

This div background color is #683471.


Border color

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

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

This div border color is #683471.


Opacity

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

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

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

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

This text has shadow with #683471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683471 on black background.


Color preview on white background

This text has color #683471 on white background.



Black color preview on #683471 background

This text has black color on #683471 background.


White color preview on #683471 background

This text has white color on #683471 background.