COLOR #68767D

HEX: #68767D
RGB: (104,118,125)

Color info

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

RGB color model

#68767D color RGB value is (104,118,125).

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

RGB channels and saturation

R 104 of 255 = 41%
G 118 of 255 = 46%
B 125 of 255 = 49%

104
118
125

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

Portions of RGB colors in percentages

R + G + B =
104 + 118 + 125 = 347 (100%)
R 104 of 347 ~ 29.97%
G 118 of 347 ~ 34.01%
B 125 of 347 ~ 36.02%

%29.97
%34.01
%36.02

CMYK color model

#68767D color CMYK value is (17,6,0,51).

  • cyan value is 16.80%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(17,6,0,51)
C17M6Y0K51 
(17%,6%,0%,51%)
(0.17/0.06/0.00/0.51)	

CMYK percentages

%16.8
%5.6
%0
%50.98

Codes

Color #68767D in popluar color models

68767D
RGB104118125
HSL200°9.17%44.90%
HSB/HSV200°16.80%49.02%
CMYK16.80%5.60%0.00%
50.98%

Color #68767D in popluar number systems.

HEX68767D
Decimal104118125
Binary110100011101101111101
Octal150166175

Shades and tints

Shades of #68767D

#68767D
(104,118,125)
#5F6C72
(95,108,114)
#566267
(86,98,103)
#4D585C
(77,88,92)
#444E51
(68,78,81)
#3B4446
(59,68,70)
#323A3B
(50,58,59)
#293030
(41,48,48)
#202625
(32,38,37)
#171C1A
(23,28,26)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #68767D

#68767D
(104,118,125)
#758288
(117,130,136)
#828E93
(130,142,147)
#8F9A9E
(143,154,158)
#9CA6A9
(156,166,169)
#A9B2B4
(169,178,180)
#B6BEBF
(182,190,191)
#C3CACA
(195,202,202)
#D0D6D5
(208,214,213)
#DDE2E0
(221,226,224)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68767D; }

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

This text font color is #68767D.


Background Color

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

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

This div background color is #68767D.


Border color

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

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

This div border color is #68767D.


Opacity

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

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

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

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

This text has shadow with #68767D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68767D on black background.


Color preview on white background

This text has color #68767D on white background.



Black color preview on #68767D background

This text has black color on #68767D background.


White color preview on #68767D background

This text has white color on #68767D background.