COLOR #665565

HEX: #665565
RGB: (102,85,101)

Color info

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

RGB color model

#665565 color RGB value is (102,85,101).

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

RGB channels and saturation

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

102
85
101

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

Portions of RGB colors in percentages

R + G + B =
102 + 85 + 101 = 288 (100%)
R 102 of 288 ~ 35.42%
G 85 of 288 ~ 29.51%
B 101 of 288 ~ 35.07%

%35.42
%29.51
%35.07

CMYK color model

#665565 color CMYK value is (0,17,1,60).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(0,17,1,60)
C0M17Y1K60 
(0%,17%,1%,60%)
(0.00/0.17/0.01/0.60)	

CMYK percentages

%0
%16.67
%0.98
%60

Codes

Color #665565 in popluar color models

665565
RGB10285101
HSL304°9.09%36.67%
HSB/HSV304°16.67%40.00%
CMYK0.00%16.67%0.98%
60.00%

Color #665565 in popluar number systems.

HEX665565
Decimal10285101
Binary110011010101011100101
Octal146125145

Shades and tints

Shades of #665565

#665565
(102,85,101)
#5D4E5C
(93,78,92)
#544753
(84,71,83)
#4B404A
(75,64,74)
#423941
(66,57,65)
#393238
(57,50,56)
#302B2F
(48,43,47)
#272426
(39,36,38)
#1E1D1D
(30,29,29)
#151614
(21,22,20)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #665565

#665565
(102,85,101)
#736473
(115,100,115)
#807381
(128,115,129)
#8D828F
(141,130,143)
#9A919D
(154,145,157)
#A7A0AB
(167,160,171)
#B4AFB9
(180,175,185)
#C1BEC7
(193,190,199)
#CECDD5
(206,205,213)
#DBDCE3
(219,220,227)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665565; }

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

This text font color is #665565.


Background Color

.myBgColor { background-color: #665565; }

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

This div background color is #665565.


Border color

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

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

This div border color is #665565.


Opacity

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

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

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

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

This text has shadow with #665565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665565 on black background.


Color preview on white background

This text has color #665565 on white background.



Black color preview on #665565 background

This text has black color on #665565 background.


White color preview on #665565 background

This text has white color on #665565 background.