COLOR #684A5F

HEX: #684A5F
RGB: (104,74,95)

Color info

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

RGB color model

#684A5F color RGB value is (104,74,95).

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

RGB channels and saturation

R 104 of 255 = 41%
G 74 of 255 = 29%
B 95 of 255 = 37%

104
74
95

R + G + B ~ 36%. #684A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 74 + 95 = 273 (100%)
R 104 of 273 ~ 38.1%
G 74 of 273 ~ 27.11%
B 95 of 273 ~ 34.8%

%38.1
%27.11
%34.8

CMYK color model

#684A5F color CMYK value is (0,29,9,59).

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 8.65%
  • key color value is 59.22%
CMYK:
(0,29,9,59)
C0M29Y9K59 
(0%,29%,9%,59%)
(0.00/0.29/0.09/0.59)	

CMYK percentages

%0
%28.85
%8.65
%59.22

Codes

Color #684A5F in popluar color models

684A5F
RGB1047495
HSL318°16.85%34.90%
HSB/HSV318°28.85%40.78%
CMYK0.00%28.85%8.65%
59.22%

Color #684A5F in popluar number systems.

HEX684A5F
Decimal1047495
Binary110100010010101011111
Octal150112137

Shades and tints

Shades of #684A5F

#684A5F
(104,74,95)
#5F4457
(95,68,87)
#563E4F
(86,62,79)
#4D3847
(77,56,71)
#44323F
(68,50,63)
#3B2C37
(59,44,55)
#32262F
(50,38,47)
#292027
(41,32,39)
#201A1F
(32,26,31)
#171417
(23,20,23)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #684A5F

#684A5F
(104,74,95)
#755A6D
(117,90,109)
#826A7B
(130,106,123)
#8F7A89
(143,122,137)
#9C8A97
(156,138,151)
#A99AA5
(169,154,165)
#B6AAB3
(182,170,179)
#C3BAC1
(195,186,193)
#D0CACF
(208,202,207)
#DDDADD
(221,218,221)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684A5F; }

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

This text font color is #684A5F.


Background Color

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

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

This div background color is #684A5F.


Border color

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

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

This div border color is #684A5F.


Opacity

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

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

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

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

This text has shadow with #684A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684A5F on black background.


Color preview on white background

This text has color #684A5F on white background.



Black color preview on #684A5F background

This text has black color on #684A5F background.


White color preview on #684A5F background

This text has white color on #684A5F background.