COLOR #68684B

HEX: #68684B
RGB: (104,104,75)

Color info

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

RGB color model

#68684B color RGB value is (104,104,75).

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

RGB channels and saturation

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

104
104
75

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

Portions of RGB colors in percentages

R + G + B =
104 + 104 + 75 = 283 (100%)
R 104 of 283 ~ 36.75%
G 104 of 283 ~ 36.75%
B 75 of 283 ~ 26.5%

%36.75
%36.75
%26.5

CMYK color model

#68684B color CMYK value is (0,0,28,59).

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

CMYK percentages

%0
%0
%27.88
%59.22

Codes

Color #68684B in popluar color models

68684B
RGB10410475
HSL60°16.20%35.10%
HSB/HSV60°27.88%40.78%
CMYK0.00%0.00%27.88%
59.22%

Color #68684B in popluar number systems.

HEX68684B
Decimal10410475
Binary110100011010001001011
Octal150150113

Shades and tints

Shades of #68684B

#68684B
(104,104,75)
#5F5F45
(95,95,69)
#56563F
(86,86,63)
#4D4D39
(77,77,57)
#444433
(68,68,51)
#3B3B2D
(59,59,45)
#323227
(50,50,39)
#292921
(41,41,33)
#20201B
(32,32,27)
#171715
(23,23,21)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #68684B

#68684B
(104,104,75)
#75755B
(117,117,91)
#82826B
(130,130,107)
#8F8F7B
(143,143,123)
#9C9C8B
(156,156,139)
#A9A99B
(169,169,155)
#B6B6AB
(182,182,171)
#C3C3BB
(195,195,187)
#D0D0CB
(208,208,203)
#DDDDDB
(221,221,219)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68684B; }

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

This text font color is #68684B.


Background Color

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

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

This div background color is #68684B.


Border color

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

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

This div border color is #68684B.


Opacity

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

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

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

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

This text has shadow with #68684B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68684B on black background.


Color preview on white background

This text has color #68684B on white background.



Black color preview on #68684B background

This text has black color on #68684B background.


White color preview on #68684B background

This text has white color on #68684B background.