COLOR #66767F

HEX: #66767F
RGB: (102,118,127)

Color info

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

RGB color model

#66767F color RGB value is (102,118,127).

  • red value is 102;
  • green value is 118;
  • blue value is 127.
RGB:
(102,118,127)
(40%,46%,50%)

RGB channels and saturation

R 102 of 255 = 40%
G 118 of 255 = 46%
B 127 of 255 = 50%

102
118
127

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

Portions of RGB colors in percentages

R + G + B =
102 + 118 + 127 = 347 (100%)
R 102 of 347 ~ 29.39%
G 118 of 347 ~ 34.01%
B 127 of 347 ~ 36.6%

%29.39
%34.01
%36.6

CMYK color model

#66767F color CMYK value is (20,7,0,50).

  • cyan value is 19.69%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(20,7,0,50)
C20M7Y0K50 
(20%,7%,0%,50%)
(0.20/0.07/0.00/0.50)	

CMYK percentages

%19.69
%7.09
%0
%50.2

Codes

Color #66767F in popluar color models

66767F
RGB102118127
HSL202°10.92%44.90%
HSB/HSV202°19.69%49.80%
CMYK19.69%7.09%0.00%
50.20%

Color #66767F in popluar number systems.

HEX66767F
Decimal102118127
Binary110011011101101111111
Octal146166177

Shades and tints

Shades of #66767F

#66767F
(102,118,127)
#5D6C74
(93,108,116)
#546269
(84,98,105)
#4B585E
(75,88,94)
#424E53
(66,78,83)
#394448
(57,68,72)
#303A3D
(48,58,61)
#273032
(39,48,50)
#1E2627
(30,38,39)
#151C1C
(21,28,28)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #66767F

#66767F
(102,118,127)
#73828A
(115,130,138)
#808E95
(128,142,149)
#8D9AA0
(141,154,160)
#9AA6AB
(154,166,171)
#A7B2B6
(167,178,182)
#B4BEC1
(180,190,193)
#C1CACC
(193,202,204)
#CED6D7
(206,214,215)
#DBE2E2
(219,226,226)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66767F color. Also use rgb(102,118,127) instead hex code.

Text Font Color

.myTextColor { color: #66767F; }

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

This text font color is #66767F.


Background Color

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

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

This div background color is #66767F.


Border color

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

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

This div border color is #66767F.


Opacity

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

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

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

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

This text has shadow with #66767F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66767F on black background.


Color preview on white background

This text has color #66767F on white background.



Black color preview on #66767F background

This text has black color on #66767F background.


White color preview on #66767F background

This text has white color on #66767F background.