COLOR #683F50

HEX: #683F50
RGB: (104,63,80)

Color info

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

RGB color model

#683F50 color RGB value is (104,63,80).

  • red value is 104;
  • green value is 63;
  • blue value is 80.
RGB:
(104,63,80)
(41%,25%,31%)

RGB channels and saturation

R 104 of 255 = 41%
G 63 of 255 = 25%
B 80 of 255 = 31%

104
63
80

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

Portions of RGB colors in percentages

R + G + B =
104 + 63 + 80 = 247 (100%)
R 104 of 247 ~ 42.11%
G 63 of 247 ~ 25.51%
B 80 of 247 ~ 32.39%

%42.11
%25.51
%32.39

CMYK color model

#683F50 color CMYK value is (0,39,23,59).

  • cyan value is 0.00%
  • magenta value is 39.42%
  • yellow value is 23.08%
  • key color value is 59.22%
CMYK:
(0,39,23,59)
C0M39Y23K59 
(0%,39%,23%,59%)
(0.00/0.39/0.23/0.59)	

CMYK percentages

%0
%39.42
%23.08
%59.22

Codes

Color #683F50 in popluar color models

683F50
RGB1046380
HSL335°24.55%32.75%
HSB/HSV335°39.42%40.78%
CMYK0.00%39.42%23.08%
59.22%

Color #683F50 in popluar number systems.

HEX683F50
Decimal1046380
Binary11010001111111010000
Octal15077120

Shades and tints

Shades of #683F50

#683F50
(104,63,80)
#5F3A49
(95,58,73)
#563542
(86,53,66)
#4D303B
(77,48,59)
#442B34
(68,43,52)
#3B262D
(59,38,45)
#322126
(50,33,38)
#291C1F
(41,28,31)
#201718
(32,23,24)
#171211
(23,18,17)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #683F50

#683F50
(104,63,80)
#75505F
(117,80,95)
#82616E
(130,97,110)
#8F727D
(143,114,125)
#9C838C
(156,131,140)
#A9949B
(169,148,155)
#B6A5AA
(182,165,170)
#C3B6B9
(195,182,185)
#D0C7C8
(208,199,200)
#DDD8D7
(221,216,215)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683F50 color. Also use rgb(104,63,80) instead hex code.

Text Font Color

.myTextColor { color: #683F50; }

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

This text font color is #683F50.


Background Color

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

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

This div background color is #683F50.


Border color

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

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

This div border color is #683F50.


Opacity

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

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

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

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

This text has shadow with #683F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683F50 on black background.


Color preview on white background

This text has color #683F50 on white background.



Black color preview on #683F50 background

This text has black color on #683F50 background.


White color preview on #683F50 background

This text has white color on #683F50 background.