COLOR #683F53

HEX: #683F53
RGB: (104,63,83)

Color info

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

RGB color model

#683F53 color RGB value is (104,63,83).

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

RGB channels and saturation

R 104 of 255 = 41%
G 63 of 255 = 25%
B 83 of 255 = 33%

104
63
83

R + G + B ~ 33%. #683F53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 63 + 83 = 250 (100%)
R 104 of 250 ~ 41.6%
G 63 of 250 ~ 25.2%
B 83 of 250 ~ 33.2%

%41.6
%25.2
%33.2

CMYK color model

#683F53 color CMYK value is (0,39,20,59).

  • cyan value is 0.00%
  • magenta value is 39.42%
  • yellow value is 20.19%
  • key color value is 59.22%
CMYK:
(0,39,20,59)
C0M39Y20K59 
(0%,39%,20%,59%)
(0.00/0.39/0.20/0.59)	

CMYK percentages

%0
%39.42
%20.19
%59.22

Codes

Color #683F53 in popluar color models

683F53
RGB1046383
HSL331°24.55%32.75%
HSB/HSV331°39.42%40.78%
CMYK0.00%39.42%20.19%
59.22%

Color #683F53 in popluar number systems.

HEX683F53
Decimal1046383
Binary11010001111111010011
Octal15077123

Shades and tints

Shades of #683F53

#683F53
(104,63,83)
#5F3A4C
(95,58,76)
#563545
(86,53,69)
#4D303E
(77,48,62)
#442B37
(68,43,55)
#3B2630
(59,38,48)
#322129
(50,33,41)
#291C22
(41,28,34)
#20171B
(32,23,27)
#171214
(23,18,20)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #683F53

#683F53
(104,63,83)
#755062
(117,80,98)
#826171
(130,97,113)
#8F7280
(143,114,128)
#9C838F
(156,131,143)
#A9949E
(169,148,158)
#B6A5AD
(182,165,173)
#C3B6BC
(195,182,188)
#D0C7CB
(208,199,203)
#DDD8DA
(221,216,218)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683F53; }

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

This text font color is #683F53.


Background Color

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

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

This div background color is #683F53.


Border color

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

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

This div border color is #683F53.


Opacity

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

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

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

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

This text has shadow with #683F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683F53 on black background.


Color preview on white background

This text has color #683F53 on white background.



Black color preview on #683F53 background

This text has black color on #683F53 background.


White color preview on #683F53 background

This text has white color on #683F53 background.