COLOR #664952

HEX: #664952
RGB: (102,73,82)

Color info

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

RGB color model

#664952 color RGB value is (102,73,82).

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

RGB channels and saturation

R 102 of 255 = 40%
G 73 of 255 = 29%
B 82 of 255 = 32%

102
73
82

R + G + B ~ 34%. #664952 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 73 + 82 = 257 (100%)
R 102 of 257 ~ 39.69%
G 73 of 257 ~ 28.4%
B 82 of 257 ~ 31.91%

%39.69
%28.4
%31.91

CMYK color model

#664952 color CMYK value is (0,28,20,60).

  • cyan value is 0.00%
  • magenta value is 28.43%
  • yellow value is 19.61%
  • key color value is 60.00%
CMYK:
(0,28,20,60)
C0M28Y20K60 
(0%,28%,20%,60%)
(0.00/0.28/0.20/0.60)	

CMYK percentages

%0
%28.43
%19.61
%60

Codes

Color #664952 in popluar color models

664952
RGB1027382
HSL341°16.57%34.31%
HSB/HSV341°28.43%40.00%
CMYK0.00%28.43%19.61%
60.00%

Color #664952 in popluar number systems.

HEX664952
Decimal1027382
Binary110011010010011010010
Octal146111122

Shades and tints

Shades of #664952

#664952
(102,73,82)
#5D434B
(93,67,75)
#543D44
(84,61,68)
#4B373D
(75,55,61)
#423136
(66,49,54)
#392B2F
(57,43,47)
#302528
(48,37,40)
#271F21
(39,31,33)
#1E191A
(30,25,26)
#151313
(21,19,19)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #664952

#664952
(102,73,82)
#735961
(115,89,97)
#806970
(128,105,112)
#8D797F
(141,121,127)
#9A898E
(154,137,142)
#A7999D
(167,153,157)
#B4A9AC
(180,169,172)
#C1B9BB
(193,185,187)
#CEC9CA
(206,201,202)
#DBD9D9
(219,217,217)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664952; }

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

This text font color is #664952.


Background Color

.myBgColor { background-color: #664952; }

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

This div background color is #664952.


Border color

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

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

This div border color is #664952.


Opacity

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

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

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

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

This text has shadow with #664952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664952 on black background.


Color preview on white background

This text has color #664952 on white background.



Black color preview on #664952 background

This text has black color on #664952 background.


White color preview on #664952 background

This text has white color on #664952 background.