COLOR #684F5F

HEX: #684F5F
RGB: (104,79,95)

Color info

#684F5F contains red, green and blue colors in about the same proportion. Web safe color of #684F5F is #666666 (or #666).

RGB color model

#684F5F color RGB value is (104,79,95).

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

RGB channels and saturation

R 104 of 255 = 41%
G 79 of 255 = 31%
B 95 of 255 = 37%

104
79
95

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

Portions of RGB colors in percentages

R + G + B =
104 + 79 + 95 = 278 (100%)
R 104 of 278 ~ 37.41%
G 79 of 278 ~ 28.42%
B 95 of 278 ~ 34.17%

%37.41
%28.42
%34.17

CMYK color model

#684F5F color CMYK value is (0,24,9,59).

  • cyan value is 0.00%
  • magenta value is 24.04%
  • yellow value is 8.65%
  • key color value is 59.22%
CMYK:
(0,24,9,59)
C0M24Y9K59 
(0%,24%,9%,59%)
(0.00/0.24/0.09/0.59)	

CMYK percentages

%0
%24.04
%8.65
%59.22

Codes

Color #684F5F in popluar color models

684F5F
RGB1047995
HSL322°13.66%35.88%
HSB/HSV322°24.04%40.78%
CMYK0.00%24.04%8.65%
59.22%

Color #684F5F in popluar number systems.

HEX684F5F
Decimal1047995
Binary110100010011111011111
Octal150117137

Shades and tints

Shades of #684F5F

#684F5F
(104,79,95)
#5F4857
(95,72,87)
#56414F
(86,65,79)
#4D3A47
(77,58,71)
#44333F
(68,51,63)
#3B2C37
(59,44,55)
#32252F
(50,37,47)
#291E27
(41,30,39)
#20171F
(32,23,31)
#171017
(23,16,23)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #684F5F

#684F5F
(104,79,95)
#755F6D
(117,95,109)
#826F7B
(130,111,123)
#8F7F89
(143,127,137)
#9C8F97
(156,143,151)
#A99FA5
(169,159,165)
#B6AFB3
(182,175,179)
#C3BFC1
(195,191,193)
#D0CFCF
(208,207,207)
#DDDFDD
(221,223,221)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684F5F; }

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

This text font color is #684F5F.


Background Color

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

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

This div background color is #684F5F.


Border color

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

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

This div border color is #684F5F.


Opacity

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

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

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

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

This text has shadow with #684F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684F5F on black background.


Color preview on white background

This text has color #684F5F on white background.



Black color preview on #684F5F background

This text has black color on #684F5F background.


White color preview on #684F5F background

This text has white color on #684F5F background.