COLOR #664F62

HEX: #664F62
RGB: (102,79,98)

Color info

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

RGB color model

#664F62 color RGB value is (102,79,98).

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

RGB channels and saturation

R 102 of 255 = 40%
G 79 of 255 = 31%
B 98 of 255 = 38%

102
79
98

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

Portions of RGB colors in percentages

R + G + B =
102 + 79 + 98 = 279 (100%)
R 102 of 279 ~ 36.56%
G 79 of 279 ~ 28.32%
B 98 of 279 ~ 35.13%

%36.56
%28.32
%35.13

CMYK color model

#664F62 color CMYK value is (0,23,4,60).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 3.92%
  • key color value is 60.00%
CMYK:
(0,23,4,60)
C0M23Y4K60 
(0%,23%,4%,60%)
(0.00/0.23/0.04/0.60)	

CMYK percentages

%0
%22.55
%3.92
%60

Codes

Color #664F62 in popluar color models

664F62
RGB1027998
HSL310°12.71%35.49%
HSB/HSV310°22.55%40.00%
CMYK0.00%22.55%3.92%
60.00%

Color #664F62 in popluar number systems.

HEX664F62
Decimal1027998
Binary110011010011111100010
Octal146117142

Shades and tints

Shades of #664F62

#664F62
(102,79,98)
#5D485A
(93,72,90)
#544152
(84,65,82)
#4B3A4A
(75,58,74)
#423342
(66,51,66)
#392C3A
(57,44,58)
#302532
(48,37,50)
#271E2A
(39,30,42)
#1E1722
(30,23,34)
#15101A
(21,16,26)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #664F62

#664F62
(102,79,98)
#735F70
(115,95,112)
#806F7E
(128,111,126)
#8D7F8C
(141,127,140)
#9A8F9A
(154,143,154)
#A79FA8
(167,159,168)
#B4AFB6
(180,175,182)
#C1BFC4
(193,191,196)
#CECFD2
(206,207,210)
#DBDFE0
(219,223,224)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664F62; }

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

This text font color is #664F62.


Background Color

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

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

This div background color is #664F62.


Border color

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

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

This div border color is #664F62.


Opacity

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

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

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

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

This text has shadow with #664F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664F62 on black background.


Color preview on white background

This text has color #664F62 on white background.



Black color preview on #664F62 background

This text has black color on #664F62 background.


White color preview on #664F62 background

This text has white color on #664F62 background.