COLOR #68685B

HEX: #68685B
RGB: (104,104,91)

Color info

#68685B contains red, green and blue colors in about the same proportion. Web safe color of #68685B is #666666 (or #666).

RGB color model

#68685B color RGB value is (104,104,91).

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

RGB channels and saturation

R 104 of 255 = 41%
G 104 of 255 = 41%
B 91 of 255 = 36%

104
104
91

R + G + B ~ 39%. #68685B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 104 + 91 = 299 (100%)
R 104 of 299 ~ 34.78%
G 104 of 299 ~ 34.78%
B 91 of 299 ~ 30.43%

%34.78
%34.78
%30.43

CMYK color model

#68685B color CMYK value is (0,0,13,59).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK:
(0,0,13,59)
C0M0Y13K59 
(0%,0%,13%,59%)
(0.00/0.00/0.13/0.59)	

CMYK percentages

%0
%0
%12.5
%59.22

Codes

Color #68685B in popluar color models

68685B
RGB10410491
HSL60°6.67%38.24%
HSB/HSV60°12.50%40.78%
CMYK0.00%0.00%12.50%
59.22%

Color #68685B in popluar number systems.

HEX68685B
Decimal10410491
Binary110100011010001011011
Octal150150133

Shades and tints

Shades of #68685B

#68685B
(104,104,91)
#5F5F53
(95,95,83)
#56564B
(86,86,75)
#4D4D43
(77,77,67)
#44443B
(68,68,59)
#3B3B33
(59,59,51)
#32322B
(50,50,43)
#292923
(41,41,35)
#20201B
(32,32,27)
#171713
(23,23,19)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #68685B

#68685B
(104,104,91)
#757569
(117,117,105)
#828277
(130,130,119)
#8F8F85
(143,143,133)
#9C9C93
(156,156,147)
#A9A9A1
(169,169,161)
#B6B6AF
(182,182,175)
#C3C3BD
(195,195,189)
#D0D0CB
(208,208,203)
#DDDDD9
(221,221,217)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68685B; }

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

This text font color is #68685B.


Background Color

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

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

This div background color is #68685B.


Border color

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

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

This div border color is #68685B.


Opacity

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

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

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

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

This text has shadow with #68685B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68685B on black background.


Color preview on white background

This text has color #68685B on white background.



Black color preview on #68685B background

This text has black color on #68685B background.


White color preview on #68685B background

This text has white color on #68685B background.