COLOR #684B4F

HEX: #684B4F
RGB: (104,75,79)

Color info

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

RGB color model

#684B4F color RGB value is (104,75,79).

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

RGB channels and saturation

R 104 of 255 = 41%
G 75 of 255 = 29%
B 79 of 255 = 31%

104
75
79

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

Portions of RGB colors in percentages

R + G + B =
104 + 75 + 79 = 258 (100%)
R 104 of 258 ~ 40.31%
G 75 of 258 ~ 29.07%
B 79 of 258 ~ 30.62%

%40.31
%29.07
%30.62

CMYK color model

#684B4F color CMYK value is (0,28,24,59).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 24.04%
  • key color value is 59.22%
CMYK:
(0,28,24,59)
C0M28Y24K59 
(0%,28%,24%,59%)
(0.00/0.28/0.24/0.59)	

CMYK percentages

%0
%27.88
%24.04
%59.22

Codes

Color #684B4F in popluar color models

684B4F
RGB1047579
HSL352°16.20%35.10%
HSB/HSV352°27.88%40.78%
CMYK0.00%27.88%24.04%
59.22%

Color #684B4F in popluar number systems.

HEX684B4F
Decimal1047579
Binary110100010010111001111
Octal150113117

Shades and tints

Shades of #684B4F

#684B4F
(104,75,79)
#5F4548
(95,69,72)
#563F41
(86,63,65)
#4D393A
(77,57,58)
#443333
(68,51,51)
#3B2D2C
(59,45,44)
#322725
(50,39,37)
#29211E
(41,33,30)
#201B17
(32,27,23)
#171510
(23,21,16)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #684B4F

#684B4F
(104,75,79)
#755B5F
(117,91,95)
#826B6F
(130,107,111)
#8F7B7F
(143,123,127)
#9C8B8F
(156,139,143)
#A99B9F
(169,155,159)
#B6ABAF
(182,171,175)
#C3BBBF
(195,187,191)
#D0CBCF
(208,203,207)
#DDDBDF
(221,219,223)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684B4F; }

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

This text font color is #684B4F.


Background Color

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

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

This div background color is #684B4F.


Border color

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

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

This div border color is #684B4F.


Opacity

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

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

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

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

This text has shadow with #684B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684B4F on black background.


Color preview on white background

This text has color #684B4F on white background.



Black color preview on #684B4F background

This text has black color on #684B4F background.


White color preview on #684B4F background

This text has white color on #684B4F background.