COLOR #664346

HEX: #664346
RGB: (102,67,70)

Color info

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

RGB color model

#664346 color RGB value is (102,67,70).

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

RGB channels and saturation

R 102 of 255 = 40%
G 67 of 255 = 26%
B 70 of 255 = 27%

102
67
70

R + G + B ~ 31%. #664346 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 67 + 70 = 239 (100%)
R 102 of 239 ~ 42.68%
G 67 of 239 ~ 28.03%
B 70 of 239 ~ 29.29%

%42.68
%28.03
%29.29

CMYK color model

#664346 color CMYK value is (0,34,31,60).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 31.37%
  • key color value is 60.00%
CMYK:
(0,34,31,60)
C0M34Y31K60 
(0%,34%,31%,60%)
(0.00/0.34/0.31/0.60)	

CMYK percentages

%0
%34.31
%31.37
%60

Codes

Color #664346 in popluar color models

664346
RGB1026770
HSL355°20.71%33.14%
HSB/HSV355°34.31%40.00%
CMYK0.00%34.31%31.37%
60.00%

Color #664346 in popluar number systems.

HEX664346
Decimal1026770
Binary110011010000111000110
Octal146103106

Shades and tints

Shades of #664346

#664346
(102,67,70)
#5D3D40
(93,61,64)
#54373A
(84,55,58)
#4B3134
(75,49,52)
#422B2E
(66,43,46)
#392528
(57,37,40)
#301F22
(48,31,34)
#27191C
(39,25,28)
#1E1316
(30,19,22)
#150D10
(21,13,16)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #664346

#664346
(102,67,70)
#735456
(115,84,86)
#806566
(128,101,102)
#8D7676
(141,118,118)
#9A8786
(154,135,134)
#A79896
(167,152,150)
#B4A9A6
(180,169,166)
#C1BAB6
(193,186,182)
#CECBC6
(206,203,198)
#DBDCD6
(219,220,214)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664346; }

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

This text font color is #664346.


Background Color

.myBgColor { background-color: #664346; }

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

This div background color is #664346.


Border color

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

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

This div border color is #664346.


Opacity

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

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

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

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

This text has shadow with #664346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664346 on black background.


Color preview on white background

This text has color #664346 on white background.



Black color preview on #664346 background

This text has black color on #664346 background.


White color preview on #664346 background

This text has white color on #664346 background.