COLOR #66727D

HEX: #66727D
RGB: (102,114,125)

Color info

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

RGB color model

#66727D color RGB value is (102,114,125).

  • red value is 102;
  • green value is 114;
  • blue value is 125.
RGB:
(102,114,125)
(40%,45%,49%)

RGB channels and saturation

R 102 of 255 = 40%
G 114 of 255 = 45%
B 125 of 255 = 49%

102
114
125

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

Portions of RGB colors in percentages

R + G + B =
102 + 114 + 125 = 341 (100%)
R 102 of 341 ~ 29.91%
G 114 of 341 ~ 33.43%
B 125 of 341 ~ 36.66%

%29.91
%33.43
%36.66

CMYK color model

#66727D color CMYK value is (18,9,0,51).

  • cyan value is 18.40%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(18,9,0,51)
C18M9Y0K51 
(18%,9%,0%,51%)
(0.18/0.09/0.00/0.51)	

CMYK percentages

%18.4
%8.8
%0
%50.98

Codes

Color #66727D in popluar color models

66727D
RGB102114125
HSL209°10.13%44.51%
HSB/HSV209°18.40%49.02%
CMYK18.40%8.80%0.00%
50.98%

Color #66727D in popluar number systems.

HEX66727D
Decimal102114125
Binary110011011100101111101
Octal146162175

Shades and tints

Shades of #66727D

#66727D
(102,114,125)
#5D6872
(93,104,114)
#545E67
(84,94,103)
#4B545C
(75,84,92)
#424A51
(66,74,81)
#394046
(57,64,70)
#30363B
(48,54,59)
#272C30
(39,44,48)
#1E2225
(30,34,37)
#15181A
(21,24,26)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #66727D

#66727D
(102,114,125)
#737E88
(115,126,136)
#808A93
(128,138,147)
#8D969E
(141,150,158)
#9AA2A9
(154,162,169)
#A7AEB4
(167,174,180)
#B4BABF
(180,186,191)
#C1C6CA
(193,198,202)
#CED2D5
(206,210,213)
#DBDEE0
(219,222,224)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66727D color. Also use rgb(102,114,125) instead hex code.

Text Font Color

.myTextColor { color: #66727D; }

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

This text font color is #66727D.


Background Color

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

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

This div background color is #66727D.


Border color

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

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

This div border color is #66727D.


Opacity

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

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

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

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

This text has shadow with #66727D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66727D on black background.


Color preview on white background

This text has color #66727D on white background.



Black color preview on #66727D background

This text has black color on #66727D background.


White color preview on #66727D background

This text has white color on #66727D background.