COLOR #664F48

HEX: #664F48
RGB: (102,79,72)

Color info

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

RGB color model

#664F48 color RGB value is (102,79,72).

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

RGB channels and saturation

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

102
79
72

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

Portions of RGB colors in percentages

R + G + B =
102 + 79 + 72 = 253 (100%)
R 102 of 253 ~ 40.32%
G 79 of 253 ~ 31.23%
B 72 of 253 ~ 28.46%

%40.32
%31.23
%28.46

CMYK color model

#664F48 color CMYK value is (0,23,29,60).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 29.41%
  • key color value is 60.00%
CMYK:
(0,23,29,60)
C0M23Y29K60 
(0%,23%,29%,60%)
(0.00/0.23/0.29/0.60)	

CMYK percentages

%0
%22.55
%29.41
%60

Codes

Color #664F48 in popluar color models

664F48
RGB1027972
HSL14°17.24%34.12%
HSB/HSV14°29.41%40.00%
CMYK0.00%22.55%29.41%
60.00%

Color #664F48 in popluar number systems.

HEX664F48
Decimal1027972
Binary110011010011111001000
Octal146117110

Shades and tints

Shades of #664F48

#664F48
(102,79,72)
#5D4842
(93,72,66)
#54413C
(84,65,60)
#4B3A36
(75,58,54)
#423330
(66,51,48)
#392C2A
(57,44,42)
#302524
(48,37,36)
#271E1E
(39,30,30)
#1E1718
(30,23,24)
#151012
(21,16,18)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #664F48

#664F48
(102,79,72)
#735F58
(115,95,88)
#806F68
(128,111,104)
#8D7F78
(141,127,120)
#9A8F88
(154,143,136)
#A79F98
(167,159,152)
#B4AFA8
(180,175,168)
#C1BFB8
(193,191,184)
#CECFC8
(206,207,200)
#DBDFD8
(219,223,216)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664F48; }

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

This text font color is #664F48.


Background Color

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

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

This div background color is #664F48.


Border color

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

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

This div border color is #664F48.


Opacity

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

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

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

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

This text has shadow with #664F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664F48 on black background.


Color preview on white background

This text has color #664F48 on white background.



Black color preview on #664F48 background

This text has black color on #664F48 background.


White color preview on #664F48 background

This text has white color on #664F48 background.