COLOR #68684C

HEX: #68684C
RGB: (104,104,76)

Color info

#68684C contains red, green and blue colors in about the same proportion. Web safe color of #68684C is #666633 (or #663).

RGB color model

#68684C color RGB value is (104,104,76).

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

RGB channels and saturation

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

104
104
76

R + G + B ~ 37%. #68684C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 104 + 76 = 284 (100%)
R 104 of 284 ~ 36.62%
G 104 of 284 ~ 36.62%
B 76 of 284 ~ 26.76%

%36.62
%36.62
%26.76

CMYK color model

#68684C color CMYK value is (0,0,27,59).

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

CMYK percentages

%0
%0
%26.92
%59.22

Codes

Color #68684C in popluar color models

68684C
RGB10410476
HSL60°15.56%35.29%
HSB/HSV60°26.92%40.78%
CMYK0.00%0.00%26.92%
59.22%

Color #68684C in popluar number systems.

HEX68684C
Decimal10410476
Binary110100011010001001100
Octal150150114

Shades and tints

Shades of #68684C

#68684C
(104,104,76)
#5F5F46
(95,95,70)
#565640
(86,86,64)
#4D4D3A
(77,77,58)
#444434
(68,68,52)
#3B3B2E
(59,59,46)
#323228
(50,50,40)
#292922
(41,41,34)
#20201C
(32,32,28)
#171716
(23,23,22)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #68684C

#68684C
(104,104,76)
#75755C
(117,117,92)
#82826C
(130,130,108)
#8F8F7C
(143,143,124)
#9C9C8C
(156,156,140)
#A9A99C
(169,169,156)
#B6B6AC
(182,182,172)
#C3C3BC
(195,195,188)
#D0D0CC
(208,208,204)
#DDDDDC
(221,221,220)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68684C; }

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

This text font color is #68684C.


Background Color

.myBgColor { background-color: #68684C; }

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

This div background color is #68684C.


Border color

.myBorderColor { border: 1px solid #68684C; }

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

This div border color is #68684C.


Opacity

.myOpacity80 { color: #68684C; opacity: 0.8; }

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

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

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

This text has shadow with #68684C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68684C on black background.


Color preview on white background

This text has color #68684C on white background.



Black color preview on #68684C background

This text has black color on #68684C background.


White color preview on #68684C background

This text has white color on #68684C background.