COLOR #664F54

HEX: #664F54
RGB: (102,79,84)

Color info

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

RGB color model

#664F54 color RGB value is (102,79,84).

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

RGB channels and saturation

R 102 of 255 = 40%
G 79 of 255 = 31%
B 84 of 255 = 33%

102
79
84

R + G + B ~ 35%. #664F54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 79 + 84 = 265 (100%)
R 102 of 265 ~ 38.49%
G 79 of 265 ~ 29.81%
B 84 of 265 ~ 31.7%

%38.49
%29.81
%31.7

CMYK color model

#664F54 color CMYK value is (0,23,18,60).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 17.65%
  • key color value is 60.00%
CMYK:
(0,23,18,60)
C0M23Y18K60 
(0%,23%,18%,60%)
(0.00/0.23/0.18/0.60)	

CMYK percentages

%0
%22.55
%17.65
%60

Codes

Color #664F54 in popluar color models

664F54
RGB1027984
HSL347°12.71%35.49%
HSB/HSV347°22.55%40.00%
CMYK0.00%22.55%17.65%
60.00%

Color #664F54 in popluar number systems.

HEX664F54
Decimal1027984
Binary110011010011111010100
Octal146117124

Shades and tints

Shades of #664F54

#664F54
(102,79,84)
#5D484D
(93,72,77)
#544146
(84,65,70)
#4B3A3F
(75,58,63)
#423338
(66,51,56)
#392C31
(57,44,49)
#30252A
(48,37,42)
#271E23
(39,30,35)
#1E171C
(30,23,28)
#151015
(21,16,21)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #664F54

#664F54
(102,79,84)
#735F63
(115,95,99)
#806F72
(128,111,114)
#8D7F81
(141,127,129)
#9A8F90
(154,143,144)
#A79F9F
(167,159,159)
#B4AFAE
(180,175,174)
#C1BFBD
(193,191,189)
#CECFCC
(206,207,204)
#DBDFDB
(219,223,219)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664F54; }

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

This text font color is #664F54.


Background Color

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

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

This div background color is #664F54.


Border color

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

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

This div border color is #664F54.


Opacity

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

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

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

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

This text has shadow with #664F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664F54 on black background.


Color preview on white background

This text has color #664F54 on white background.



Black color preview on #664F54 background

This text has black color on #664F54 background.


White color preview on #664F54 background

This text has white color on #664F54 background.