COLOR #683652

HEX: #683652
RGB: (104,54,82)

Color info

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

RGB color model

#683652 color RGB value is (104,54,82).

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

RGB channels and saturation

R 104 of 255 = 41%
G 54 of 255 = 21%
B 82 of 255 = 32%

104
54
82

R + G + B ~ 31%. #683652 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 54 + 82 = 240 (100%)
R 104 of 240 ~ 43.33%
G 54 of 240 ~ 22.5%
B 82 of 240 ~ 34.17%

%43.33
%22.5
%34.17

CMYK color model

#683652 color CMYK value is (0,48,21,59).

  • cyan value is 0.00%
  • magenta value is 48.08%
  • yellow value is 21.15%
  • key color value is 59.22%
CMYK:
(0,48,21,59)
C0M48Y21K59 
(0%,48%,21%,59%)
(0.00/0.48/0.21/0.59)	

CMYK percentages

%0
%48.08
%21.15
%59.22

Codes

Color #683652 in popluar color models

683652
RGB1045482
HSL326°31.65%30.98%
HSB/HSV326°48.08%40.78%
CMYK0.00%48.08%21.15%
59.22%

Color #683652 in popluar number systems.

HEX683652
Decimal1045482
Binary11010001101101010010
Octal15066122

Shades and tints

Shades of #683652

#683652
(104,54,82)
#5F324B
(95,50,75)
#562E44
(86,46,68)
#4D2A3D
(77,42,61)
#442636
(68,38,54)
#3B222F
(59,34,47)
#321E28
(50,30,40)
#291A21
(41,26,33)
#20161A
(32,22,26)
#171213
(23,18,19)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #683652

#683652
(104,54,82)
#754861
(117,72,97)
#825A70
(130,90,112)
#8F6C7F
(143,108,127)
#9C7E8E
(156,126,142)
#A9909D
(169,144,157)
#B6A2AC
(182,162,172)
#C3B4BB
(195,180,187)
#D0C6CA
(208,198,202)
#DDD8D9
(221,216,217)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683652; }

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

This text font color is #683652.


Background Color

.myBgColor { background-color: #683652; }

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

This div background color is #683652.


Border color

.myBorderColor { border: 1px solid #683652; }

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

This div border color is #683652.


Opacity

.myOpacity80 { color: #683652; opacity: 0.8; }

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

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

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

This text has shadow with #683652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683652 on black background.


Color preview on white background

This text has color #683652 on white background.



Black color preview on #683652 background

This text has black color on #683652 background.


White color preview on #683652 background

This text has white color on #683652 background.