COLOR #664963

HEX: #664963
RGB: (102,73,99)

Color info

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

RGB color model

#664963 color RGB value is (102,73,99).

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

RGB channels and saturation

R 102 of 255 = 40%
G 73 of 255 = 29%
B 99 of 255 = 39%

102
73
99

R + G + B ~ 36%. #664963 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 73 + 99 = 274 (100%)
R 102 of 274 ~ 37.23%
G 73 of 274 ~ 26.64%
B 99 of 274 ~ 36.13%

%37.23
%26.64
%36.13

CMYK color model

#664963 color CMYK value is (0,28,3,60).

  • cyan value is 0.00%
  • magenta value is 28.43%
  • yellow value is 2.94%
  • key color value is 60.00%
CMYK:
(0,28,3,60)
C0M28Y3K60 
(0%,28%,3%,60%)
(0.00/0.28/0.03/0.60)	

CMYK percentages

%0
%28.43
%2.94
%60

Codes

Color #664963 in popluar color models

664963
RGB1027399
HSL306°16.57%34.31%
HSB/HSV306°28.43%40.00%
CMYK0.00%28.43%2.94%
60.00%

Color #664963 in popluar number systems.

HEX664963
Decimal1027399
Binary110011010010011100011
Octal146111143

Shades and tints

Shades of #664963

#664963
(102,73,99)
#5D435A
(93,67,90)
#543D51
(84,61,81)
#4B3748
(75,55,72)
#42313F
(66,49,63)
#392B36
(57,43,54)
#30252D
(48,37,45)
#271F24
(39,31,36)
#1E191B
(30,25,27)
#151312
(21,19,18)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #664963

#664963
(102,73,99)
#735971
(115,89,113)
#80697F
(128,105,127)
#8D798D
(141,121,141)
#9A899B
(154,137,155)
#A799A9
(167,153,169)
#B4A9B7
(180,169,183)
#C1B9C5
(193,185,197)
#CEC9D3
(206,201,211)
#DBD9E1
(219,217,225)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664963; }

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

This text font color is #664963.


Background Color

.myBgColor { background-color: #664963; }

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

This div background color is #664963.


Border color

.myBorderColor { border: 1px solid #664963; }

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

This div border color is #664963.


Opacity

.myOpacity80 { color: #664963; opacity: 0.8; }

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

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

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

This text has shadow with #664963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664963 on black background.


Color preview on white background

This text has color #664963 on white background.



Black color preview on #664963 background

This text has black color on #664963 background.


White color preview on #664963 background

This text has white color on #664963 background.