COLOR #68705E

HEX: #68705E
RGB: (104,112,94)

Color info

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

RGB color model

#68705E color RGB value is (104,112,94).

  • red value is 104;
  • green value is 112;
  • blue value is 94.
RGB:
(104,112,94)
(41%,44%,37%)

RGB channels and saturation

R 104 of 255 = 41%
G 112 of 255 = 44%
B 94 of 255 = 37%

104
112
94

R + G + B ~ 41%. #68705E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 112 + 94 = 310 (100%)
R 104 of 310 ~ 33.55%
G 112 of 310 ~ 36.13%
B 94 of 310 ~ 30.32%

%33.55
%36.13
%30.32

CMYK color model

#68705E color CMYK value is (7,0,16,56).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 56.08%
CMYK:
(7,0,16,56)
C7M0Y16K56 
(7%,0%,16%,56%)
(0.07/0.00/0.16/0.56)	

CMYK percentages

%7.14
%0
%16.07
%56.08

Codes

Color #68705E in popluar color models

68705E
RGB10411294
HSL87°8.74%40.39%
HSB/HSV87°16.07%43.92%
CMYK7.14%0.00%16.07%
56.08%

Color #68705E in popluar number systems.

HEX68705E
Decimal10411294
Binary110100011100001011110
Octal150160136

Shades and tints

Shades of #68705E

#68705E
(104,112,94)
#5F6656
(95,102,86)
#565C4E
(86,92,78)
#4D5246
(77,82,70)
#44483E
(68,72,62)
#3B3E36
(59,62,54)
#32342E
(50,52,46)
#292A26
(41,42,38)
#20201E
(32,32,30)
#171616
(23,22,22)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #68705E

#68705E
(104,112,94)
#757D6C
(117,125,108)
#828A7A
(130,138,122)
#8F9788
(143,151,136)
#9CA496
(156,164,150)
#A9B1A4
(169,177,164)
#B6BEB2
(182,190,178)
#C3CBC0
(195,203,192)
#D0D8CE
(208,216,206)
#DDE5DC
(221,229,220)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68705E color. Also use rgb(104,112,94) instead hex code.

Text Font Color

.myTextColor { color: #68705E; }

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

This text font color is #68705E.


Background Color

.myBgColor { background-color: #68705E; }

<div style="background-color:#68705E">Inner text</div>

This div background color is #68705E.


Border color

.myBorderColor { border: 1px solid #68705E; }

<div style="border:3px solid #68705E">Div</div>

This div border color is #68705E.


Opacity

.myOpacity80 { color: #68705E; opacity: 0.8; }

<p style="color:#68705E;opacity:0.8;">80%</p>

Text with #68705E 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 #68705E;}

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

This text has shadow with #68705E color.

.textShadow {text-shadow: 3px 3px 1px #68705E, 3px 3px 1px red;}

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

This text has shadow with #68705E primary color and red secondary color.


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

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

This text has shadow with #68705E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68705E on black background.


Color preview on white background

This text has color #68705E on white background.



Black color preview on #68705E background

This text has black color on #68705E background.


White color preview on #68705E background

This text has white color on #68705E background.