COLOR #664A35

HEX: #664A35
RGB: (102,74,53)

Color info

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

RGB color model

#664A35 color RGB value is (102,74,53).

  • red value is 102;
  • green value is 74;
  • blue value is 53.
RGB:
(102,74,53)
(40%,29%,21%)

RGB channels and saturation

R 102 of 255 = 40%
G 74 of 255 = 29%
B 53 of 255 = 21%

102
74
53

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

Portions of RGB colors in percentages

R + G + B =
102 + 74 + 53 = 229 (100%)
R 102 of 229 ~ 44.54%
G 74 of 229 ~ 32.31%
B 53 of 229 ~ 23.14%

%44.54
%32.31
%23.14

CMYK color model

#664A35 color CMYK value is (0,27,48,60).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 48.04%
  • key color value is 60.00%
CMYK:
(0,27,48,60)
C0M27Y48K60 
(0%,27%,48%,60%)
(0.00/0.27/0.48/0.60)	

CMYK percentages

%0
%27.45
%48.04
%60

Codes

Color #664A35 in popluar color models

664A35
RGB1027453
HSL26°31.61%30.39%
HSB/HSV26°48.04%40.00%
CMYK0.00%27.45%48.04%
60.00%

Color #664A35 in popluar number systems.

HEX664A35
Decimal1027453
Binary11001101001010110101
Octal14611265

Shades and tints

Shades of #664A35

#664A35
(102,74,53)
#5D4431
(93,68,49)
#543E2D
(84,62,45)
#4B3829
(75,56,41)
#423225
(66,50,37)
#392C21
(57,44,33)
#30261D
(48,38,29)
#272019
(39,32,25)
#1E1A15
(30,26,21)
#151411
(21,20,17)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #664A35

#664A35
(102,74,53)
#735A47
(115,90,71)
#806A59
(128,106,89)
#8D7A6B
(141,122,107)
#9A8A7D
(154,138,125)
#A79A8F
(167,154,143)
#B4AAA1
(180,170,161)
#C1BAB3
(193,186,179)
#CECAC5
(206,202,197)
#DBDAD7
(219,218,215)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664A35 color. Also use rgb(102,74,53) instead hex code.

Text Font Color

.myTextColor { color: #664A35; }

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

This text font color is #664A35.


Background Color

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

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

This div background color is #664A35.


Border color

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

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

This div border color is #664A35.


Opacity

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

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

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

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

This text has shadow with #664A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664A35 on black background.


Color preview on white background

This text has color #664A35 on white background.



Black color preview on #664A35 background

This text has black color on #664A35 background.


White color preview on #664A35 background

This text has white color on #664A35 background.