COLOR #683C52

HEX: #683C52
RGB: (104,60,82)

Color info

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

RGB color model

#683C52 color RGB value is (104,60,82).

  • red value is 104;
  • green value is 60;
  • blue value is 82.
RGB:
(104,60,82)
(41%,24%,32%)

RGB channels and saturation

R 104 of 255 = 41%
G 60 of 255 = 24%
B 82 of 255 = 32%

104
60
82

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

Portions of RGB colors in percentages

R + G + B =
104 + 60 + 82 = 246 (100%)
R 104 of 246 ~ 42.28%
G 60 of 246 ~ 24.39%
B 82 of 246 ~ 33.33%

%42.28
%24.39
%33.33

CMYK color model

#683C52 color CMYK value is (0,42,21,59).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 21.15%
  • key color value is 59.22%
CMYK:
(0,42,21,59)
C0M42Y21K59 
(0%,42%,21%,59%)
(0.00/0.42/0.21/0.59)	

CMYK percentages

%0
%42.31
%21.15
%59.22

Codes

Color #683C52 in popluar color models

683C52
RGB1046082
HSL330°26.83%32.16%
HSB/HSV330°42.31%40.78%
CMYK0.00%42.31%21.15%
59.22%

Color #683C52 in popluar number systems.

HEX683C52
Decimal1046082
Binary11010001111001010010
Octal15074122

Shades and tints

Shades of #683C52

#683C52
(104,60,82)
#5F374B
(95,55,75)
#563244
(86,50,68)
#4D2D3D
(77,45,61)
#442836
(68,40,54)
#3B232F
(59,35,47)
#321E28
(50,30,40)
#291921
(41,25,33)
#20141A
(32,20,26)
#170F13
(23,15,19)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #683C52

#683C52
(104,60,82)
#754D61
(117,77,97)
#825E70
(130,94,112)
#8F6F7F
(143,111,127)
#9C808E
(156,128,142)
#A9919D
(169,145,157)
#B6A2AC
(182,162,172)
#C3B3BB
(195,179,187)
#D0C4CA
(208,196,202)
#DDD5D9
(221,213,217)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683C52 color. Also use rgb(104,60,82) instead hex code.

Text Font Color

.myTextColor { color: #683C52; }

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

This text font color is #683C52.


Background Color

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

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

This div background color is #683C52.


Border color

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

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

This div border color is #683C52.


Opacity

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

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

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

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

This text has shadow with #683C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683C52 on black background.


Color preview on white background

This text has color #683C52 on white background.



Black color preview on #683C52 background

This text has black color on #683C52 background.


White color preview on #683C52 background

This text has white color on #683C52 background.