COLOR #68797C

HEX: #68797C
RGB: (104,121,124)

Color info

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

RGB color model

#68797C color RGB value is (104,121,124).

  • red value is 104;
  • green value is 121;
  • blue value is 124.
RGB:
(104,121,124)
(41%,47%,49%)

RGB channels and saturation

R 104 of 255 = 41%
G 121 of 255 = 47%
B 124 of 255 = 49%

104
121
124

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

Portions of RGB colors in percentages

R + G + B =
104 + 121 + 124 = 349 (100%)
R 104 of 349 ~ 29.8%
G 121 of 349 ~ 34.67%
B 124 of 349 ~ 35.53%

%29.8
%34.67
%35.53

CMYK color model

#68797C color CMYK value is (16,2,0,51).

  • cyan value is 16.13%
  • magenta value is 2.42%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(16,2,0,51)
C16M2Y0K51 
(16%,2%,0%,51%)
(0.16/0.02/0.00/0.51)	

CMYK percentages

%16.13
%2.42
%0
%51.37

Codes

Color #68797C in popluar color models

68797C
RGB104121124
HSL189°8.77%44.71%
HSB/HSV189°16.13%48.63%
CMYK16.13%2.42%0.00%
51.37%

Color #68797C in popluar number systems.

HEX68797C
Decimal104121124
Binary110100011110011111100
Octal150171174

Shades and tints

Shades of #68797C

#68797C
(104,121,124)
#5F6E71
(95,110,113)
#566366
(86,99,102)
#4D585B
(77,88,91)
#444D50
(68,77,80)
#3B4245
(59,66,69)
#32373A
(50,55,58)
#292C2F
(41,44,47)
#202124
(32,33,36)
#171619
(23,22,25)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #68797C

#68797C
(104,121,124)
#758587
(117,133,135)
#829192
(130,145,146)
#8F9D9D
(143,157,157)
#9CA9A8
(156,169,168)
#A9B5B3
(169,181,179)
#B6C1BE
(182,193,190)
#C3CDC9
(195,205,201)
#D0D9D4
(208,217,212)
#DDE5DF
(221,229,223)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68797C color. Also use rgb(104,121,124) instead hex code.

Text Font Color

.myTextColor { color: #68797C; }

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

This text font color is #68797C.


Background Color

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

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

This div background color is #68797C.


Border color

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

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

This div border color is #68797C.


Opacity

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

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

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

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

This text has shadow with #68797C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68797C on black background.


Color preview on white background

This text has color #68797C on white background.



Black color preview on #68797C background

This text has black color on #68797C background.


White color preview on #68797C background

This text has white color on #68797C background.