COLOR #66597B

HEX: #66597B
RGB: (102,89,123)

Color info

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

RGB color model

#66597B color RGB value is (102,89,123).

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

RGB channels and saturation

R 102 of 255 = 40%
G 89 of 255 = 35%
B 123 of 255 = 48%

102
89
123

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

Portions of RGB colors in percentages

R + G + B =
102 + 89 + 123 = 314 (100%)
R 102 of 314 ~ 32.48%
G 89 of 314 ~ 28.34%
B 123 of 314 ~ 39.17%

%32.48
%28.34
%39.17

CMYK color model

#66597B color CMYK value is (17,28,0,52).

  • cyan value is 17.07%
  • magenta value is 27.64%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(17,28,0,52)
C17M28Y0K52 
(17%,28%,0%,52%)
(0.17/0.28/0.00/0.52)	

CMYK percentages

%17.07
%27.64
%0
%51.76

Codes

Color #66597B in popluar color models

66597B
RGB10289123
HSL263°16.04%41.57%
HSB/HSV263°27.64%48.24%
CMYK17.07%27.64%0.00%
51.76%

Color #66597B in popluar number systems.

HEX66597B
Decimal10289123
Binary110011010110011111011
Octal146131173

Shades and tints

Shades of #66597B

#66597B
(102,89,123)
#5D5170
(93,81,112)
#544965
(84,73,101)
#4B415A
(75,65,90)
#42394F
(66,57,79)
#393144
(57,49,68)
#302939
(48,41,57)
#27212E
(39,33,46)
#1E1923
(30,25,35)
#151118
(21,17,24)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #66597B

#66597B
(102,89,123)
#736887
(115,104,135)
#807793
(128,119,147)
#8D869F
(141,134,159)
#9A95AB
(154,149,171)
#A7A4B7
(167,164,183)
#B4B3C3
(180,179,195)
#C1C2CF
(193,194,207)
#CED1DB
(206,209,219)
#DBE0E7
(219,224,231)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66597B; }

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

This text font color is #66597B.


Background Color

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

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

This div background color is #66597B.


Border color

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

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

This div border color is #66597B.


Opacity

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

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

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

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

This text has shadow with #66597B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66597B on black background.


Color preview on white background

This text has color #66597B on white background.



Black color preview on #66597B background

This text has black color on #66597B background.


White color preview on #66597B background

This text has white color on #66597B background.