COLOR #665064

HEX: #665064
RGB: (102,80,100)

Color info

#665064 contains red, green and blue colors in about the same proportion. Web safe color of #665064 is #666666 (or #666).

RGB color model

#665064 color RGB value is (102,80,100).

  • red value is 102;
  • green value is 80;
  • blue value is 100.
RGB:
(102,80,100)
(40%,31%,39%)

RGB channels and saturation

R 102 of 255 = 40%
G 80 of 255 = 31%
B 100 of 255 = 39%

102
80
100

R + G + B ~ 37%. #665064 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 80 + 100 = 282 (100%)
R 102 of 282 ~ 36.17%
G 80 of 282 ~ 28.37%
B 100 of 282 ~ 35.46%

%36.17
%28.37
%35.46

CMYK color model

#665064 color CMYK value is (0,22,2,60).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 1.96%
  • key color value is 60.00%
CMYK:
(0,22,2,60)
C0M22Y2K60 
(0%,22%,2%,60%)
(0.00/0.22/0.02/0.60)	

CMYK percentages

%0
%21.57
%1.96
%60

Codes

Color #665064 in popluar color models

665064
RGB10280100
HSL305°12.09%35.69%
HSB/HSV305°21.57%40.00%
CMYK0.00%21.57%1.96%
60.00%

Color #665064 in popluar number systems.

HEX665064
Decimal10280100
Binary110011010100001100100
Octal146120144

Shades and tints

Shades of #665064

#665064
(102,80,100)
#5D495B
(93,73,91)
#544252
(84,66,82)
#4B3B49
(75,59,73)
#423440
(66,52,64)
#392D37
(57,45,55)
#30262E
(48,38,46)
#271F25
(39,31,37)
#1E181C
(30,24,28)
#151113
(21,17,19)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #665064

#665064
(102,80,100)
#735F72
(115,95,114)
#806E80
(128,110,128)
#8D7D8E
(141,125,142)
#9A8C9C
(154,140,156)
#A79BAA
(167,155,170)
#B4AAB8
(180,170,184)
#C1B9C6
(193,185,198)
#CEC8D4
(206,200,212)
#DBD7E2
(219,215,226)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665064 color. Also use rgb(102,80,100) instead hex code.

Text Font Color

.myTextColor { color: #665064; }

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

This text font color is #665064.


Background Color

.myBgColor { background-color: #665064; }

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

This div background color is #665064.


Border color

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

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

This div border color is #665064.


Opacity

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

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

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

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

This text has shadow with #665064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665064 on black background.


Color preview on white background

This text has color #665064 on white background.



Black color preview on #665064 background

This text has black color on #665064 background.


White color preview on #665064 background

This text has white color on #665064 background.