COLOR #683E53

HEX: #683E53
RGB: (104,62,83)

Color info

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

RGB color model

#683E53 color RGB value is (104,62,83).

  • red value is 104;
  • green value is 62;
  • blue value is 83.
RGB:
(104,62,83)
(41%,24%,33%)

RGB channels and saturation

R 104 of 255 = 41%
G 62 of 255 = 24%
B 83 of 255 = 33%

104
62
83

R + G + B ~ 33%. #683E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 62 + 83 = 249 (100%)
R 104 of 249 ~ 41.77%
G 62 of 249 ~ 24.9%
B 83 of 249 ~ 33.33%

%41.77
%24.9
%33.33

CMYK color model

#683E53 color CMYK value is (0,40,20,59).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 20.19%
  • key color value is 59.22%
CMYK:
(0,40,20,59)
C0M40Y20K59 
(0%,40%,20%,59%)
(0.00/0.40/0.20/0.59)	

CMYK percentages

%0
%40.38
%20.19
%59.22

Codes

Color #683E53 in popluar color models

683E53
RGB1046283
HSL330°25.30%32.55%
HSB/HSV330°40.38%40.78%
CMYK0.00%40.38%20.19%
59.22%

Color #683E53 in popluar number systems.

HEX683E53
Decimal1046283
Binary11010001111101010011
Octal15076123

Shades and tints

Shades of #683E53

#683E53
(104,62,83)
#5F394C
(95,57,76)
#563445
(86,52,69)
#4D2F3E
(77,47,62)
#442A37
(68,42,55)
#3B2530
(59,37,48)
#322029
(50,32,41)
#291B22
(41,27,34)
#20161B
(32,22,27)
#171114
(23,17,20)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #683E53

#683E53
(104,62,83)
#754F62
(117,79,98)
#826071
(130,96,113)
#8F7180
(143,113,128)
#9C828F
(156,130,143)
#A9939E
(169,147,158)
#B6A4AD
(182,164,173)
#C3B5BC
(195,181,188)
#D0C6CB
(208,198,203)
#DDD7DA
(221,215,218)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683E53; }

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

This text font color is #683E53.


Background Color

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

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

This div background color is #683E53.


Border color

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

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

This div border color is #683E53.


Opacity

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

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

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

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

This text has shadow with #683E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683E53 on black background.


Color preview on white background

This text has color #683E53 on white background.



Black color preview on #683E53 background

This text has black color on #683E53 background.


White color preview on #683E53 background

This text has white color on #683E53 background.