COLOR #664E34

HEX: #664E34
RGB: (102,78,52)

Color info

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

RGB color model

#664E34 color RGB value is (102,78,52).

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

RGB channels and saturation

R 102 of 255 = 40%
G 78 of 255 = 31%
B 52 of 255 = 20%

102
78
52

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

Portions of RGB colors in percentages

R + G + B =
102 + 78 + 52 = 232 (100%)
R 102 of 232 ~ 43.97%
G 78 of 232 ~ 33.62%
B 52 of 232 ~ 22.41%

%43.97
%33.62
%22.41

CMYK color model

#664E34 color CMYK value is (0,24,49,60).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 49.02%
  • key color value is 60.00%
CMYK:
(0,24,49,60)
C0M24Y49K60 
(0%,24%,49%,60%)
(0.00/0.24/0.49/0.60)	

CMYK percentages

%0
%23.53
%49.02
%60

Codes

Color #664E34 in popluar color models

664E34
RGB1027852
HSL31°32.47%30.20%
HSB/HSV31°49.02%40.00%
CMYK0.00%23.53%49.02%
60.00%

Color #664E34 in popluar number systems.

HEX664E34
Decimal1027852
Binary11001101001110110100
Octal14611664

Shades and tints

Shades of #664E34

#664E34
(102,78,52)
#5D4730
(93,71,48)
#54402C
(84,64,44)
#4B3928
(75,57,40)
#423224
(66,50,36)
#392B20
(57,43,32)
#30241C
(48,36,28)
#271D18
(39,29,24)
#1E1614
(30,22,20)
#150F10
(21,15,16)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #664E34

#664E34
(102,78,52)
#735E46
(115,94,70)
#806E58
(128,110,88)
#8D7E6A
(141,126,106)
#9A8E7C
(154,142,124)
#A79E8E
(167,158,142)
#B4AEA0
(180,174,160)
#C1BEB2
(193,190,178)
#CECEC4
(206,206,196)
#DBDED6
(219,222,214)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664E34; }

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

This text font color is #664E34.


Background Color

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

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

This div background color is #664E34.


Border color

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

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

This div border color is #664E34.


Opacity

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

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

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

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

This text has shadow with #664E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664E34 on black background.


Color preview on white background

This text has color #664E34 on white background.



Black color preview on #664E34 background

This text has black color on #664E34 background.


White color preview on #664E34 background

This text has white color on #664E34 background.