COLOR #66506D

HEX: #66506D
RGB: (102,80,109)

Color info

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

RGB color model

#66506D color RGB value is (102,80,109).

  • red value is 102;
  • green value is 80;
  • blue value is 109.
RGB:
(102,80,109)
(40%,31%,43%)

RGB channels and saturation

R 102 of 255 = 40%
G 80 of 255 = 31%
B 109 of 255 = 43%

102
80
109

R + G + B ~ 38%. #66506D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 80 + 109 = 291 (100%)
R 102 of 291 ~ 35.05%
G 80 of 291 ~ 27.49%
B 109 of 291 ~ 37.46%

%35.05
%27.49
%37.46

CMYK color model

#66506D color CMYK value is (6,27,0,57).

  • cyan value is 6.42%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(6,27,0,57)
C6M27Y0K57 
(6%,27%,0%,57%)
(0.06/0.27/0.00/0.57)	

CMYK percentages

%6.42
%26.61
%0
%57.25

Codes

Color #66506D in popluar color models

66506D
RGB10280109
HSL286°15.34%37.06%
HSB/HSV286°26.61%42.75%
CMYK6.42%26.61%0.00%
57.25%

Color #66506D in popluar number systems.

HEX66506D
Decimal10280109
Binary110011010100001101101
Octal146120155

Shades and tints

Shades of #66506D

#66506D
(102,80,109)
#5D4964
(93,73,100)
#54425B
(84,66,91)
#4B3B52
(75,59,82)
#423449
(66,52,73)
#392D40
(57,45,64)
#302637
(48,38,55)
#271F2E
(39,31,46)
#1E1825
(30,24,37)
#15111C
(21,17,28)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #66506D

#66506D
(102,80,109)
#735F7A
(115,95,122)
#806E87
(128,110,135)
#8D7D94
(141,125,148)
#9A8CA1
(154,140,161)
#A79BAE
(167,155,174)
#B4AABB
(180,170,187)
#C1B9C8
(193,185,200)
#CEC8D5
(206,200,213)
#DBD7E2
(219,215,226)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66506D color. Also use rgb(102,80,109) instead hex code.

Text Font Color

.myTextColor { color: #66506D; }

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

This text font color is #66506D.


Background Color

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

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

This div background color is #66506D.


Border color

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

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

This div border color is #66506D.


Opacity

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

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

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

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

This text has shadow with #66506D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66506D on black background.


Color preview on white background

This text has color #66506D on white background.



Black color preview on #66506D background

This text has black color on #66506D background.


White color preview on #66506D background

This text has white color on #66506D background.