COLOR #68766C

HEX: #68766C
RGB: (104,118,108)

Color info

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

RGB color model

#68766C color RGB value is (104,118,108).

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

RGB channels and saturation

R 104 of 255 = 41%
G 118 of 255 = 46%
B 108 of 255 = 42%

104
118
108

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

Portions of RGB colors in percentages

R + G + B =
104 + 118 + 108 = 330 (100%)
R 104 of 330 ~ 31.52%
G 118 of 330 ~ 35.76%
B 108 of 330 ~ 32.73%

%31.52
%35.76
%32.73

CMYK color model

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

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • 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
%8.47
%53.73

Codes

Color #68766C in popluar color models

68766C
RGB104118108
HSL137°6.31%43.53%
HSB/HSV137°11.86%46.27%
CMYK11.86%0.00%8.47%
53.73%

Color #68766C in popluar number systems.

HEX68766C
Decimal104118108
Binary110100011101101101100
Octal150166154

Shades and tints

Shades of #68766C

#68766C
(104,118,108)
#5F6C63
(95,108,99)
#56625A
(86,98,90)
#4D5851
(77,88,81)
#444E48
(68,78,72)
#3B443F
(59,68,63)
#323A36
(50,58,54)
#29302D
(41,48,45)
#202624
(32,38,36)
#171C1B
(23,28,27)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #68766C

#68766C
(104,118,108)
#758279
(117,130,121)
#828E86
(130,142,134)
#8F9A93
(143,154,147)
#9CA6A0
(156,166,160)
#A9B2AD
(169,178,173)
#B6BEBA
(182,190,186)
#C3CAC7
(195,202,199)
#D0D6D4
(208,214,212)
#DDE2E1
(221,226,225)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68766C; }

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

This text font color is #68766C.


Background Color

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

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

This div background color is #68766C.


Border color

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

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

This div border color is #68766C.


Opacity

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

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

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

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

This text has shadow with #68766C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68766C on black background.


Color preview on white background

This text has color #68766C on white background.



Black color preview on #68766C background

This text has black color on #68766C background.


White color preview on #68766C background

This text has white color on #68766C background.