COLOR #683B63

HEX: #683B63
RGB: (104,59,99)

Color info

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

RGB color model

#683B63 color RGB value is (104,59,99).

  • red value is 104;
  • green value is 59;
  • blue value is 99.
RGB:
(104,59,99)
(41%,23%,39%)

RGB channels and saturation

R 104 of 255 = 41%
G 59 of 255 = 23%
B 99 of 255 = 39%

104
59
99

R + G + B ~ 34%. #683B63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 59 + 99 = 262 (100%)
R 104 of 262 ~ 39.69%
G 59 of 262 ~ 22.52%
B 99 of 262 ~ 37.79%

%39.69
%22.52
%37.79

CMYK color model

#683B63 color CMYK value is (0,43,5,59).

  • cyan value is 0.00%
  • magenta value is 43.27%
  • yellow value is 4.81%
  • key color value is 59.22%
CMYK:
(0,43,5,59)
C0M43Y5K59 
(0%,43%,5%,59%)
(0.00/0.43/0.05/0.59)	

CMYK percentages

%0
%43.27
%4.81
%59.22

Codes

Color #683B63 in popluar color models

683B63
RGB1045999
HSL307°27.61%31.96%
HSB/HSV307°43.27%40.78%
CMYK0.00%43.27%4.81%
59.22%

Color #683B63 in popluar number systems.

HEX683B63
Decimal1045999
Binary11010001110111100011
Octal15073143

Shades and tints

Shades of #683B63

#683B63
(104,59,99)
#5F365A
(95,54,90)
#563151
(86,49,81)
#4D2C48
(77,44,72)
#44273F
(68,39,63)
#3B2236
(59,34,54)
#321D2D
(50,29,45)
#291824
(41,24,36)
#20131B
(32,19,27)
#170E12
(23,14,18)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #683B63

#683B63
(104,59,99)
#754C71
(117,76,113)
#825D7F
(130,93,127)
#8F6E8D
(143,110,141)
#9C7F9B
(156,127,155)
#A990A9
(169,144,169)
#B6A1B7
(182,161,183)
#C3B2C5
(195,178,197)
#D0C3D3
(208,195,211)
#DDD4E1
(221,212,225)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683B63 color. Also use rgb(104,59,99) instead hex code.

Text Font Color

.myTextColor { color: #683B63; }

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

This text font color is #683B63.


Background Color

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

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

This div background color is #683B63.


Border color

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

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

This div border color is #683B63.


Opacity

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

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

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

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

This text has shadow with #683B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683B63 on black background.


Color preview on white background

This text has color #683B63 on white background.



Black color preview on #683B63 background

This text has black color on #683B63 background.


White color preview on #683B63 background

This text has white color on #683B63 background.