COLOR #68714D

HEX: #68714D
RGB: (104,113,77)

Color info

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

RGB color model

#68714D color RGB value is (104,113,77).

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

RGB channels and saturation

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

104
113
77

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

Portions of RGB colors in percentages

R + G + B =
104 + 113 + 77 = 294 (100%)
R 104 of 294 ~ 35.37%
G 113 of 294 ~ 38.44%
B 77 of 294 ~ 26.19%

%35.37
%38.44
%26.19

CMYK color model

#68714D color CMYK value is (8,0,32,56).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 31.86%
  • key color value is 55.69%
CMYK:
(8,0,32,56)
C8M0Y32K56 
(8%,0%,32%,56%)
(0.08/0.00/0.32/0.56)	

CMYK percentages

%7.96
%0
%31.86
%55.69

Codes

Color #68714D in popluar color models

68714D
RGB10411377
HSL75°18.95%37.25%
HSB/HSV75°31.86%44.31%
CMYK7.96%0.00%31.86%
55.69%

Color #68714D in popluar number systems.

HEX68714D
Decimal10411377
Binary110100011100011001101
Octal150161115

Shades and tints

Shades of #68714D

#68714D
(104,113,77)
#5F6746
(95,103,70)
#565D3F
(86,93,63)
#4D5338
(77,83,56)
#444931
(68,73,49)
#3B3F2A
(59,63,42)
#323523
(50,53,35)
#292B1C
(41,43,28)
#202115
(32,33,21)
#17170E
(23,23,14)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #68714D

#68714D
(104,113,77)
#757D5D
(117,125,93)
#82896D
(130,137,109)
#8F957D
(143,149,125)
#9CA18D
(156,161,141)
#A9AD9D
(169,173,157)
#B6B9AD
(182,185,173)
#C3C5BD
(195,197,189)
#D0D1CD
(208,209,205)
#DDDDDD
(221,221,221)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68714D; }

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

This text font color is #68714D.


Background Color

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

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

This div background color is #68714D.


Border color

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

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

This div border color is #68714D.


Opacity

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

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

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

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

This text has shadow with #68714D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68714D on black background.


Color preview on white background

This text has color #68714D on white background.



Black color preview on #68714D background

This text has black color on #68714D background.


White color preview on #68714D background

This text has white color on #68714D background.