COLOR #684F12

HEX: #684F12
RGB: (104,79,18)

Color info

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

RGB color model

#684F12 color RGB value is (104,79,18).

  • red value is 104;
  • green value is 79;
  • blue value is 18.
RGB:
(104,79,18)
(41%,31%,7%)

RGB channels and saturation

R 104 of 255 = 41%
G 79 of 255 = 31%
B 18 of 255 = 7%

104
79
18

R + G + B ~ 26%. #684F12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 79 + 18 = 201 (100%)
R 104 of 201 ~ 51.74%
G 79 of 201 ~ 39.3%
B 18 of 201 ~ 8.96%

%51.74
%39.3

CMYK color model

#684F12 color CMYK value is (0,24,83,59).

  • cyan value is 0.00%
  • magenta value is 24.04%
  • yellow value is 82.69%
  • key color value is 59.22%
CMYK:
(0,24,83,59)
C0M24Y83K59 
(0%,24%,83%,59%)
(0.00/0.24/0.83/0.59)	

CMYK percentages

%0
%24.04
%82.69
%59.22

Codes

Color #684F12 in popluar color models

684F12
RGB1047918
HSL43°70.49%23.92%
HSB/HSV43°82.69%40.78%
CMYK0.00%24.04%82.69%
59.22%

Color #684F12 in popluar number systems.

HEX684F12
Decimal1047918
Binary1101000100111110010
Octal15011722

Shades and tints

Shades of #684F12

#684F12
(104,79,18)
#5F4811
(95,72,17)
#564110
(86,65,16)
#4D3A0F
(77,58,15)
#44330E
(68,51,14)
#3B2C0D
(59,44,13)
#32250C
(50,37,12)
#291E0B
(41,30,11)
#20170A
(32,23,10)
#171009
(23,16,9)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #684F12

#684F12
(104,79,18)
#755F27
(117,95,39)
#826F3C
(130,111,60)
#8F7F51
(143,127,81)
#9C8F66
(156,143,102)
#A99F7B
(169,159,123)
#B6AF90
(182,175,144)
#C3BFA5
(195,191,165)
#D0CFBA
(208,207,186)
#DDDFCF
(221,223,207)
#EAEFE4
(234,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684F12 color. Also use rgb(104,79,18) instead hex code.

Text Font Color

.myTextColor { color: #684F12; }

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

This text font color is #684F12.


Background Color

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

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

This div background color is #684F12.


Border color

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

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

This div border color is #684F12.


Opacity

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

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

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

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

This text has shadow with #684F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684F12 on black background.


Color preview on white background

This text has color #684F12 on white background.



Black color preview on #684F12 background

This text has black color on #684F12 background.


White color preview on #684F12 background

This text has white color on #684F12 background.