COLOR #664E48

HEX: #664E48
RGB: (102,78,72)

Color info

#664E48 contains red, green and blue colors in about the same proportion. Web safe color of #664E48 is #666633 (or #663).

RGB color model

#664E48 color RGB value is (102,78,72).

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

RGB channels and saturation

R 102 of 255 = 40%
G 78 of 255 = 31%
B 72 of 255 = 28%

102
78
72

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

Portions of RGB colors in percentages

R + G + B =
102 + 78 + 72 = 252 (100%)
R 102 of 252 ~ 40.48%
G 78 of 252 ~ 30.95%
B 72 of 252 ~ 28.57%

%40.48
%30.95
%28.57

CMYK color model

#664E48 color CMYK value is (0,24,29,60).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 29.41%
  • key color value is 60.00%
CMYK:
(0,24,29,60)
C0M24Y29K60 
(0%,24%,29%,60%)
(0.00/0.24/0.29/0.60)	

CMYK percentages

%0
%23.53
%29.41
%60

Codes

Color #664E48 in popluar color models

664E48
RGB1027872
HSL12°17.24%34.12%
HSB/HSV12°29.41%40.00%
CMYK0.00%23.53%29.41%
60.00%

Color #664E48 in popluar number systems.

HEX664E48
Decimal1027872
Binary110011010011101001000
Octal146116110

Shades and tints

Shades of #664E48

#664E48
(102,78,72)
#5D4742
(93,71,66)
#54403C
(84,64,60)
#4B3936
(75,57,54)
#423230
(66,50,48)
#392B2A
(57,43,42)
#302424
(48,36,36)
#271D1E
(39,29,30)
#1E1618
(30,22,24)
#150F12
(21,15,18)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #664E48

#664E48
(102,78,72)
#735E58
(115,94,88)
#806E68
(128,110,104)
#8D7E78
(141,126,120)
#9A8E88
(154,142,136)
#A79E98
(167,158,152)
#B4AEA8
(180,174,168)
#C1BEB8
(193,190,184)
#CECEC8
(206,206,200)
#DBDED8
(219,222,216)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664E48; }

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

This text font color is #664E48.


Background Color

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

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

This div background color is #664E48.


Border color

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

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

This div border color is #664E48.


Opacity

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

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

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

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

This text has shadow with #664E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664E48 on black background.


Color preview on white background

This text has color #664E48 on white background.



Black color preview on #664E48 background

This text has black color on #664E48 background.


White color preview on #664E48 background

This text has white color on #664E48 background.