COLOR #664D4C

HEX: #664D4C
RGB: (102,77,76)

Color info

#664D4C contains red, green and blue colors in about the same proportion. Web safe color of #664D4C is #663333 (or #633).

RGB color model

#664D4C color RGB value is (102,77,76).

  • red value is 102;
  • green value is 77;
  • blue value is 76.
RGB:
(102,77,76)
(40%,30%,30%)

RGB channels and saturation

R 102 of 255 = 40%
G 77 of 255 = 30%
B 76 of 255 = 30%

102
77
76

R + G + B ~ 33%. #664D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 77 + 76 = 255 (100%)
R 102 of 255 ~ 40%
G 77 of 255 ~ 30.2%
B 76 of 255 ~ 29.8%

%40
%30.2
%29.8

CMYK color model

#664D4C color CMYK value is (0,25,25,60).

  • cyan value is 0.00%
  • magenta value is 24.51%
  • yellow value is 25.49%
  • key color value is 60.00%
CMYK:
(0,25,25,60)
C0M25Y25K60 
(0%,25%,25%,60%)
(0.00/0.25/0.25/0.60)	

CMYK percentages

%0
%24.51
%25.49
%60

Codes

Color #664D4C in popluar color models

664D4C
RGB1027776
HSL14.61%34.90%
HSB/HSV25.49%40.00%
CMYK0.00%24.51%25.49%
60.00%

Color #664D4C in popluar number systems.

HEX664D4C
Decimal1027776
Binary110011010011011001100
Octal146115114

Shades and tints

Shades of #664D4C

#664D4C
(102,77,76)
#5D4646
(93,70,70)
#543F40
(84,63,64)
#4B383A
(75,56,58)
#423134
(66,49,52)
#392A2E
(57,42,46)
#302328
(48,35,40)
#271C22
(39,28,34)
#1E151C
(30,21,28)
#150E16
(21,14,22)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #664D4C

#664D4C
(102,77,76)
#735D5C
(115,93,92)
#806D6C
(128,109,108)
#8D7D7C
(141,125,124)
#9A8D8C
(154,141,140)
#A79D9C
(167,157,156)
#B4ADAC
(180,173,172)
#C1BDBC
(193,189,188)
#CECDCC
(206,205,204)
#DBDDDC
(219,221,220)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664D4C color. Also use rgb(102,77,76) instead hex code.

Text Font Color

.myTextColor { color: #664D4C; }

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

This text font color is #664D4C.


Background Color

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

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

This div background color is #664D4C.


Border color

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

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

This div border color is #664D4C.


Opacity

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

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

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

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

This text has shadow with #664D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664D4C on black background.


Color preview on white background

This text has color #664D4C on white background.



Black color preview on #664D4C background

This text has black color on #664D4C background.


White color preview on #664D4C background

This text has white color on #664D4C background.