COLOR #664E4B

HEX: #664E4B
RGB: (102,78,75)

Color info

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

RGB color model

#664E4B color RGB value is (102,78,75).

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

RGB channels and saturation

R 102 of 255 = 40%
G 78 of 255 = 31%
B 75 of 255 = 29%

102
78
75

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

Portions of RGB colors in percentages

R + G + B =
102 + 78 + 75 = 255 (100%)
R 102 of 255 ~ 40%
G 78 of 255 ~ 30.59%
B 75 of 255 ~ 29.41%

%40
%30.59
%29.41

CMYK color model

#664E4B color CMYK value is (0,24,26,60).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 26.47%
  • key color value is 60.00%
CMYK:
(0,24,26,60)
C0M24Y26K60 
(0%,24%,26%,60%)
(0.00/0.24/0.26/0.60)	

CMYK percentages

%0
%23.53
%26.47
%60

Codes

Color #664E4B in popluar color models

664E4B
RGB1027875
HSL15.25%34.71%
HSB/HSV26.47%40.00%
CMYK0.00%23.53%26.47%
60.00%

Color #664E4B in popluar number systems.

HEX664E4B
Decimal1027875
Binary110011010011101001011
Octal146116113

Shades and tints

Shades of #664E4B

#664E4B
(102,78,75)
#5D4745
(93,71,69)
#54403F
(84,64,63)
#4B3939
(75,57,57)
#423233
(66,50,51)
#392B2D
(57,43,45)
#302427
(48,36,39)
#271D21
(39,29,33)
#1E161B
(30,22,27)
#150F15
(21,15,21)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #664E4B

#664E4B
(102,78,75)
#735E5B
(115,94,91)
#806E6B
(128,110,107)
#8D7E7B
(141,126,123)
#9A8E8B
(154,142,139)
#A79E9B
(167,158,155)
#B4AEAB
(180,174,171)
#C1BEBB
(193,190,187)
#CECECB
(206,206,203)
#DBDEDB
(219,222,219)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664E4B; }

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

This text font color is #664E4B.


Background Color

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

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

This div background color is #664E4B.


Border color

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

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

This div border color is #664E4B.


Opacity

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

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

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

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

This text has shadow with #664E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664E4B on black background.


Color preview on white background

This text has color #664E4B on white background.



Black color preview on #664E4B background

This text has black color on #664E4B background.


White color preview on #664E4B background

This text has white color on #664E4B background.