COLOR #66747B

HEX: #66747B
RGB: (102,116,123)

Color info

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

RGB color model

#66747B color RGB value is (102,116,123).

  • red value is 102;
  • green value is 116;
  • blue value is 123.
RGB:
(102,116,123)
(40%,45%,48%)

RGB channels and saturation

R 102 of 255 = 40%
G 116 of 255 = 45%
B 123 of 255 = 48%

102
116
123

R + G + B ~ 44%. #66747B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 116 + 123 = 341 (100%)
R 102 of 341 ~ 29.91%
G 116 of 341 ~ 34.02%
B 123 of 341 ~ 36.07%

%29.91
%34.02
%36.07

CMYK color model

#66747B color CMYK value is (17,6,0,52).

  • cyan value is 17.07%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(17,6,0,52)
C17M6Y0K52 
(17%,6%,0%,52%)
(0.17/0.06/0.00/0.52)	

CMYK percentages

%17.07
%5.69
%0
%51.76

Codes

Color #66747B in popluar color models

66747B
RGB102116123
HSL200°9.33%44.12%
HSB/HSV200°17.07%48.24%
CMYK17.07%5.69%0.00%
51.76%

Color #66747B in popluar number systems.

HEX66747B
Decimal102116123
Binary110011011101001111011
Octal146164173

Shades and tints

Shades of #66747B

#66747B
(102,116,123)
#5D6A70
(93,106,112)
#546065
(84,96,101)
#4B565A
(75,86,90)
#424C4F
(66,76,79)
#394244
(57,66,68)
#303839
(48,56,57)
#272E2E
(39,46,46)
#1E2423
(30,36,35)
#151A18
(21,26,24)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #66747B

#66747B
(102,116,123)
#738087
(115,128,135)
#808C93
(128,140,147)
#8D989F
(141,152,159)
#9AA4AB
(154,164,171)
#A7B0B7
(167,176,183)
#B4BCC3
(180,188,195)
#C1C8CF
(193,200,207)
#CED4DB
(206,212,219)
#DBE0E7
(219,224,231)
#E8ECF3
(232,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66747B color. Also use rgb(102,116,123) instead hex code.

Text Font Color

.myTextColor { color: #66747B; }

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

This text font color is #66747B.


Background Color

.myBgColor { background-color: #66747B; }

<div style="background-color:#66747B">Inner text</div>

This div background color is #66747B.


Border color

.myBorderColor { border: 1px solid #66747B; }

<div style="border:3px solid #66747B">Div</div>

This div border color is #66747B.


Opacity

.myOpacity80 { color: #66747B; opacity: 0.8; }

<p style="color:#66747B;opacity:0.8;">80%</p>

Text with #66747B 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 #66747B;}

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

This text has shadow with #66747B color.

.textShadow {text-shadow: 3px 3px 1px #66747B, 3px 3px 1px red;}

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

This text has shadow with #66747B primary color and red secondary color.


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

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

This text has shadow with #66747B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66747B on black background.


Color preview on white background

This text has color #66747B on white background.



Black color preview on #66747B background

This text has black color on #66747B background.


White color preview on #66747B background

This text has white color on #66747B background.