COLOR #684049

HEX: #684049
RGB: (104,64,73)

Color info

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

RGB color model

#684049 color RGB value is (104,64,73).

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

RGB channels and saturation

R 104 of 255 = 41%
G 64 of 255 = 25%
B 73 of 255 = 29%

104
64
73

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

Portions of RGB colors in percentages

R + G + B =
104 + 64 + 73 = 241 (100%)
R 104 of 241 ~ 43.15%
G 64 of 241 ~ 26.56%
B 73 of 241 ~ 30.29%

%43.15
%26.56
%30.29

CMYK color model

#684049 color CMYK value is (0,38,30,59).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 29.81%
  • key color value is 59.22%
CMYK:
(0,38,30,59)
C0M38Y30K59 
(0%,38%,30%,59%)
(0.00/0.38/0.30/0.59)	

CMYK percentages

%0
%38.46
%29.81
%59.22

Codes

Color #684049 in popluar color models

684049
RGB1046473
HSL347°23.81%32.94%
HSB/HSV347°38.46%40.78%
CMYK0.00%38.46%29.81%
59.22%

Color #684049 in popluar number systems.

HEX684049
Decimal1046473
Binary110100010000001001001
Octal150100111

Shades and tints

Shades of #684049

#684049
(104,64,73)
#5F3B43
(95,59,67)
#56363D
(86,54,61)
#4D3137
(77,49,55)
#442C31
(68,44,49)
#3B272B
(59,39,43)
#322225
(50,34,37)
#291D1F
(41,29,31)
#201819
(32,24,25)
#171313
(23,19,19)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #684049

#684049
(104,64,73)
#755159
(117,81,89)
#826269
(130,98,105)
#8F7379
(143,115,121)
#9C8489
(156,132,137)
#A99599
(169,149,153)
#B6A6A9
(182,166,169)
#C3B7B9
(195,183,185)
#D0C8C9
(208,200,201)
#DDD9D9
(221,217,217)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684049; }

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

This text font color is #684049.


Background Color

.myBgColor { background-color: #684049; }

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

This div background color is #684049.


Border color

.myBorderColor { border: 1px solid #684049; }

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

This div border color is #684049.


Opacity

.myOpacity80 { color: #684049; opacity: 0.8; }

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

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

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

This text has shadow with #684049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684049 on black background.


Color preview on white background

This text has color #684049 on white background.



Black color preview on #684049 background

This text has black color on #684049 background.


White color preview on #684049 background

This text has white color on #684049 background.