COLOR #664A71

HEX: #664A71
RGB: (102,74,113)

Color info

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

RGB color model

#664A71 color RGB value is (102,74,113).

  • red value is 102;
  • green value is 74;
  • blue value is 113.
RGB:
(102,74,113)
(40%,29%,44%)

RGB channels and saturation

R 102 of 255 = 40%
G 74 of 255 = 29%
B 113 of 255 = 44%

102
74
113

R + G + B ~ 38%. #664A71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 74 + 113 = 289 (100%)
R 102 of 289 ~ 35.29%
G 74 of 289 ~ 25.61%
B 113 of 289 ~ 39.1%

%35.29
%25.61
%39.1

CMYK color model

#664A71 color CMYK value is (10,35,0,56).

  • cyan value is 9.73%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(10,35,0,56)
C10M35Y0K56 
(10%,35%,0%,56%)
(0.10/0.35/0.00/0.56)	

CMYK percentages

%9.73
%34.51
%0
%55.69

Codes

Color #664A71 in popluar color models

664A71
RGB10274113
HSL283°20.86%36.67%
HSB/HSV283°34.51%44.31%
CMYK9.73%34.51%0.00%
55.69%

Color #664A71 in popluar number systems.

HEX664A71
Decimal10274113
Binary110011010010101110001
Octal146112161

Shades and tints

Shades of #664A71

#664A71
(102,74,113)
#5D4467
(93,68,103)
#543E5D
(84,62,93)
#4B3853
(75,56,83)
#423249
(66,50,73)
#392C3F
(57,44,63)
#302635
(48,38,53)
#27202B
(39,32,43)
#1E1A21
(30,26,33)
#151417
(21,20,23)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #664A71

#664A71
(102,74,113)
#735A7D
(115,90,125)
#806A89
(128,106,137)
#8D7A95
(141,122,149)
#9A8AA1
(154,138,161)
#A79AAD
(167,154,173)
#B4AAB9
(180,170,185)
#C1BAC5
(193,186,197)
#CECAD1
(206,202,209)
#DBDADD
(219,218,221)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664A71 color. Also use rgb(102,74,113) instead hex code.

Text Font Color

.myTextColor { color: #664A71; }

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

This text font color is #664A71.


Background Color

.myBgColor { background-color: #664A71; }

<div style="background-color:#664A71">Inner text</div>

This div background color is #664A71.


Border color

.myBorderColor { border: 1px solid #664A71; }

<div style="border:3px solid #664A71">Div</div>

This div border color is #664A71.


Opacity

.myOpacity80 { color: #664A71; opacity: 0.8; }

<p style="color:#664A71;opacity:0.8;">80%</p>

Text with #664A71 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 #664A71;}

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

This text has shadow with #664A71 color.

.textShadow {text-shadow: 3px 3px 1px #664A71, 3px 3px 1px red;}

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

This text has shadow with #664A71 primary color and red secondary color.


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

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

This text has shadow with #664A71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664A71 on black background.


Color preview on white background

This text has color #664A71 on white background.



Black color preview on #664A71 background

This text has black color on #664A71 background.


White color preview on #664A71 background

This text has white color on #664A71 background.