COLOR #665465

HEX: #665465
RGB: (102,84,101)

Color info

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

RGB color model

#665465 color RGB value is (102,84,101).

  • red value is 102;
  • green value is 84;
  • blue value is 101.
RGB:
(102,84,101)
(40%,33%,40%)

RGB channels and saturation

R 102 of 255 = 40%
G 84 of 255 = 33%
B 101 of 255 = 40%

102
84
101

R + G + B ~ 38%. #665465 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 84 + 101 = 287 (100%)
R 102 of 287 ~ 35.54%
G 84 of 287 ~ 29.27%
B 101 of 287 ~ 35.19%

%35.54
%29.27
%35.19

CMYK color model

#665465 color CMYK value is (0,18,1,60).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(0,18,1,60)
C0M18Y1K60 
(0%,18%,1%,60%)
(0.00/0.18/0.01/0.60)	

CMYK percentages

%0
%17.65
%0.98
%60

Codes

Color #665465 in popluar color models

665465
RGB10284101
HSL303°9.68%36.47%
HSB/HSV303°17.65%40.00%
CMYK0.00%17.65%0.98%
60.00%

Color #665465 in popluar number systems.

HEX665465
Decimal10284101
Binary110011010101001100101
Octal146124145

Shades and tints

Shades of #665465

#665465
(102,84,101)
#5D4D5C
(93,77,92)
#544653
(84,70,83)
#4B3F4A
(75,63,74)
#423841
(66,56,65)
#393138
(57,49,56)
#302A2F
(48,42,47)
#272326
(39,35,38)
#1E1C1D
(30,28,29)
#151514
(21,21,20)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #665465

#665465
(102,84,101)
#736373
(115,99,115)
#807281
(128,114,129)
#8D818F
(141,129,143)
#9A909D
(154,144,157)
#A79FAB
(167,159,171)
#B4AEB9
(180,174,185)
#C1BDC7
(193,189,199)
#CECCD5
(206,204,213)
#DBDBE3
(219,219,227)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665465 color. Also use rgb(102,84,101) instead hex code.

Text Font Color

.myTextColor { color: #665465; }

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

This text font color is #665465.


Background Color

.myBgColor { background-color: #665465; }

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

This div background color is #665465.


Border color

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

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

This div border color is #665465.


Opacity

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

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

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

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

This text has shadow with #665465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665465 on black background.


Color preview on white background

This text has color #665465 on white background.



Black color preview on #665465 background

This text has black color on #665465 background.


White color preview on #665465 background

This text has white color on #665465 background.