COLOR #68704D

HEX: #68704D
RGB: (104,112,77)

Color info

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

RGB color model

#68704D color RGB value is (104,112,77).

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

RGB channels and saturation

R 104 of 255 = 41%
G 112 of 255 = 44%
B 77 of 255 = 30%

104
112
77

R + G + B ~ 38%. #68704D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 112 + 77 = 293 (100%)
R 104 of 293 ~ 35.49%
G 112 of 293 ~ 38.23%
B 77 of 293 ~ 26.28%

%35.49
%38.23
%26.28

CMYK color model

#68704D color CMYK value is (7,0,31,56).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 56.08%
CMYK:
(7,0,31,56)
C7M0Y31K56 
(7%,0%,31%,56%)
(0.07/0.00/0.31/0.56)	

CMYK percentages

%7.14
%0
%31.25
%56.08

Codes

Color #68704D in popluar color models

68704D
RGB10411277
HSL74°18.52%37.06%
HSB/HSV74°31.25%43.92%
CMYK7.14%0.00%31.25%
56.08%

Color #68704D in popluar number systems.

HEX68704D
Decimal10411277
Binary110100011100001001101
Octal150160115

Shades and tints

Shades of #68704D

#68704D
(104,112,77)
#5F6646
(95,102,70)
#565C3F
(86,92,63)
#4D5238
(77,82,56)
#444831
(68,72,49)
#3B3E2A
(59,62,42)
#323423
(50,52,35)
#292A1C
(41,42,28)
#202015
(32,32,21)
#17160E
(23,22,14)
#0E0C07
(14,12,7)
#000000
(0,0,0)

Tints of #68704D

#68704D
(104,112,77)
#757D5D
(117,125,93)
#828A6D
(130,138,109)
#8F977D
(143,151,125)
#9CA48D
(156,164,141)
#A9B19D
(169,177,157)
#B6BEAD
(182,190,173)
#C3CBBD
(195,203,189)
#D0D8CD
(208,216,205)
#DDE5DD
(221,229,221)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68704D color. Also use rgb(104,112,77) instead hex code.

Text Font Color

.myTextColor { color: #68704D; }

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

This text font color is #68704D.


Background Color

.myBgColor { background-color: #68704D; }

<div style="background-color:#68704D">Inner text</div>

This div background color is #68704D.


Border color

.myBorderColor { border: 1px solid #68704D; }

<div style="border:3px solid #68704D">Div</div>

This div border color is #68704D.


Opacity

.myOpacity80 { color: #68704D; opacity: 0.8; }

<p style="color:#68704D;opacity:0.8;">80%</p>

Text with #68704D 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 #68704D;}

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

This text has shadow with #68704D color.

.textShadow {text-shadow: 3px 3px 1px #68704D, 3px 3px 1px red;}

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

This text has shadow with #68704D primary color and red secondary color.


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

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

This text has shadow with #68704D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68704D on black background.


Color preview on white background

This text has color #68704D on white background.



Black color preview on #68704D background

This text has black color on #68704D background.


White color preview on #68704D background

This text has white color on #68704D background.