COLOR #68797E

HEX: #68797E
RGB: (104,121,126)

Color info

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

RGB color model

#68797E color RGB value is (104,121,126).

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

RGB channels and saturation

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

104
121
126

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

Portions of RGB colors in percentages

R + G + B =
104 + 121 + 126 = 351 (100%)
R 104 of 351 ~ 29.63%
G 121 of 351 ~ 34.47%
B 126 of 351 ~ 35.9%

%29.63
%34.47
%35.9

CMYK color model

#68797E color CMYK value is (17,4,0,51).

  • cyan value is 17.46%
  • magenta value is 3.97%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(17,4,0,51)
C17M4Y0K51 
(17%,4%,0%,51%)
(0.17/0.04/0.00/0.51)	

CMYK percentages

%17.46
%3.97
%0
%50.59

Codes

Color #68797E in popluar color models

68797E
RGB104121126
HSL194°9.57%45.10%
HSB/HSV194°17.46%49.41%
CMYK17.46%3.97%0.00%
50.59%

Color #68797E in popluar number systems.

HEX68797E
Decimal104121126
Binary110100011110011111110
Octal150171176

Shades and tints

Shades of #68797E

#68797E
(104,121,126)
#5F6E73
(95,110,115)
#566368
(86,99,104)
#4D585D
(77,88,93)
#444D52
(68,77,82)
#3B4247
(59,66,71)
#32373C
(50,55,60)
#292C31
(41,44,49)
#202126
(32,33,38)
#17161B
(23,22,27)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #68797E

#68797E
(104,121,126)
#758589
(117,133,137)
#829194
(130,145,148)
#8F9D9F
(143,157,159)
#9CA9AA
(156,169,170)
#A9B5B5
(169,181,181)
#B6C1C0
(182,193,192)
#C3CDCB
(195,205,203)
#D0D9D6
(208,217,214)
#DDE5E1
(221,229,225)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68797E; }

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

This text font color is #68797E.


Background Color

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

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

This div background color is #68797E.


Border color

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

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

This div border color is #68797E.


Opacity

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

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

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

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

This text has shadow with #68797E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68797E on black background.


Color preview on white background

This text has color #68797E on white background.



Black color preview on #68797E background

This text has black color on #68797E background.


White color preview on #68797E background

This text has white color on #68797E background.