COLOR #683D5C

HEX: #683D5C
RGB: (104,61,92)

Color info

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

RGB color model

#683D5C color RGB value is (104,61,92).

  • red value is 104;
  • green value is 61;
  • blue value is 92.
RGB:
(104,61,92)
(41%,24%,36%)

RGB channels and saturation

R 104 of 255 = 41%
G 61 of 255 = 24%
B 92 of 255 = 36%

104
61
92

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

Portions of RGB colors in percentages

R + G + B =
104 + 61 + 92 = 257 (100%)
R 104 of 257 ~ 40.47%
G 61 of 257 ~ 23.74%
B 92 of 257 ~ 35.8%

%40.47
%23.74
%35.8

CMYK color model

#683D5C color CMYK value is (0,41,12,59).

  • cyan value is 0.00%
  • magenta value is 41.35%
  • yellow value is 11.54%
  • key color value is 59.22%
CMYK:
(0,41,12,59)
C0M41Y12K59 
(0%,41%,12%,59%)
(0.00/0.41/0.12/0.59)	

CMYK percentages

%0
%41.35
%11.54
%59.22

Codes

Color #683D5C in popluar color models

683D5C
RGB1046192
HSL317°26.06%32.35%
HSB/HSV317°41.35%40.78%
CMYK0.00%41.35%11.54%
59.22%

Color #683D5C in popluar number systems.

HEX683D5C
Decimal1046192
Binary11010001111011011100
Octal15075134

Shades and tints

Shades of #683D5C

#683D5C
(104,61,92)
#5F3854
(95,56,84)
#56334C
(86,51,76)
#4D2E44
(77,46,68)
#44293C
(68,41,60)
#3B2434
(59,36,52)
#321F2C
(50,31,44)
#291A24
(41,26,36)
#20151C
(32,21,28)
#171014
(23,16,20)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #683D5C

#683D5C
(104,61,92)
#754E6A
(117,78,106)
#825F78
(130,95,120)
#8F7086
(143,112,134)
#9C8194
(156,129,148)
#A992A2
(169,146,162)
#B6A3B0
(182,163,176)
#C3B4BE
(195,180,190)
#D0C5CC
(208,197,204)
#DDD6DA
(221,214,218)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683D5C color. Also use rgb(104,61,92) instead hex code.

Text Font Color

.myTextColor { color: #683D5C; }

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

This text font color is #683D5C.


Background Color

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

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

This div background color is #683D5C.


Border color

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

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

This div border color is #683D5C.


Opacity

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

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

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

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

This text has shadow with #683D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683D5C on black background.


Color preview on white background

This text has color #683D5C on white background.



Black color preview on #683D5C background

This text has black color on #683D5C background.


White color preview on #683D5C background

This text has white color on #683D5C background.