COLOR #66617B

HEX: #66617B
RGB: (102,97,123)

Color info

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

RGB color model

#66617B color RGB value is (102,97,123).

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

RGB channels and saturation

R 102 of 255 = 40%
G 97 of 255 = 38%
B 123 of 255 = 48%

102
97
123

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

Portions of RGB colors in percentages

R + G + B =
102 + 97 + 123 = 322 (100%)
R 102 of 322 ~ 31.68%
G 97 of 322 ~ 30.12%
B 123 of 322 ~ 38.2%

%31.68
%30.12
%38.2

CMYK color model

#66617B color CMYK value is (17,21,0,52).

  • cyan value is 17.07%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(17,21,0,52)
C17M21Y0K52 
(17%,21%,0%,52%)
(0.17/0.21/0.00/0.52)	

CMYK percentages

%17.07
%21.14
%0
%51.76

Codes

Color #66617B in popluar color models

66617B
RGB10297123
HSL252°11.82%43.14%
HSB/HSV252°21.14%48.24%
CMYK17.07%21.14%0.00%
51.76%

Color #66617B in popluar number systems.

HEX66617B
Decimal10297123
Binary110011011000011111011
Octal146141173

Shades and tints

Shades of #66617B

#66617B
(102,97,123)
#5D5970
(93,89,112)
#545165
(84,81,101)
#4B495A
(75,73,90)
#42414F
(66,65,79)
#393944
(57,57,68)
#303139
(48,49,57)
#27292E
(39,41,46)
#1E2123
(30,33,35)
#151918
(21,25,24)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #66617B

#66617B
(102,97,123)
#736F87
(115,111,135)
#807D93
(128,125,147)
#8D8B9F
(141,139,159)
#9A99AB
(154,153,171)
#A7A7B7
(167,167,183)
#B4B5C3
(180,181,195)
#C1C3CF
(193,195,207)
#CED1DB
(206,209,219)
#DBDFE7
(219,223,231)
#E8EDF3
(232,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66617B; }

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

This text font color is #66617B.


Background Color

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

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

This div background color is #66617B.


Border color

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

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

This div border color is #66617B.


Opacity

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

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

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

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

This text has shadow with #66617B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66617B on black background.


Color preview on white background

This text has color #66617B on white background.



Black color preview on #66617B background

This text has black color on #66617B background.


White color preview on #66617B background

This text has white color on #66617B background.