COLOR #664752

HEX: #664752
RGB: (102,71,82)

Color info

#664752 contains red, green and blue colors in about the same proportion. Web safe color of #664752 is #663366 (or #636).

RGB color model

#664752 color RGB value is (102,71,82).

  • red value is 102;
  • green value is 71;
  • blue value is 82.
RGB:
(102,71,82)
(40%,28%,32%)

RGB channels and saturation

R 102 of 255 = 40%
G 71 of 255 = 28%
B 82 of 255 = 32%

102
71
82

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

Portions of RGB colors in percentages

R + G + B =
102 + 71 + 82 = 255 (100%)
R 102 of 255 ~ 40%
G 71 of 255 ~ 27.84%
B 82 of 255 ~ 32.16%

%40
%27.84
%32.16

CMYK color model

#664752 color CMYK value is (0,30,20,60).

  • cyan value is 0.00%
  • magenta value is 30.39%
  • yellow value is 19.61%
  • key color value is 60.00%
CMYK:
(0,30,20,60)
C0M30Y20K60 
(0%,30%,20%,60%)
(0.00/0.30/0.20/0.60)	

CMYK percentages

%0
%30.39
%19.61
%60

Codes

Color #664752 in popluar color models

664752
RGB1027182
HSL339°17.92%33.92%
HSB/HSV339°30.39%40.00%
CMYK0.00%30.39%19.61%
60.00%

Color #664752 in popluar number systems.

HEX664752
Decimal1027182
Binary110011010001111010010
Octal146107122

Shades and tints

Shades of #664752

#664752
(102,71,82)
#5D414B
(93,65,75)
#543B44
(84,59,68)
#4B353D
(75,53,61)
#422F36
(66,47,54)
#39292F
(57,41,47)
#302328
(48,35,40)
#271D21
(39,29,33)
#1E171A
(30,23,26)
#151113
(21,17,19)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #664752

#664752
(102,71,82)
#735761
(115,87,97)
#806770
(128,103,112)
#8D777F
(141,119,127)
#9A878E
(154,135,142)
#A7979D
(167,151,157)
#B4A7AC
(180,167,172)
#C1B7BB
(193,183,187)
#CEC7CA
(206,199,202)
#DBD7D9
(219,215,217)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664752 color. Also use rgb(102,71,82) instead hex code.

Text Font Color

.myTextColor { color: #664752; }

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

This text font color is #664752.


Background Color

.myBgColor { background-color: #664752; }

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

This div background color is #664752.


Border color

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

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

This div border color is #664752.


Opacity

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

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

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

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

This text has shadow with #664752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664752 on black background.


Color preview on white background

This text has color #664752 on white background.



Black color preview on #664752 background

This text has black color on #664752 background.


White color preview on #664752 background

This text has white color on #664752 background.