COLOR #683C62

HEX: #683C62 RGB: (104,60,98)

Color info

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

RGB color model

#683C62 color RGB value is (104,60,98).

RGB: (104,60,98) (41%, 24%, 38%)

RGB channels and saturation

R 104 of 255 = 41%
G 60 of 255 = 24%
B 98 of 255 = 38%

104
60
98

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

Portions of RGB colors in percentages

R + G + B = 104 + 60 + 98 = 262 (100%)
R 104 of 262 ~ 39.69%
G 60 of 262 ~ 22.9%
B 98 of 262 ~ 37.4'%

%39.69
%22.9
%37.4

CMYK color model

#683C62 color CMYK value is (0,42,6,59).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 5.77%
  • key color value is 59.22%

CMYK: (0,42,6,59)
C0M42Y6K59 (0%, 42%, 6%, 59%)
(0.00 / 0.42 / 0.06 / 0.59)

CMYK percentages

%0
%42.31
%5.77
%59.22

Codes

Color #683C62 in popluar color models

68 3C 62
RGB 104 60 98
HSL 308° 26.83% 32.16%
HSB/HSV 308° 42.31% 40.78%
CMYK 0.00% 42.31% 5.77%
59.22%

Color #683C62 in popluar number systems.

HEX 68 3C 62
Decimal 104 60 98
Binary 1101000 111100 1100010
Octal 150 74 142

Shades and tints

Shades of #683C62

#683C62
(104,60,98)
#5F375A
(95,55,90)
#563252
(86,50,82)
#4D2D4A
(77,45,74)
#442842
(68,40,66)
#3B233A
(59,35,58)
#321E32
(50,30,50)
#29192A
(41,25,42)
#201422
(32,20,34)
#170F1A
(23,15,26)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #683C62

#683C62
(104,60,98)
#754D70
(117,77,112)
#825E7E
(130,94,126)
#8F6F8C
(143,111,140)
#9C809A
(156,128,154)
#A991A8
(169,145,168)
#B6A2B6
(182,162,182)
#C3B3C4
(195,179,196)
#D0C4D2
(208,196,210)
#DDD5E0
(221,213,224)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683C62; }

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

This text font color is #683C62.

Background Color

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

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

This div background color is #683C62.

Border color

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

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

This div border color is #683C62.

Opacity

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

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

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

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

This text has shadow with #683C62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683C62.

Preview

Color preview on black background

This text has color #683C62 on black background.


Color preview on white background

This text has color #683C62 on white background.


Black color preview on #683C62 background

This text has black color on #683C62 background.


White color preview on #683C62 background

This text has white color on #683C62 background.


Related colors

Complementary color

Complementary color for #hex is #97C39D.


I love getcolorcode.com

Triadic colors

1 #62683C and #3C6268 with #683C62 are triadic colors.

2 #623C68 and #3C6862 with #683C62 are triadic colors.