COLOR #664637

HEX: #664637
RGB: (102,70,55)

Color info

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

RGB color model

#664637 color RGB value is (102,70,55).

  • red value is 102;
  • green value is 70;
  • blue value is 55.
RGB:
(102,70,55)
(40%,27%,22%)

RGB channels and saturation

R 102 of 255 = 40%
G 70 of 255 = 27%
B 55 of 255 = 22%

102
70
55

R + G + B ~ 30%. #664637 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 70 + 55 = 227 (100%)
R 102 of 227 ~ 44.93%
G 70 of 227 ~ 30.84%
B 55 of 227 ~ 24.23%

%44.93
%30.84
%24.23

CMYK color model

#664637 color CMYK value is (0,31,46,60).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 46.08%
  • key color value is 60.00%
CMYK:
(0,31,46,60)
C0M31Y46K60 
(0%,31%,46%,60%)
(0.00/0.31/0.46/0.60)	

CMYK percentages

%0
%31.37
%46.08
%60

Codes

Color #664637 in popluar color models

664637
RGB1027055
HSL19°29.94%30.78%
HSB/HSV19°46.08%40.00%
CMYK0.00%31.37%46.08%
60.00%

Color #664637 in popluar number systems.

HEX664637
Decimal1027055
Binary11001101000110110111
Octal14610667

Shades and tints

Shades of #664637

#664637
(102,70,55)
#5D4032
(93,64,50)
#543A2D
(84,58,45)
#4B3428
(75,52,40)
#422E23
(66,46,35)
#39281E
(57,40,30)
#302219
(48,34,25)
#271C14
(39,28,20)
#1E160F
(30,22,15)
#15100A
(21,16,10)
#0C0A05
(12,10,5)
#000000
(0,0,0)

Tints of #664637

#664637
(102,70,55)
#735649
(115,86,73)
#80665B
(128,102,91)
#8D766D
(141,118,109)
#9A867F
(154,134,127)
#A79691
(167,150,145)
#B4A6A3
(180,166,163)
#C1B6B5
(193,182,181)
#CEC6C7
(206,198,199)
#DBD6D9
(219,214,217)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664637 color. Also use rgb(102,70,55) instead hex code.

Text Font Color

.myTextColor { color: #664637; }

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

This text font color is #664637.


Background Color

.myBgColor { background-color: #664637; }

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

This div background color is #664637.


Border color

.myBorderColor { border: 1px solid #664637; }

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

This div border color is #664637.


Opacity

.myOpacity80 { color: #664637; opacity: 0.8; }

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

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

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

This text has shadow with #664637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664637 on black background.


Color preview on white background

This text has color #664637 on white background.



Black color preview on #664637 background

This text has black color on #664637 background.


White color preview on #664637 background

This text has white color on #664637 background.