COLOR #66487B

HEX: #66487B
RGB: (102,72,123)

Color info

#66487B contains red, green and blue colors in about the same proportion. Web safe color of #66487B is #663366 (or #636).

RGB color model

#66487B color RGB value is (102,72,123).

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

RGB channels and saturation

R 102 of 255 = 40%
G 72 of 255 = 28%
B 123 of 255 = 48%

102
72
123

R + G + B ~ 39%. #66487B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 72 + 123 = 297 (100%)
R 102 of 297 ~ 34.34%
G 72 of 297 ~ 24.24%
B 123 of 297 ~ 41.41%

%34.34
%24.24
%41.41

CMYK color model

#66487B color CMYK value is (17,41,0,52).

  • cyan value is 17.07%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(17,41,0,52)
C17M41Y0K52 
(17%,41%,0%,52%)
(0.17/0.41/0.00/0.52)	

CMYK percentages

%17.07
%41.46
%0
%51.76

Codes

Color #66487B in popluar color models

66487B
RGB10272123
HSL275°26.15%38.24%
HSB/HSV275°41.46%48.24%
CMYK17.07%41.46%0.00%
51.76%

Color #66487B in popluar number systems.

HEX66487B
Decimal10272123
Binary110011010010001111011
Octal146110173

Shades and tints

Shades of #66487B

#66487B
(102,72,123)
#5D4270
(93,66,112)
#543C65
(84,60,101)
#4B365A
(75,54,90)
#42304F
(66,48,79)
#392A44
(57,42,68)
#302439
(48,36,57)
#271E2E
(39,30,46)
#1E1823
(30,24,35)
#151218
(21,18,24)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #66487B

#66487B
(102,72,123)
#735887
(115,88,135)
#806893
(128,104,147)
#8D789F
(141,120,159)
#9A88AB
(154,136,171)
#A798B7
(167,152,183)
#B4A8C3
(180,168,195)
#C1B8CF
(193,184,207)
#CEC8DB
(206,200,219)
#DBD8E7
(219,216,231)
#E8E8F3
(232,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66487B; }

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

This text font color is #66487B.


Background Color

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

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

This div background color is #66487B.


Border color

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

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

This div border color is #66487B.


Opacity

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

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

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

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

This text has shadow with #66487B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66487B on black background.


Color preview on white background

This text has color #66487B on white background.



Black color preview on #66487B background

This text has black color on #66487B background.


White color preview on #66487B background

This text has white color on #66487B background.