COLOR #684B14

HEX: #684B14
RGB: (104,75,20)

Color info

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

RGB color model

#684B14 color RGB value is (104,75,20).

  • red value is 104;
  • green value is 75;
  • blue value is 20.
RGB:
(104,75,20)
(41%,29%,8%)

RGB channels and saturation

R 104 of 255 = 41%
G 75 of 255 = 29%
B 20 of 255 = 8%

104
75
20

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

Portions of RGB colors in percentages

R + G + B =
104 + 75 + 20 = 199 (100%)
R 104 of 199 ~ 52.26%
G 75 of 199 ~ 37.69%
B 20 of 199 ~ 10.05%

%52.26
%37.69
%10.05

CMYK color model

#684B14 color CMYK value is (0,28,81,59).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 80.77%
  • key color value is 59.22%
CMYK:
(0,28,81,59)
C0M28Y81K59 
(0%,28%,81%,59%)
(0.00/0.28/0.81/0.59)	

CMYK percentages

%0
%27.88
%80.77
%59.22

Codes

Color #684B14 in popluar color models

684B14
RGB1047520
HSL39°67.74%24.31%
HSB/HSV39°80.77%40.78%
CMYK0.00%27.88%80.77%
59.22%

Color #684B14 in popluar number systems.

HEX684B14
Decimal1047520
Binary1101000100101110100
Octal15011324

Shades and tints

Shades of #684B14

#684B14
(104,75,20)
#5F4513
(95,69,19)
#563F12
(86,63,18)
#4D3911
(77,57,17)
#443310
(68,51,16)
#3B2D0F
(59,45,15)
#32270E
(50,39,14)
#29210D
(41,33,13)
#201B0C
(32,27,12)
#17150B
(23,21,11)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #684B14

#684B14
(104,75,20)
#755B29
(117,91,41)
#826B3E
(130,107,62)
#8F7B53
(143,123,83)
#9C8B68
(156,139,104)
#A99B7D
(169,155,125)
#B6AB92
(182,171,146)
#C3BBA7
(195,187,167)
#D0CBBC
(208,203,188)
#DDDBD1
(221,219,209)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684B14 color. Also use rgb(104,75,20) instead hex code.

Text Font Color

.myTextColor { color: #684B14; }

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

This text font color is #684B14.


Background Color

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

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

This div background color is #684B14.


Border color

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

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

This div border color is #684B14.


Opacity

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

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

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

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

This text has shadow with #684B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684B14 on black background.


Color preview on white background

This text has color #684B14 on white background.



Black color preview on #684B14 background

This text has black color on #684B14 background.


White color preview on #684B14 background

This text has white color on #684B14 background.