COLOR #665A70

HEX: #665A70
RGB: (102,90,112)

Color info

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

RGB color model

#665A70 color RGB value is (102,90,112).

  • red value is 102;
  • green value is 90;
  • blue value is 112.
RGB:
(102,90,112)
(40%,35%,44%)

RGB channels and saturation

R 102 of 255 = 40%
G 90 of 255 = 35%
B 112 of 255 = 44%

102
90
112

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

Portions of RGB colors in percentages

R + G + B =
102 + 90 + 112 = 304 (100%)
R 102 of 304 ~ 33.55%
G 90 of 304 ~ 29.61%
B 112 of 304 ~ 36.84%

%33.55
%29.61
%36.84

CMYK color model

#665A70 color CMYK value is (9,20,0,56).

  • cyan value is 8.93%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(9,20,0,56)
C9M20Y0K56 
(9%,20%,0%,56%)
(0.09/0.20/0.00/0.56)	

CMYK percentages

%8.93
%19.64
%0
%56.08

Codes

Color #665A70 in popluar color models

665A70
RGB10290112
HSL273°10.89%39.61%
HSB/HSV273°19.64%43.92%
CMYK8.93%19.64%0.00%
56.08%

Color #665A70 in popluar number systems.

HEX665A70
Decimal10290112
Binary110011010110101110000
Octal146132160

Shades and tints

Shades of #665A70

#665A70
(102,90,112)
#5D5266
(93,82,102)
#544A5C
(84,74,92)
#4B4252
(75,66,82)
#423A48
(66,58,72)
#39323E
(57,50,62)
#302A34
(48,42,52)
#27222A
(39,34,42)
#1E1A20
(30,26,32)
#151216
(21,18,22)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #665A70

#665A70
(102,90,112)
#73697D
(115,105,125)
#80788A
(128,120,138)
#8D8797
(141,135,151)
#9A96A4
(154,150,164)
#A7A5B1
(167,165,177)
#B4B4BE
(180,180,190)
#C1C3CB
(193,195,203)
#CED2D8
(206,210,216)
#DBE1E5
(219,225,229)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665A70; }

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

This text font color is #665A70.


Background Color

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

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

This div background color is #665A70.


Border color

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

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

This div border color is #665A70.


Opacity

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

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

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

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

This text has shadow with #665A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665A70 on black background.


Color preview on white background

This text has color #665A70 on white background.



Black color preview on #665A70 background

This text has black color on #665A70 background.


White color preview on #665A70 background

This text has white color on #665A70 background.