COLOR #665569

HEX: #665569
RGB: (102,85,105)

Color info

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

RGB color model

#665569 color RGB value is (102,85,105).

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

RGB channels and saturation

R 102 of 255 = 40%
G 85 of 255 = 33%
B 105 of 255 = 41%

102
85
105

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

Portions of RGB colors in percentages

R + G + B =
102 + 85 + 105 = 292 (100%)
R 102 of 292 ~ 34.93%
G 85 of 292 ~ 29.11%
B 105 of 292 ~ 35.96%

%34.93
%29.11
%35.96

CMYK color model

#665569 color CMYK value is (3,19,0,59).

  • cyan value is 2.86%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(3,19,0,59)
C3M19Y0K59 
(3%,19%,0%,59%)
(0.03/0.19/0.00/0.59)	

CMYK percentages

%2.86
%19.05
%0
%58.82

Codes

Color #665569 in popluar color models

665569
RGB10285105
HSL291°10.53%37.25%
HSB/HSV291°19.05%41.18%
CMYK2.86%19.05%0.00%
58.82%

Color #665569 in popluar number systems.

HEX665569
Decimal10285105
Binary110011010101011101001
Octal146125151

Shades and tints

Shades of #665569

#665569
(102,85,105)
#5D4E60
(93,78,96)
#544757
(84,71,87)
#4B404E
(75,64,78)
#423945
(66,57,69)
#39323C
(57,50,60)
#302B33
(48,43,51)
#27242A
(39,36,42)
#1E1D21
(30,29,33)
#151618
(21,22,24)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #665569

#665569
(102,85,105)
#736476
(115,100,118)
#807383
(128,115,131)
#8D8290
(141,130,144)
#9A919D
(154,145,157)
#A7A0AA
(167,160,170)
#B4AFB7
(180,175,183)
#C1BEC4
(193,190,196)
#CECDD1
(206,205,209)
#DBDCDE
(219,220,222)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665569; }

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

This text font color is #665569.


Background Color

.myBgColor { background-color: #665569; }

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

This div background color is #665569.


Border color

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

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

This div border color is #665569.


Opacity

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

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

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

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

This text has shadow with #665569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665569 on black background.


Color preview on white background

This text has color #665569 on white background.



Black color preview on #665569 background

This text has black color on #665569 background.


White color preview on #665569 background

This text has white color on #665569 background.