COLOR #68705F

HEX: #68705F
RGB: (104,112,95)

Color info

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

RGB color model

#68705F color RGB value is (104,112,95).

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

RGB channels and saturation

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

104
112
95

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

Portions of RGB colors in percentages

R + G + B =
104 + 112 + 95 = 311 (100%)
R 104 of 311 ~ 33.44%
G 112 of 311 ~ 36.01%
B 95 of 311 ~ 30.55%

%33.44
%36.01
%30.55

CMYK color model

#68705F color CMYK value is (7,0,15,56).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • key color value is 56.08%
CMYK:
(7,0,15,56)
C7M0Y15K56 
(7%,0%,15%,56%)
(0.07/0.00/0.15/0.56)	

CMYK percentages

%7.14
%0
%15.18
%56.08

Codes

Color #68705F in popluar color models

68705F
RGB10411295
HSL88°8.21%40.59%
HSB/HSV88°15.18%43.92%
CMYK7.14%0.00%15.18%
56.08%

Color #68705F in popluar number systems.

HEX68705F
Decimal10411295
Binary110100011100001011111
Octal150160137

Shades and tints

Shades of #68705F

#68705F
(104,112,95)
#5F6657
(95,102,87)
#565C4F
(86,92,79)
#4D5247
(77,82,71)
#44483F
(68,72,63)
#3B3E37
(59,62,55)
#32342F
(50,52,47)
#292A27
(41,42,39)
#20201F
(32,32,31)
#171617
(23,22,23)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #68705F

#68705F
(104,112,95)
#757D6D
(117,125,109)
#828A7B
(130,138,123)
#8F9789
(143,151,137)
#9CA497
(156,164,151)
#A9B1A5
(169,177,165)
#B6BEB3
(182,190,179)
#C3CBC1
(195,203,193)
#D0D8CF
(208,216,207)
#DDE5DD
(221,229,221)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68705F; }

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

This text font color is #68705F.


Background Color

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

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

This div background color is #68705F.


Border color

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

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

This div border color is #68705F.


Opacity

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

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

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

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

This text has shadow with #68705F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68705F on black background.


Color preview on white background

This text has color #68705F on white background.



Black color preview on #68705F background

This text has black color on #68705F background.


White color preview on #68705F background

This text has white color on #68705F background.