COLOR #664E51

HEX: #664E51
RGB: (102,78,81)

Color info

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

RGB color model

#664E51 color RGB value is (102,78,81).

  • red value is 102;
  • green value is 78;
  • blue value is 81.
RGB:
(102,78,81)
(40%,31%,32%)

RGB channels and saturation

R 102 of 255 = 40%
G 78 of 255 = 31%
B 81 of 255 = 32%

102
78
81

R + G + B ~ 34%. #664E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 78 + 81 = 261 (100%)
R 102 of 261 ~ 39.08%
G 78 of 261 ~ 29.89%
B 81 of 261 ~ 31.03%

%39.08
%29.89
%31.03

CMYK color model

#664E51 color CMYK value is (0,24,21,60).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 20.59%
  • key color value is 60.00%
CMYK:
(0,24,21,60)
C0M24Y21K60 
(0%,24%,21%,60%)
(0.00/0.24/0.21/0.60)	

CMYK percentages

%0
%23.53
%20.59
%60

Codes

Color #664E51 in popluar color models

664E51
RGB1027881
HSL353°13.33%35.29%
HSB/HSV353°23.53%40.00%
CMYK0.00%23.53%20.59%
60.00%

Color #664E51 in popluar number systems.

HEX664E51
Decimal1027881
Binary110011010011101010001
Octal146116121

Shades and tints

Shades of #664E51

#664E51
(102,78,81)
#5D474A
(93,71,74)
#544043
(84,64,67)
#4B393C
(75,57,60)
#423235
(66,50,53)
#392B2E
(57,43,46)
#302427
(48,36,39)
#271D20
(39,29,32)
#1E1619
(30,22,25)
#150F12
(21,15,18)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #664E51

#664E51
(102,78,81)
#735E60
(115,94,96)
#806E6F
(128,110,111)
#8D7E7E
(141,126,126)
#9A8E8D
(154,142,141)
#A79E9C
(167,158,156)
#B4AEAB
(180,174,171)
#C1BEBA
(193,190,186)
#CECEC9
(206,206,201)
#DBDED8
(219,222,216)
#E8EEE7
(232,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664E51 color. Also use rgb(102,78,81) instead hex code.

Text Font Color

.myTextColor { color: #664E51; }

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

This text font color is #664E51.


Background Color

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

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

This div background color is #664E51.


Border color

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

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

This div border color is #664E51.


Opacity

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

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

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

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

This text has shadow with #664E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664E51 on black background.


Color preview on white background

This text has color #664E51 on white background.



Black color preview on #664E51 background

This text has black color on #664E51 background.


White color preview on #664E51 background

This text has white color on #664E51 background.