COLOR #68766D

HEX: #68766D
RGB: (104,118,109)

Color info

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

RGB color model

#68766D color RGB value is (104,118,109).

  • red value is 104;
  • green value is 118;
  • blue value is 109.
RGB:
(104,118,109)
(41%,46%,43%)

RGB channels and saturation

R 104 of 255 = 41%
G 118 of 255 = 46%
B 109 of 255 = 43%

104
118
109

R + G + B ~ 43%. #68766D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 118 + 109 = 331 (100%)
R 104 of 331 ~ 31.42%
G 118 of 331 ~ 35.65%
B 109 of 331 ~ 32.93%

%31.42
%35.65
%32.93

CMYK color model

#68766D color CMYK value is (12,0,8,54).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 53.73%
CMYK:
(12,0,8,54)
C12M0Y8K54 
(12%,0%,8%,54%)
(0.12/0.00/0.08/0.54)	

CMYK percentages

%11.86
%0
%7.63
%53.73

Codes

Color #68766D in popluar color models

68766D
RGB104118109
HSL141°6.31%43.53%
HSB/HSV141°11.86%46.27%
CMYK11.86%0.00%7.63%
53.73%

Color #68766D in popluar number systems.

HEX68766D
Decimal104118109
Binary110100011101101101101
Octal150166155

Shades and tints

Shades of #68766D

#68766D
(104,118,109)
#5F6C64
(95,108,100)
#56625B
(86,98,91)
#4D5852
(77,88,82)
#444E49
(68,78,73)
#3B4440
(59,68,64)
#323A37
(50,58,55)
#29302E
(41,48,46)
#202625
(32,38,37)
#171C1C
(23,28,28)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #68766D

#68766D
(104,118,109)
#75827A
(117,130,122)
#828E87
(130,142,135)
#8F9A94
(143,154,148)
#9CA6A1
(156,166,161)
#A9B2AE
(169,178,174)
#B6BEBB
(182,190,187)
#C3CAC8
(195,202,200)
#D0D6D5
(208,214,213)
#DDE2E2
(221,226,226)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68766D color. Also use rgb(104,118,109) instead hex code.

Text Font Color

.myTextColor { color: #68766D; }

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

This text font color is #68766D.


Background Color

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

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

This div background color is #68766D.


Border color

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

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

This div border color is #68766D.


Opacity

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

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

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

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

This text has shadow with #68766D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68766D on black background.


Color preview on white background

This text has color #68766D on white background.



Black color preview on #68766D background

This text has black color on #68766D background.


White color preview on #68766D background

This text has white color on #68766D background.