COLOR #665060

HEX: #665060
RGB: (102,80,96)

Color info

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

RGB color model

#665060 color RGB value is (102,80,96).

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

RGB channels and saturation

R 102 of 255 = 40%
G 80 of 255 = 31%
B 96 of 255 = 38%

102
80
96

R + G + B ~ 36%. #665060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 80 + 96 = 278 (100%)
R 102 of 278 ~ 36.69%
G 80 of 278 ~ 28.78%
B 96 of 278 ~ 34.53%

%36.69
%28.78
%34.53

CMYK color model

#665060 color CMYK value is (0,22,6,60).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 5.88%
  • key color value is 60.00%
CMYK:
(0,22,6,60)
C0M22Y6K60 
(0%,22%,6%,60%)
(0.00/0.22/0.06/0.60)	

CMYK percentages

%0
%21.57
%5.88
%60

Codes

Color #665060 in popluar color models

665060
RGB1028096
HSL316°12.09%35.69%
HSB/HSV316°21.57%40.00%
CMYK0.00%21.57%5.88%
60.00%

Color #665060 in popluar number systems.

HEX665060
Decimal1028096
Binary110011010100001100000
Octal146120140

Shades and tints

Shades of #665060

#665060
(102,80,96)
#5D4958
(93,73,88)
#544250
(84,66,80)
#4B3B48
(75,59,72)
#423440
(66,52,64)
#392D38
(57,45,56)
#302630
(48,38,48)
#271F28
(39,31,40)
#1E1820
(30,24,32)
#151118
(21,17,24)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #665060

#665060
(102,80,96)
#735F6E
(115,95,110)
#806E7C
(128,110,124)
#8D7D8A
(141,125,138)
#9A8C98
(154,140,152)
#A79BA6
(167,155,166)
#B4AAB4
(180,170,180)
#C1B9C2
(193,185,194)
#CEC8D0
(206,200,208)
#DBD7DE
(219,215,222)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665060; }

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

This text font color is #665060.


Background Color

.myBgColor { background-color: #665060; }

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

This div background color is #665060.


Border color

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

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

This div border color is #665060.


Opacity

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

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

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

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

This text has shadow with #665060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665060 on black background.


Color preview on white background

This text has color #665060 on white background.



Black color preview on #665060 background

This text has black color on #665060 background.


White color preview on #665060 background

This text has white color on #665060 background.