COLOR #66505B

HEX: #66505B RGB: (102,80,91)

Color info

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

RGB color model

#66505B color RGB value is (102,80,91).

RGB: (102,80,91) (40%, 31%, 36%)

RGB channels and saturation

R 102 of 255 = 40%
G 80 of 255 = 31%
B 91 of 255 = 36%

102
80
91

R + G + B ~ 36%. #66505B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 80 + 91 = 273 (100%)
R 102 of 273 ~ 37.36%
G 80 of 273 ~ 29.3%
B 91 of 273 ~ 33.33'%

%37.36
%29.3
%33.33

CMYK color model

#66505B color CMYK value is (0,22,11,60).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 10.78%
  • key color value is 60.00%

CMYK: (0,22,11,60)
C0M22Y11K60 (0%, 22%, 11%, 60%)
(0.00 / 0.22 / 0.11 / 0.60)

CMYK percentages

%0
%21.57
%10.78
%60

Codes

Color #66505B in popluar color models

66 50 5B
RGB 102 80 91
HSL 330° 12.09% 35.69%
HSB/HSV 330° 21.57% 40.00%
CMYK 0.00% 21.57% 10.78%
60.00%

Color #66505B in popluar number systems.

HEX 66 50 5B
Decimal 102 80 91
Binary 1100110 1010000 1011011
Octal 146 120 133

Shades and tints

Shades of #66505B

#66505B
(102,80,91)
#5D4953
(93,73,83)
#54424B
(84,66,75)
#4B3B43
(75,59,67)
#42343B
(66,52,59)
#392D33
(57,45,51)
#30262B
(48,38,43)
#271F23
(39,31,35)
#1E181B
(30,24,27)
#151113
(21,17,19)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #66505B

#66505B
(102,80,91)
#735F69
(115,95,105)
#806E77
(128,110,119)
#8D7D85
(141,125,133)
#9A8C93
(154,140,147)
#A79BA1
(167,155,161)
#B4AAAF
(180,170,175)
#C1B9BD
(193,185,189)
#CEC8CB
(206,200,203)
#DBD7D9
(219,215,217)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66505B color. Also use rgb(102,80,91) instead hex code.

Text Font Color

.myTextColor { color: #66505B; }

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

This text font color is #66505B.

Background Color

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

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

This div background color is #66505B.

Border color

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

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

This div border color is #66505B.

Opacity

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

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

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

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

This text has shadow with #66505B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66505B.

Preview

Color preview on black background

This text has color #66505B on black background.


Color preview on white background

This text has color #66505B on white background.


Black color preview on #66505B background

This text has black color on #66505B background.


White color preview on #66505B background

This text has white color on #66505B background.


Related colors

Complementary color

Complementary color for #hex is #99AFA4.


I love getcolorcode.com

Triadic colors

1 #5B6650 and #505B66 with #66505B are triadic colors.

2 #5B5066 and #50665B with #66505B are triadic colors.