COLOR #683C49

HEX: #683C49
RGB: (104,60,73)

Color info

#683C49 contains red, green and blue colors in about the same proportion. Web safe color of #683C49 is #663333 (or #633).

RGB color model

#683C49 color RGB value is (104,60,73).

  • red value is 104;
  • green value is 60;
  • blue value is 73.
RGB:
(104,60,73)
(41%,24%,29%)

RGB channels and saturation

R 104 of 255 = 41%
G 60 of 255 = 24%
B 73 of 255 = 29%

104
60
73

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

Portions of RGB colors in percentages

R + G + B =
104 + 60 + 73 = 237 (100%)
R 104 of 237 ~ 43.88%
G 60 of 237 ~ 25.32%
B 73 of 237 ~ 30.8%

%43.88
%25.32
%30.8

CMYK color model

#683C49 color CMYK value is (0,42,30,59).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 29.81%
  • key color value is 59.22%
CMYK:
(0,42,30,59)
C0M42Y30K59 
(0%,42%,30%,59%)
(0.00/0.42/0.30/0.59)	

CMYK percentages

%0
%42.31
%29.81
%59.22

Codes

Color #683C49 in popluar color models

683C49
RGB1046073
HSL342°26.83%32.16%
HSB/HSV342°42.31%40.78%
CMYK0.00%42.31%29.81%
59.22%

Color #683C49 in popluar number systems.

HEX683C49
Decimal1046073
Binary11010001111001001001
Octal15074111

Shades and tints

Shades of #683C49

#683C49
(104,60,73)
#5F3743
(95,55,67)
#56323D
(86,50,61)
#4D2D37
(77,45,55)
#442831
(68,40,49)
#3B232B
(59,35,43)
#321E25
(50,30,37)
#29191F
(41,25,31)
#201419
(32,20,25)
#170F13
(23,15,19)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #683C49

#683C49
(104,60,73)
#754D59
(117,77,89)
#825E69
(130,94,105)
#8F6F79
(143,111,121)
#9C8089
(156,128,137)
#A99199
(169,145,153)
#B6A2A9
(182,162,169)
#C3B3B9
(195,179,185)
#D0C4C9
(208,196,201)
#DDD5D9
(221,213,217)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683C49; }

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

This text font color is #683C49.


Background Color

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

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

This div background color is #683C49.


Border color

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

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

This div border color is #683C49.


Opacity

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

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

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

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

This text has shadow with #683C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683C49 on black background.


Color preview on white background

This text has color #683C49 on white background.



Black color preview on #683C49 background

This text has black color on #683C49 background.


White color preview on #683C49 background

This text has white color on #683C49 background.