COLOR #665474

HEX: #665474
RGB: (102,84,116)

Color info

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

RGB color model

#665474 color RGB value is (102,84,116).

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

RGB channels and saturation

R 102 of 255 = 40%
G 84 of 255 = 33%
B 116 of 255 = 45%

102
84
116

R + G + B ~ 39%. #665474 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 84 + 116 = 302 (100%)
R 102 of 302 ~ 33.77%
G 84 of 302 ~ 27.81%
B 116 of 302 ~ 38.41%

%33.77
%27.81
%38.41

CMYK color model

#665474 color CMYK value is (12,28,0,55).

  • cyan value is 12.07%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(12,28,0,55)
C12M28Y0K55 
(12%,28%,0%,55%)
(0.12/0.28/0.00/0.55)	

CMYK percentages

%12.07
%27.59
%0
%54.51

Codes

Color #665474 in popluar color models

665474
RGB10284116
HSL274°16.00%39.22%
HSB/HSV274°27.59%45.49%
CMYK12.07%27.59%0.00%
54.51%

Color #665474 in popluar number systems.

HEX665474
Decimal10284116
Binary110011010101001110100
Octal146124164

Shades and tints

Shades of #665474

#665474
(102,84,116)
#5D4D6A
(93,77,106)
#544660
(84,70,96)
#4B3F56
(75,63,86)
#42384C
(66,56,76)
#393142
(57,49,66)
#302A38
(48,42,56)
#27232E
(39,35,46)
#1E1C24
(30,28,36)
#15151A
(21,21,26)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #665474

#665474
(102,84,116)
#736380
(115,99,128)
#80728C
(128,114,140)
#8D8198
(141,129,152)
#9A90A4
(154,144,164)
#A79FB0
(167,159,176)
#B4AEBC
(180,174,188)
#C1BDC8
(193,189,200)
#CECCD4
(206,204,212)
#DBDBE0
(219,219,224)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665474; }

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

This text font color is #665474.


Background Color

.myBgColor { background-color: #665474; }

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

This div background color is #665474.


Border color

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

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

This div border color is #665474.


Opacity

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

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

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

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

This text has shadow with #665474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665474 on black background.


Color preview on white background

This text has color #665474 on white background.



Black color preview on #665474 background

This text has black color on #665474 background.


White color preview on #665474 background

This text has white color on #665474 background.