COLOR #684146

HEX: #684146
RGB: (104,65,70)

Color info

#684146 contains red, green and blue colors in about the same proportion. Web safe color of #684146 is #663333 (or #633).

RGB color model

#684146 color RGB value is (104,65,70).

  • red value is 104;
  • green value is 65;
  • blue value is 70.
RGB:
(104,65,70)
(41%,25%,27%)

RGB channels and saturation

R 104 of 255 = 41%
G 65 of 255 = 25%
B 70 of 255 = 27%

104
65
70

R + G + B ~ 31%. #684146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 65 + 70 = 239 (100%)
R 104 of 239 ~ 43.51%
G 65 of 239 ~ 27.2%
B 70 of 239 ~ 29.29%

%43.51
%27.2
%29.29

CMYK color model

#684146 color CMYK value is (0,38,33,59).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 32.69%
  • key color value is 59.22%
CMYK:
(0,38,33,59)
C0M38Y33K59 
(0%,38%,33%,59%)
(0.00/0.38/0.33/0.59)	

CMYK percentages

%0
%37.5
%32.69
%59.22

Codes

Color #684146 in popluar color models

684146
RGB1046570
HSL352°23.08%33.14%
HSB/HSV352°37.50%40.78%
CMYK0.00%37.50%32.69%
59.22%

Color #684146 in popluar number systems.

HEX684146
Decimal1046570
Binary110100010000011000110
Octal150101106

Shades and tints

Shades of #684146

#684146
(104,65,70)
#5F3C40
(95,60,64)
#56373A
(86,55,58)
#4D3234
(77,50,52)
#442D2E
(68,45,46)
#3B2828
(59,40,40)
#322322
(50,35,34)
#291E1C
(41,30,28)
#201916
(32,25,22)
#171410
(23,20,16)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #684146

#684146
(104,65,70)
#755256
(117,82,86)
#826366
(130,99,102)
#8F7476
(143,116,118)
#9C8586
(156,133,134)
#A99696
(169,150,150)
#B6A7A6
(182,167,166)
#C3B8B6
(195,184,182)
#D0C9C6
(208,201,198)
#DDDAD6
(221,218,214)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684146 color. Also use rgb(104,65,70) instead hex code.

Text Font Color

.myTextColor { color: #684146; }

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

This text font color is #684146.


Background Color

.myBgColor { background-color: #684146; }

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

This div background color is #684146.


Border color

.myBorderColor { border: 1px solid #684146; }

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

This div border color is #684146.


Opacity

.myOpacity80 { color: #684146; opacity: 0.8; }

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

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

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

This text has shadow with #684146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684146 on black background.


Color preview on white background

This text has color #684146 on white background.



Black color preview on #684146 background

This text has black color on #684146 background.


White color preview on #684146 background

This text has white color on #684146 background.