COLOR #684108

HEX: #684108
RGB: (104,65,8)

Color info

#684108 contains mainly red and green colors. Web safe color of #684108 is #663300 (or #630).

RGB color model

#684108 color RGB value is (104,65,8).

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

RGB channels and saturation

R 104 of 255 = 41%
G 65 of 255 = 25%
B 8 of 255 = 3%

104
65
8

R + G + B ~ 23%. #684108 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 65 + 8 = 177 (100%)
R 104 of 177 ~ 58.76%
G 65 of 177 ~ 36.72%
B 8 of 177 ~ 4.52%

%58.76
%36.72

CMYK color model

#684108 color CMYK value is (0,38,92,59).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 92.31%
  • key color value is 59.22%
CMYK:
(0,38,92,59)
C0M38Y92K59 
(0%,38%,92%,59%)
(0.00/0.38/0.92/0.59)	

CMYK percentages

%0
%37.5
%92.31
%59.22

Codes

Color #684108 in popluar color models

684108
RGB104658
HSL36°85.71%21.96%
HSB/HSV36°92.31%40.78%
CMYK0.00%37.50%92.31%
59.22%

Color #684108 in popluar number systems.

HEX684108
Decimal104658
Binary110100010000011000
Octal15010110

Shades and tints

Shades of #684108

#684108
(104,65,8)
#5F3C08
(95,60,8)
#563708
(86,55,8)
#4D3208
(77,50,8)
#442D08
(68,45,8)
#3B2808
(59,40,8)
#322308
(50,35,8)
#291E08
(41,30,8)
#201908
(32,25,8)
#171408
(23,20,8)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #684108

#684108
(104,65,8)
#75521E
(117,82,30)
#826334
(130,99,52)
#8F744A
(143,116,74)
#9C8560
(156,133,96)
#A99676
(169,150,118)
#B6A78C
(182,167,140)
#C3B8A2
(195,184,162)
#D0C9B8
(208,201,184)
#DDDACE
(221,218,206)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684108; }

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

This text font color is #684108.


Background Color

.myBgColor { background-color: #684108; }

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

This div background color is #684108.


Border color

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

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

This div border color is #684108.


Opacity

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

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

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

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

This text has shadow with #684108 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684108 on black background.


Color preview on white background

This text has color #684108 on white background.



Black color preview on #684108 background

This text has black color on #684108 background.


White color preview on #684108 background

This text has white color on #684108 background.