COLOR #66496D

HEX: #66496D
RGB: (102,73,109)

Color info

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

RGB color model

#66496D color RGB value is (102,73,109).

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

RGB channels and saturation

R 102 of 255 = 40%
G 73 of 255 = 29%
B 109 of 255 = 43%

102
73
109

R + G + B ~ 37%. #66496D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 73 + 109 = 284 (100%)
R 102 of 284 ~ 35.92%
G 73 of 284 ~ 25.7%
B 109 of 284 ~ 38.38%

%35.92
%25.7
%38.38

CMYK color model

#66496D color CMYK value is (6,33,0,57).

  • cyan value is 6.42%
  • magenta value is 33.03%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(6,33,0,57)
C6M33Y0K57 
(6%,33%,0%,57%)
(0.06/0.33/0.00/0.57)	

CMYK percentages

%6.42
%33.03
%0
%57.25

Codes

Color #66496D in popluar color models

66496D
RGB10273109
HSL288°19.78%35.69%
HSB/HSV288°33.03%42.75%
CMYK6.42%33.03%0.00%
57.25%

Color #66496D in popluar number systems.

HEX66496D
Decimal10273109
Binary110011010010011101101
Octal146111155

Shades and tints

Shades of #66496D

#66496D
(102,73,109)
#5D4364
(93,67,100)
#543D5B
(84,61,91)
#4B3752
(75,55,82)
#423149
(66,49,73)
#392B40
(57,43,64)
#302537
(48,37,55)
#271F2E
(39,31,46)
#1E1925
(30,25,37)
#15131C
(21,19,28)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #66496D

#66496D
(102,73,109)
#73597A
(115,89,122)
#806987
(128,105,135)
#8D7994
(141,121,148)
#9A89A1
(154,137,161)
#A799AE
(167,153,174)
#B4A9BB
(180,169,187)
#C1B9C8
(193,185,200)
#CEC9D5
(206,201,213)
#DBD9E2
(219,217,226)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66496D; }

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

This text font color is #66496D.


Background Color

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

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

This div background color is #66496D.


Border color

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

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

This div border color is #66496D.


Opacity

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

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

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

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

This text has shadow with #66496D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66496D on black background.


Color preview on white background

This text has color #66496D on white background.



Black color preview on #66496D background

This text has black color on #66496D background.


White color preview on #66496D background

This text has white color on #66496D background.