COLOR #68707F

HEX: #68707F RGB: (104,112,127)

Color info

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

RGB color model

#68707F color RGB value is (104,112,127).

RGB: (104,112,127) (41%, 44%, 50%)

RGB channels and saturation

R 104 of 255 = 41%
G 112 of 255 = 44%
B 127 of 255 = 50%

104
112
127

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

Portions of RGB colors in percentages

R + G + B = 104 + 112 + 127 = 343 (100%)
R 104 of 343 ~ 30.32%
G 112 of 343 ~ 32.65%
B 127 of 343 ~ 37.03'%

%30.32
%32.65
%37.03

CMYK color model

#68707F color CMYK value is (18,12,0,50).

  • cyan value is 18.11%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (18,12,0,50)
C18M12Y0K50 (18%, 12%, 0%, 50%)
(0.18 / 0.12 / 0.00 / 0.50)

CMYK percentages

%18.11
%11.81
%0
%50.2

Codes

Color #68707F in popluar color models

68 70 7F
RGB 104 112 127
HSL 219° 9.96% 45.29%
HSB/HSV 219° 18.11% 49.80%
CMYK 18.11% 11.81% 0.00%
50.20%

Color #68707F in popluar number systems.

HEX 68 70 7F
Decimal 104 112 127
Binary 1101000 1110000 1111111
Octal 150 160 177

Shades and tints

Shades of #68707F

#68707F
(104,112,127)
#5F6674
(95,102,116)
#565C69
(86,92,105)
#4D525E
(77,82,94)
#444853
(68,72,83)
#3B3E48
(59,62,72)
#32343D
(50,52,61)
#292A32
(41,42,50)
#202027
(32,32,39)
#17161C
(23,22,28)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #68707F

#68707F
(104,112,127)
#757D8A
(117,125,138)
#828A95
(130,138,149)
#8F97A0
(143,151,160)
#9CA4AB
(156,164,171)
#A9B1B6
(169,177,182)
#B6BEC1
(182,190,193)
#C3CBCC
(195,203,204)
#D0D8D7
(208,216,215)
#DDE5E2
(221,229,226)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68707F color. Also use rgb(104,112,127) instead hex code.

Text Font Color

.myTextColor { color: #68707F; }

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

This text font color is #68707F.

Background Color

.myBgColor { background-color: #68707F; }

<div style="background-color:#68707F">Inner text</div>

This div background color is #68707F.

Border color

.myBorderColor { border: 1px solid #68707F; }

<div style="border:3px solid #68707F">Div</div>

This div border color is #68707F.

Opacity

.myOpacity80 { color: #68707F; opacity: 0.8; }

<p style="color:#68707F;opacity:0.8;">80%</p>

Text with #68707F 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 #68707F;}

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

This text has shadow with #68707F color.


.textShadow {text-shadow: 3px 3px 1px #68707F', 3px 3px 1px red;}

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

This text has shadow with #68707F primary color and red secondary color.


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

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

This text has shadow with #68707F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68707F; -webkit-box-shadow: 1px 1px 3px 2px #68707F; box-shadow:1px 1px 3px 2px #68707F;">
Div content here
</div>

This div box has shadow with color #68707F.

Preview

Color preview on black background

This text has color #68707F on black background.


Color preview on white background

This text has color #68707F on white background.


Black color preview on #68707F background

This text has black color on #68707F background.


White color preview on #68707F background

This text has white color on #68707F background.


Related colors

Complementary color

Complementary color for #hex is #978F80.


I love getcolorcode.com

Triadic colors

1 #7F6870 and #707F68 with #68707F are triadic colors.

2 #7F7068 and #70687F with #68707F are triadic colors.