COLOR #684E03

HEX: #684E03
RGB: (104,78,3)

Color info

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

RGB color model

#684E03 color RGB value is (104,78,3).

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

RGB channels and saturation

R 104 of 255 = 41%
G 78 of 255 = 31%
B 3 of 255 = 1%

104
78
3

R + G + B ~ 24%. #684E03 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 78 + 3 = 185 (100%)
R 104 of 185 ~ 56.22%
G 78 of 185 ~ 42.16%
B 3 of 185 ~ 1.62%

%56.22
%42.16

CMYK color model

#684E03 color CMYK value is (0,25,97,59).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 97.12%
  • key color value is 59.22%
CMYK:
(0,25,97,59)
C0M25Y97K59 
(0%,25%,97%,59%)
(0.00/0.25/0.97/0.59)	

CMYK percentages

%0
%25
%97.12
%59.22

Codes

Color #684E03 in popluar color models

684E03
RGB104783
HSL45°94.39%20.98%
HSB/HSV45°97.12%40.78%
CMYK0.00%25.00%97.12%
59.22%

Color #684E03 in popluar number systems.

HEX684E03
Decimal104783
Binary1101000100111011
Octal1501163

Shades and tints

Shades of #684E03

#684E03
(104,78,3)
#5F4703
(95,71,3)
#564003
(86,64,3)
#4D3903
(77,57,3)
#443203
(68,50,3)
#3B2B03
(59,43,3)
#322403
(50,36,3)
#291D03
(41,29,3)
#201603
(32,22,3)
#170F03
(23,15,3)
#0E0803
(14,8,3)
#000000
(0,0,0)

Tints of #684E03

#684E03
(104,78,3)
#755E19
(117,94,25)
#826E2F
(130,110,47)
#8F7E45
(143,126,69)
#9C8E5B
(156,142,91)
#A99E71
(169,158,113)
#B6AE87
(182,174,135)
#C3BE9D
(195,190,157)
#D0CEB3
(208,206,179)
#DDDEC9
(221,222,201)
#EAEEDF
(234,238,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684E03; }

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

This text font color is #684E03.


Background Color

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

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

This div background color is #684E03.


Border color

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

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

This div border color is #684E03.


Opacity

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

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

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

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

This text has shadow with #684E03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684E03 on black background.


Color preview on white background

This text has color #684E03 on white background.



Black color preview on #684E03 background

This text has black color on #684E03 background.


White color preview on #684E03 background

This text has white color on #684E03 background.