COLOR #684C15

HEX: #684C15
RGB: (104,76,21)

Color info

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

RGB color model

#684C15 color RGB value is (104,76,21).

  • red value is 104;
  • green value is 76;
  • blue value is 21.
RGB:
(104,76,21)
(41%,30%,8%)

RGB channels and saturation

R 104 of 255 = 41%
G 76 of 255 = 30%
B 21 of 255 = 8%

104
76
21

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

Portions of RGB colors in percentages

R + G + B =
104 + 76 + 21 = 201 (100%)
R 104 of 201 ~ 51.74%
G 76 of 201 ~ 37.81%
B 21 of 201 ~ 10.45%

%51.74
%37.81
%10.45

CMYK color model

#684C15 color CMYK value is (0,27,80,59).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 79.81%
  • key color value is 59.22%
CMYK:
(0,27,80,59)
C0M27Y80K59 
(0%,27%,80%,59%)
(0.00/0.27/0.80/0.59)	

CMYK percentages

%0
%26.92
%79.81
%59.22

Codes

Color #684C15 in popluar color models

684C15
RGB1047621
HSL40°66.40%24.51%
HSB/HSV40°79.81%40.78%
CMYK0.00%26.92%79.81%
59.22%

Color #684C15 in popluar number systems.

HEX684C15
Decimal1047621
Binary1101000100110010101
Octal15011425

Shades and tints

Shades of #684C15

#684C15
(104,76,21)
#5F4614
(95,70,20)
#564013
(86,64,19)
#4D3A12
(77,58,18)
#443411
(68,52,17)
#3B2E10
(59,46,16)
#32280F
(50,40,15)
#29220E
(41,34,14)
#201C0D
(32,28,13)
#17160C
(23,22,12)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #684C15

#684C15
(104,76,21)
#755C2A
(117,92,42)
#826C3F
(130,108,63)
#8F7C54
(143,124,84)
#9C8C69
(156,140,105)
#A99C7E
(169,156,126)
#B6AC93
(182,172,147)
#C3BCA8
(195,188,168)
#D0CCBD
(208,204,189)
#DDDCD2
(221,220,210)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684C15 color. Also use rgb(104,76,21) instead hex code.

Text Font Color

.myTextColor { color: #684C15; }

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

This text font color is #684C15.


Background Color

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

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

This div background color is #684C15.


Border color

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

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

This div border color is #684C15.


Opacity

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

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

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

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

This text has shadow with #684C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684C15 on black background.


Color preview on white background

This text has color #684C15 on white background.



Black color preview on #684C15 background

This text has black color on #684C15 background.


White color preview on #684C15 background

This text has white color on #684C15 background.