COLOR #683E52

HEX: #683E52 RGB: (104,62,82)

Color info

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

RGB color model

#683E52 color RGB value is (104,62,82).

RGB: (104,62,82) (41%, 24%, 32%)

RGB channels and saturation

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

104
62
82

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

Portions of RGB colors in percentages

R + G + B = 104 + 62 + 82 = 248 (100%)
R 104 of 248 ~ 41.94%
G 62 of 248 ~ 25%
B 82 of 248 ~ 33.06'%

%41.94
%25
%33.06

CMYK color model

#683E52 color CMYK value is (0,40,21,59).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 21.15%
  • key color value is 59.22%

CMYK: (0,40,21,59)
C0M40Y21K59 (0%, 40%, 21%, 59%)
(0.00 / 0.40 / 0.21 / 0.59)

CMYK percentages

%0
%40.38
%21.15
%59.22

Codes

Color #683E52 in popluar color models

68 3E 52
RGB 104 62 82
HSL 331° 25.30% 32.55%
HSB/HSV 331° 40.38% 40.78%
CMYK 0.00% 40.38% 21.15%
59.22%

Color #683E52 in popluar number systems.

HEX 68 3E 52
Decimal 104 62 82
Binary 1101000 111110 1010010
Octal 150 76 122

Shades and tints

Shades of #683E52

#683E52
(104,62,82)
#5F394B
(95,57,75)
#563444
(86,52,68)
#4D2F3D
(77,47,61)
#442A36
(68,42,54)
#3B252F
(59,37,47)
#322028
(50,32,40)
#291B21
(41,27,33)
#20161A
(32,22,26)
#171113
(23,17,19)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #683E52

#683E52
(104,62,82)
#754F61
(117,79,97)
#826070
(130,96,112)
#8F717F
(143,113,127)
#9C828E
(156,130,142)
#A9939D
(169,147,157)
#B6A4AC
(182,164,172)
#C3B5BB
(195,181,187)
#D0C6CA
(208,198,202)
#DDD7D9
(221,215,217)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683E52; }

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

This text font color is #683E52.

Background Color

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

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

This div background color is #683E52.

Border color

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

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

This div border color is #683E52.

Opacity

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

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

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

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

This text has shadow with #683E52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683E52.

Preview

Color preview on black background

This text has color #683E52 on black background.


Color preview on white background

This text has color #683E52 on white background.


Black color preview on #683E52 background

This text has black color on #683E52 background.


White color preview on #683E52 background

This text has white color on #683E52 background.


Related colors

Complementary color

Complementary color for #hex is #97C1AD.


I love getcolorcode.com

Triadic colors

1 #52683E and #3E5268 with #683E52 are triadic colors.

2 #523E68 and #3E6852 with #683E52 are triadic colors.