COLOR #665477

HEX: #665477
RGB: (102,84,119)

Color info

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

RGB color model

#665477 color RGB value is (102,84,119).

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

RGB channels and saturation

R 102 of 255 = 40%
G 84 of 255 = 33%
B 119 of 255 = 47%

102
84
119

R + G + B ~ 40%. #665477 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 84 + 119 = 305 (100%)
R 102 of 305 ~ 33.44%
G 84 of 305 ~ 27.54%
B 119 of 305 ~ 39.02%

%33.44
%27.54
%39.02

CMYK color model

#665477 color CMYK value is (14,29,0,53).

  • cyan value is 14.29%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(14,29,0,53)
C14M29Y0K53 
(14%,29%,0%,53%)
(0.14/0.29/0.00/0.53)	

CMYK percentages

%14.29
%29.41
%0
%53.33

Codes

Color #665477 in popluar color models

665477
RGB10284119
HSL271°17.24%39.80%
HSB/HSV271°29.41%46.67%
CMYK14.29%29.41%0.00%
53.33%

Color #665477 in popluar number systems.

HEX665477
Decimal10284119
Binary110011010101001110111
Octal146124167

Shades and tints

Shades of #665477

#665477
(102,84,119)
#5D4D6D
(93,77,109)
#544663
(84,70,99)
#4B3F59
(75,63,89)
#42384F
(66,56,79)
#393145
(57,49,69)
#302A3B
(48,42,59)
#272331
(39,35,49)
#1E1C27
(30,28,39)
#15151D
(21,21,29)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #665477

#665477
(102,84,119)
#736383
(115,99,131)
#80728F
(128,114,143)
#8D819B
(141,129,155)
#9A90A7
(154,144,167)
#A79FB3
(167,159,179)
#B4AEBF
(180,174,191)
#C1BDCB
(193,189,203)
#CECCD7
(206,204,215)
#DBDBE3
(219,219,227)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665477; }

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

This text font color is #665477.


Background Color

.myBgColor { background-color: #665477; }

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

This div background color is #665477.


Border color

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

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

This div border color is #665477.


Opacity

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

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

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

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

This text has shadow with #665477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665477 on black background.


Color preview on white background

This text has color #665477 on white background.



Black color preview on #665477 background

This text has black color on #665477 background.


White color preview on #665477 background

This text has white color on #665477 background.