COLOR #664F6D

HEX: #664F6D
RGB: (102,79,109)

Color info

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

RGB color model

#664F6D color RGB value is (102,79,109).

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

RGB channels and saturation

R 102 of 255 = 40%
G 79 of 255 = 31%
B 109 of 255 = 43%

102
79
109

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

Portions of RGB colors in percentages

R + G + B =
102 + 79 + 109 = 290 (100%)
R 102 of 290 ~ 35.17%
G 79 of 290 ~ 27.24%
B 109 of 290 ~ 37.59%

%35.17
%27.24
%37.59

CMYK color model

#664F6D color CMYK value is (6,28,0,57).

  • cyan value is 6.42%
  • magenta value is 27.52%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(6,28,0,57)
C6M28Y0K57 
(6%,28%,0%,57%)
(0.06/0.28/0.00/0.57)	

CMYK percentages

%6.42
%27.52
%0
%57.25

Codes

Color #664F6D in popluar color models

664F6D
RGB10279109
HSL286°15.96%36.86%
HSB/HSV286°27.52%42.75%
CMYK6.42%27.52%0.00%
57.25%

Color #664F6D in popluar number systems.

HEX664F6D
Decimal10279109
Binary110011010011111101101
Octal146117155

Shades and tints

Shades of #664F6D

#664F6D
(102,79,109)
#5D4864
(93,72,100)
#54415B
(84,65,91)
#4B3A52
(75,58,82)
#423349
(66,51,73)
#392C40
(57,44,64)
#302537
(48,37,55)
#271E2E
(39,30,46)
#1E1725
(30,23,37)
#15101C
(21,16,28)
#0C0913
(12,9,19)
#000000
(0,0,0)

Tints of #664F6D

#664F6D
(102,79,109)
#735F7A
(115,95,122)
#806F87
(128,111,135)
#8D7F94
(141,127,148)
#9A8FA1
(154,143,161)
#A79FAE
(167,159,174)
#B4AFBB
(180,175,187)
#C1BFC8
(193,191,200)
#CECFD5
(206,207,213)
#DBDFE2
(219,223,226)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664F6D color. Also use rgb(102,79,109) instead hex code.

Text Font Color

.myTextColor { color: #664F6D; }

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

This text font color is #664F6D.


Background Color

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

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

This div background color is #664F6D.


Border color

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

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

This div border color is #664F6D.


Opacity

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

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

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

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

This text has shadow with #664F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664F6D on black background.


Color preview on white background

This text has color #664F6D on white background.



Black color preview on #664F6D background

This text has black color on #664F6D background.


White color preview on #664F6D background

This text has white color on #664F6D background.