COLOR #683A61

HEX: #683A61
RGB: (104,58,97)

Color info

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

RGB color model

#683A61 color RGB value is (104,58,97).

  • red value is 104;
  • green value is 58;
  • blue value is 97.
RGB:
(104,58,97)
(41%,23%,38%)

RGB channels and saturation

R 104 of 255 = 41%
G 58 of 255 = 23%
B 97 of 255 = 38%

104
58
97

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

Portions of RGB colors in percentages

R + G + B =
104 + 58 + 97 = 259 (100%)
R 104 of 259 ~ 40.15%
G 58 of 259 ~ 22.39%
B 97 of 259 ~ 37.45%

%40.15
%22.39
%37.45

CMYK color model

#683A61 color CMYK value is (0,44,7,59).

  • cyan value is 0.00%
  • magenta value is 44.23%
  • yellow value is 6.73%
  • key color value is 59.22%
CMYK:
(0,44,7,59)
C0M44Y7K59 
(0%,44%,7%,59%)
(0.00/0.44/0.07/0.59)	

CMYK percentages

%0
%44.23
%6.73
%59.22

Codes

Color #683A61 in popluar color models

683A61
RGB1045897
HSL309°28.40%31.76%
HSB/HSV309°44.23%40.78%
CMYK0.00%44.23%6.73%
59.22%

Color #683A61 in popluar number systems.

HEX683A61
Decimal1045897
Binary11010001110101100001
Octal15072141

Shades and tints

Shades of #683A61

#683A61
(104,58,97)
#5F3559
(95,53,89)
#563051
(86,48,81)
#4D2B49
(77,43,73)
#442641
(68,38,65)
#3B2139
(59,33,57)
#321C31
(50,28,49)
#291729
(41,23,41)
#201221
(32,18,33)
#170D19
(23,13,25)
#0E0811
(14,8,17)
#000000
(0,0,0)

Tints of #683A61

#683A61
(104,58,97)
#754B6F
(117,75,111)
#825C7D
(130,92,125)
#8F6D8B
(143,109,139)
#9C7E99
(156,126,153)
#A98FA7
(169,143,167)
#B6A0B5
(182,160,181)
#C3B1C3
(195,177,195)
#D0C2D1
(208,194,209)
#DDD3DF
(221,211,223)
#EAE4ED
(234,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683A61 color. Also use rgb(104,58,97) instead hex code.

Text Font Color

.myTextColor { color: #683A61; }

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

This text font color is #683A61.


Background Color

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

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

This div background color is #683A61.


Border color

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

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

This div border color is #683A61.


Opacity

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

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

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

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

This text has shadow with #683A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683A61 on black background.


Color preview on white background

This text has color #683A61 on white background.



Black color preview on #683A61 background

This text has black color on #683A61 background.


White color preview on #683A61 background

This text has white color on #683A61 background.