COLOR #665065

HEX: #665065
RGB: (102,80,101)

Color info

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

RGB color model

#665065 color RGB value is (102,80,101).

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

RGB channels and saturation

R 102 of 255 = 40%
G 80 of 255 = 31%
B 101 of 255 = 40%

102
80
101

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

Portions of RGB colors in percentages

R + G + B =
102 + 80 + 101 = 283 (100%)
R 102 of 283 ~ 36.04%
G 80 of 283 ~ 28.27%
B 101 of 283 ~ 35.69%

%36.04
%28.27
%35.69

CMYK color model

#665065 color CMYK value is (0,22,1,60).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(0,22,1,60)
C0M22Y1K60 
(0%,22%,1%,60%)
(0.00/0.22/0.01/0.60)	

CMYK percentages

%0
%21.57
%0.98
%60

Codes

Color #665065 in popluar color models

665065
RGB10280101
HSL303°12.09%35.69%
HSB/HSV303°21.57%40.00%
CMYK0.00%21.57%0.98%
60.00%

Color #665065 in popluar number systems.

HEX665065
Decimal10280101
Binary110011010100001100101
Octal146120145

Shades and tints

Shades of #665065

#665065
(102,80,101)
#5D495C
(93,73,92)
#544253
(84,66,83)
#4B3B4A
(75,59,74)
#423441
(66,52,65)
#392D38
(57,45,56)
#30262F
(48,38,47)
#271F26
(39,31,38)
#1E181D
(30,24,29)
#151114
(21,17,20)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #665065

#665065
(102,80,101)
#735F73
(115,95,115)
#806E81
(128,110,129)
#8D7D8F
(141,125,143)
#9A8C9D
(154,140,157)
#A79BAB
(167,155,171)
#B4AAB9
(180,170,185)
#C1B9C7
(193,185,199)
#CEC8D5
(206,200,213)
#DBD7E3
(219,215,227)
#E8E6F1
(232,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665065; }

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

This text font color is #665065.


Background Color

.myBgColor { background-color: #665065; }

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

This div background color is #665065.


Border color

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

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

This div border color is #665065.


Opacity

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

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

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

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

This text has shadow with #665065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665065 on black background.


Color preview on white background

This text has color #665065 on white background.



Black color preview on #665065 background

This text has black color on #665065 background.


White color preview on #665065 background

This text has white color on #665065 background.