COLOR #684F5B

HEX: #684F5B
RGB: (104,79,91)

Color info

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

RGB color model

#684F5B color RGB value is (104,79,91).

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

RGB channels and saturation

R 104 of 255 = 41%
G 79 of 255 = 31%
B 91 of 255 = 36%

104
79
91

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

Portions of RGB colors in percentages

R + G + B =
104 + 79 + 91 = 274 (100%)
R 104 of 274 ~ 37.96%
G 79 of 274 ~ 28.83%
B 91 of 274 ~ 33.21%

%37.96
%28.83
%33.21

CMYK color model

#684F5B color CMYK value is (0,24,13,59).

  • cyan value is 0.00%
  • magenta value is 24.04%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK:
(0,24,13,59)
C0M24Y13K59 
(0%,24%,13%,59%)
(0.00/0.24/0.13/0.59)	

CMYK percentages

%0
%24.04
%12.5
%59.22

Codes

Color #684F5B in popluar color models

684F5B
RGB1047991
HSL331°13.66%35.88%
HSB/HSV331°24.04%40.78%
CMYK0.00%24.04%12.50%
59.22%

Color #684F5B in popluar number systems.

HEX684F5B
Decimal1047991
Binary110100010011111011011
Octal150117133

Shades and tints

Shades of #684F5B

#684F5B
(104,79,91)
#5F4853
(95,72,83)
#56414B
(86,65,75)
#4D3A43
(77,58,67)
#44333B
(68,51,59)
#3B2C33
(59,44,51)
#32252B
(50,37,43)
#291E23
(41,30,35)
#20171B
(32,23,27)
#171013
(23,16,19)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #684F5B

#684F5B
(104,79,91)
#755F69
(117,95,105)
#826F77
(130,111,119)
#8F7F85
(143,127,133)
#9C8F93
(156,143,147)
#A99FA1
(169,159,161)
#B6AFAF
(182,175,175)
#C3BFBD
(195,191,189)
#D0CFCB
(208,207,203)
#DDDFD9
(221,223,217)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684F5B; }

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

This text font color is #684F5B.


Background Color

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

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

This div background color is #684F5B.


Border color

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

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

This div border color is #684F5B.


Opacity

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

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

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

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

This text has shadow with #684F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684F5B on black background.


Color preview on white background

This text has color #684F5B on white background.



Black color preview on #684F5B background

This text has black color on #684F5B background.


White color preview on #684F5B background

This text has white color on #684F5B background.