COLOR #683654

HEX: #683654
RGB: (104,54,84)

Color info

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

RGB color model

#683654 color RGB value is (104,54,84).

  • red value is 104;
  • green value is 54;
  • blue value is 84.
RGB:
(104,54,84)
(41%,21%,33%)

RGB channels and saturation

R 104 of 255 = 41%
G 54 of 255 = 21%
B 84 of 255 = 33%

104
54
84

R + G + B ~ 32%. #683654 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 54 + 84 = 242 (100%)
R 104 of 242 ~ 42.98%
G 54 of 242 ~ 22.31%
B 84 of 242 ~ 34.71%

%42.98
%22.31
%34.71

CMYK color model

#683654 color CMYK value is (0,48,19,59).

  • cyan value is 0.00%
  • magenta value is 48.08%
  • yellow value is 19.23%
  • key color value is 59.22%
CMYK:
(0,48,19,59)
C0M48Y19K59 
(0%,48%,19%,59%)
(0.00/0.48/0.19/0.59)	

CMYK percentages

%0
%48.08
%19.23
%59.22

Codes

Color #683654 in popluar color models

683654
RGB1045484
HSL324°31.65%30.98%
HSB/HSV324°48.08%40.78%
CMYK0.00%48.08%19.23%
59.22%

Color #683654 in popluar number systems.

HEX683654
Decimal1045484
Binary11010001101101010100
Octal15066124

Shades and tints

Shades of #683654

#683654
(104,54,84)
#5F324D
(95,50,77)
#562E46
(86,46,70)
#4D2A3F
(77,42,63)
#442638
(68,38,56)
#3B2231
(59,34,49)
#321E2A
(50,30,42)
#291A23
(41,26,35)
#20161C
(32,22,28)
#171215
(23,18,21)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #683654

#683654
(104,54,84)
#754863
(117,72,99)
#825A72
(130,90,114)
#8F6C81
(143,108,129)
#9C7E90
(156,126,144)
#A9909F
(169,144,159)
#B6A2AE
(182,162,174)
#C3B4BD
(195,180,189)
#D0C6CC
(208,198,204)
#DDD8DB
(221,216,219)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683654 color. Also use rgb(104,54,84) instead hex code.

Text Font Color

.myTextColor { color: #683654; }

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

This text font color is #683654.


Background Color

.myBgColor { background-color: #683654; }

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

This div background color is #683654.


Border color

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

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

This div border color is #683654.


Opacity

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

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

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

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

This text has shadow with #683654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683654 on black background.


Color preview on white background

This text has color #683654 on white background.



Black color preview on #683654 background

This text has black color on #683654 background.


White color preview on #683654 background

This text has white color on #683654 background.