COLOR #684A4E

HEX: #684A4E
RGB: (104,74,78)

Color info

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

RGB color model

#684A4E color RGB value is (104,74,78).

  • red value is 104;
  • green value is 74;
  • blue value is 78.
RGB:
(104,74,78)
(41%,29%,31%)

RGB channels and saturation

R 104 of 255 = 41%
G 74 of 255 = 29%
B 78 of 255 = 31%

104
74
78

R + G + B ~ 34%. #684A4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 74 + 78 = 256 (100%)
R 104 of 256 ~ 40.63%
G 74 of 256 ~ 28.91%
B 78 of 256 ~ 30.47%

%40.63
%28.91
%30.47

CMYK color model

#684A4E color CMYK value is (0,29,25,59).

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 25.00%
  • key color value is 59.22%
CMYK:
(0,29,25,59)
C0M29Y25K59 
(0%,29%,25%,59%)
(0.00/0.29/0.25/0.59)	

CMYK percentages

%0
%28.85
%25
%59.22

Codes

Color #684A4E in popluar color models

684A4E
RGB1047478
HSL352°16.85%34.90%
HSB/HSV352°28.85%40.78%
CMYK0.00%28.85%25.00%
59.22%

Color #684A4E in popluar number systems.

HEX684A4E
Decimal1047478
Binary110100010010101001110
Octal150112116

Shades and tints

Shades of #684A4E

#684A4E
(104,74,78)
#5F4447
(95,68,71)
#563E40
(86,62,64)
#4D3839
(77,56,57)
#443232
(68,50,50)
#3B2C2B
(59,44,43)
#322624
(50,38,36)
#29201D
(41,32,29)
#201A16
(32,26,22)
#17140F
(23,20,15)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #684A4E

#684A4E
(104,74,78)
#755A5E
(117,90,94)
#826A6E
(130,106,110)
#8F7A7E
(143,122,126)
#9C8A8E
(156,138,142)
#A99A9E
(169,154,158)
#B6AAAE
(182,170,174)
#C3BABE
(195,186,190)
#D0CACE
(208,202,206)
#DDDADE
(221,218,222)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684A4E color. Also use rgb(104,74,78) instead hex code.

Text Font Color

.myTextColor { color: #684A4E; }

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

This text font color is #684A4E.


Background Color

.myBgColor { background-color: #684A4E; }

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

This div background color is #684A4E.


Border color

.myBorderColor { border: 1px solid #684A4E; }

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

This div border color is #684A4E.


Opacity

.myOpacity80 { color: #684A4E; opacity: 0.8; }

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

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

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

This text has shadow with #684A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684A4E on black background.


Color preview on white background

This text has color #684A4E on white background.



Black color preview on #684A4E background

This text has black color on #684A4E background.


White color preview on #684A4E background

This text has white color on #684A4E background.