COLOR #684A1E

HEX: #684A1E
RGB: (104,74,30)

Color info

#684A1E contains mainly red and green colors. Web safe color of #684A1E is #663333 (or #633).

RGB color model

#684A1E color RGB value is (104,74,30).

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

RGB channels and saturation

R 104 of 255 = 41%
G 74 of 255 = 29%
B 30 of 255 = 12%

104
74
30

R + G + B ~ 27%. #684A1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 74 + 30 = 208 (100%)
R 104 of 208 ~ 50%
G 74 of 208 ~ 35.58%
B 30 of 208 ~ 14.42%

%50
%35.58
%14.42

CMYK color model

#684A1E color CMYK value is (0,29,71,59).

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 71.15%
  • key color value is 59.22%
CMYK:
(0,29,71,59)
C0M29Y71K59 
(0%,29%,71%,59%)
(0.00/0.29/0.71/0.59)	

CMYK percentages

%0
%28.85
%71.15
%59.22

Codes

Color #684A1E in popluar color models

684A1E
RGB1047430
HSL36°55.22%26.27%
HSB/HSV36°71.15%40.78%
CMYK0.00%28.85%71.15%
59.22%

Color #684A1E in popluar number systems.

HEX684A1E
Decimal1047430
Binary1101000100101011110
Octal15011236

Shades and tints

Shades of #684A1E

#684A1E
(104,74,30)
#5F441C
(95,68,28)
#563E1A
(86,62,26)
#4D3818
(77,56,24)
#443216
(68,50,22)
#3B2C14
(59,44,20)
#322612
(50,38,18)
#292010
(41,32,16)
#201A0E
(32,26,14)
#17140C
(23,20,12)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #684A1E

#684A1E
(104,74,30)
#755A32
(117,90,50)
#826A46
(130,106,70)
#8F7A5A
(143,122,90)
#9C8A6E
(156,138,110)
#A99A82
(169,154,130)
#B6AA96
(182,170,150)
#C3BAAA
(195,186,170)
#D0CABE
(208,202,190)
#DDDAD2
(221,218,210)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684A1E; }

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

This text font color is #684A1E.


Background Color

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

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

This div background color is #684A1E.


Border color

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

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

This div border color is #684A1E.


Opacity

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

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

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

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

This text has shadow with #684A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684A1E on black background.


Color preview on white background

This text has color #684A1E on white background.



Black color preview on #684A1E background

This text has black color on #684A1E background.


White color preview on #684A1E background

This text has white color on #684A1E background.