COLOR #684C2C

HEX: #684C2C
RGB: (104,76,44)

Color info

#684C2C contains mainly red and green colors. Web safe color of #684C2C is #663333 (or #633).

RGB color model

#684C2C color RGB value is (104,76,44).

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

RGB channels and saturation

R 104 of 255 = 41%
G 76 of 255 = 30%
B 44 of 255 = 17%

104
76
44

R + G + B ~ 29%. #684C2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 76 + 44 = 224 (100%)
R 104 of 224 ~ 46.43%
G 76 of 224 ~ 33.93%
B 44 of 224 ~ 19.64%

%46.43
%33.93
%19.64

CMYK color model

#684C2C color CMYK value is (0,27,58,59).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 57.69%
  • key color value is 59.22%
CMYK:
(0,27,58,59)
C0M27Y58K59 
(0%,27%,58%,59%)
(0.00/0.27/0.58/0.59)	

CMYK percentages

%0
%26.92
%57.69
%59.22

Codes

Color #684C2C in popluar color models

684C2C
RGB1047644
HSL32°40.54%29.02%
HSB/HSV32°57.69%40.78%
CMYK0.00%26.92%57.69%
59.22%

Color #684C2C in popluar number systems.

HEX684C2C
Decimal1047644
Binary11010001001100101100
Octal15011454

Shades and tints

Shades of #684C2C

#684C2C
(104,76,44)
#5F4628
(95,70,40)
#564024
(86,64,36)
#4D3A20
(77,58,32)
#44341C
(68,52,28)
#3B2E18
(59,46,24)
#322814
(50,40,20)
#292210
(41,34,16)
#201C0C
(32,28,12)
#171608
(23,22,8)
#0E1004
(14,16,4)
#000000
(0,0,0)

Tints of #684C2C

#684C2C
(104,76,44)
#755C3F
(117,92,63)
#826C52
(130,108,82)
#8F7C65
(143,124,101)
#9C8C78
(156,140,120)
#A99C8B
(169,156,139)
#B6AC9E
(182,172,158)
#C3BCB1
(195,188,177)
#D0CCC4
(208,204,196)
#DDDCD7
(221,220,215)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684C2C; }

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

This text font color is #684C2C.


Background Color

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

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

This div background color is #684C2C.


Border color

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

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

This div border color is #684C2C.


Opacity

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

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

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

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

This text has shadow with #684C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684C2C on black background.


Color preview on white background

This text has color #684C2C on white background.



Black color preview on #684C2C background

This text has black color on #684C2C background.


White color preview on #684C2C background

This text has white color on #684C2C background.