COLOR #665A73

HEX: #665A73 RGB: (102,90,115)

Color info

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

RGB color model

#665A73 color RGB value is (102,90,115).

RGB: (102,90,115) (40%, 35%, 45%)

RGB channels and saturation

R 102 of 255 = 40%
G 90 of 255 = 35%
B 115 of 255 = 45%

102
90
115

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

Portions of RGB colors in percentages

R + G + B = 102 + 90 + 115 = 307 (100%)
R 102 of 307 ~ 33.22%
G 90 of 307 ~ 29.32%
B 115 of 307 ~ 37.46'%

%33.22
%29.32
%37.46

CMYK color model

#665A73 color CMYK value is (11,22,0,55).

  • cyan value is 11.30%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK: (11,22,0,55) C11M22Y0K55 (11%,22%,0%,55%) (0.11/0.22/0.00/0.55) 

CMYK percentages

%11.3
%21.74
%0
%54.9

Codes

Color #665A73 in popluar color models

66 5A 73
RGB 102 90 115
HSL 269° 12.20% 40.20%
HSB/HSV 269° 21.74% 45.10%
CMYK 11.30% 21.74% 0.00%
54.90%

Color #665A73 in popluar number systems.

HEX 66 5A 73
Decimal 102 90 115
Binary 1100110 1011010 1110011
Octal 146 132 163

Shades and tints

Shades of #665A73

#665A73
(102,90,115)
#5D5269
(93,82,105)
#544A5F
(84,74,95)
#4B4255
(75,66,85)
#423A4B
(66,58,75)
#393241
(57,50,65)
#302A37
(48,42,55)
#27222D
(39,34,45)
#1E1A23
(30,26,35)
#151219
(21,18,25)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #665A73

#665A73
(102,90,115)
#73697F
(115,105,127)
#80788B
(128,120,139)
#8D8797
(141,135,151)
#9A96A3
(154,150,163)
#A7A5AF
(167,165,175)
#B4B4BB
(180,180,187)
#C1C3C7
(193,195,199)
#CED2D3
(206,210,211)
#DBE1DF
(219,225,223)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665A73 color. Also use rgb(102,90,115) instead hex code.

Text Font Color

.myTextColor { color: #665A73; }

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

This text font color is #665A73.

Background Color

.myBgColor { background-color: #665A73; }

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

This div background color is #665A73.

Border color

.myBorderColor { border: 1px solid #665A73; }

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

This div border color is #665A73.

Opacity

.myOpacity80 { color: #665A73; opacity: 0.8; }

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

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

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

This text has shadow with #665A73 color.


.textShadow {text-shadow: 3px 3px 1px #665A73', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #665A73; -webkit-box-shadow: 1px 1px 3px 2px #665A73; box-shadow:1px 1px 3px 2px #665A73;">
Div content here
</div>

This div box has shadow with color #665A73.

Preview

Color preview on black background

This text has color #665A73 on black background.


Color preview on white background

This text has color #665A73 on white background.


Black color preview on #665A73 background

This text has black color on #665A73 background.


White color preview on #665A73 background

This text has white color on #665A73 background.


Related colors

Complementary color

Complementary color for #hex is #99A58C.


I love getcolorcode.com

Triadic colors

1 #73665A and #5A7366 with #665A73 are triadic colors.

2 #735A66 and #5A6673 with #665A73 are triadic colors.