COLOR #684E09

HEX: #684E09
RGB: (104,78,9)

Color info

#684E09 contains mainly red and green colors. Web safe color of #684E09 is #666600 (or #660).

RGB color model

#684E09 color RGB value is (104,78,9).

  • red value is 104;
  • green value is 78;
  • blue value is 9.
RGB:
(104,78,9)
(41%,31%,4%)

RGB channels and saturation

R 104 of 255 = 41%
G 78 of 255 = 31%
B 9 of 255 = 4%

104
78
9

R + G + B ~ 25%. #684E09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 78 + 9 = 191 (100%)
R 104 of 191 ~ 54.45%
G 78 of 191 ~ 40.84%
B 9 of 191 ~ 4.71%

%54.45
%40.84

CMYK color model

#684E09 color CMYK value is (0,25,91,59).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 91.35%
  • key color value is 59.22%
CMYK:
(0,25,91,59)
C0M25Y91K59 
(0%,25%,91%,59%)
(0.00/0.25/0.91/0.59)	

CMYK percentages

%0
%25
%91.35
%59.22

Codes

Color #684E09 in popluar color models

684E09
RGB104789
HSL44°84.07%22.16%
HSB/HSV44°91.35%40.78%
CMYK0.00%25.00%91.35%
59.22%

Color #684E09 in popluar number systems.

HEX684E09
Decimal104789
Binary110100010011101001
Octal15011611

Shades and tints

Shades of #684E09

#684E09
(104,78,9)
#5F4709
(95,71,9)
#564009
(86,64,9)
#4D3909
(77,57,9)
#443209
(68,50,9)
#3B2B09
(59,43,9)
#322409
(50,36,9)
#291D09
(41,29,9)
#201609
(32,22,9)
#170F09
(23,15,9)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #684E09

#684E09
(104,78,9)
#755E1F
(117,94,31)
#826E35
(130,110,53)
#8F7E4B
(143,126,75)
#9C8E61
(156,142,97)
#A99E77
(169,158,119)
#B6AE8D
(182,174,141)
#C3BEA3
(195,190,163)
#D0CEB9
(208,206,185)
#DDDECF
(221,222,207)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684E09 color. Also use rgb(104,78,9) instead hex code.

Text Font Color

.myTextColor { color: #684E09; }

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

This text font color is #684E09.


Background Color

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

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

This div background color is #684E09.


Border color

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

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

This div border color is #684E09.


Opacity

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

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

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

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

This text has shadow with #684E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684E09 on black background.


Color preview on white background

This text has color #684E09 on white background.



Black color preview on #684E09 background

This text has black color on #684E09 background.


White color preview on #684E09 background

This text has white color on #684E09 background.