COLOR #665E7A

HEX: #665E7A
RGB: (102,94,122)

Color info

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

RGB color model

#665E7A color RGB value is (102,94,122).

  • red value is 102;
  • green value is 94;
  • blue value is 122.
RGB:
(102,94,122)
(40%,37%,48%)

RGB channels and saturation

R 102 of 255 = 40%
G 94 of 255 = 37%
B 122 of 255 = 48%

102
94
122

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

Portions of RGB colors in percentages

R + G + B =
102 + 94 + 122 = 318 (100%)
R 102 of 318 ~ 32.08%
G 94 of 318 ~ 29.56%
B 122 of 318 ~ 38.36%

%32.08
%29.56
%38.36

CMYK color model

#665E7A color CMYK value is (16,23,0,52).

  • cyan value is 16.39%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(16,23,0,52)
C16M23Y0K52 
(16%,23%,0%,52%)
(0.16/0.23/0.00/0.52)	

CMYK percentages

%16.39
%22.95
%0
%52.16

Codes

Color #665E7A in popluar color models

665E7A
RGB10294122
HSL257°12.96%42.35%
HSB/HSV257°22.95%47.84%
CMYK16.39%22.95%0.00%
52.16%

Color #665E7A in popluar number systems.

HEX665E7A
Decimal10294122
Binary110011010111101111010
Octal146136172

Shades and tints

Shades of #665E7A

#665E7A
(102,94,122)
#5D566F
(93,86,111)
#544E64
(84,78,100)
#4B4659
(75,70,89)
#423E4E
(66,62,78)
#393643
(57,54,67)
#302E38
(48,46,56)
#27262D
(39,38,45)
#1E1E22
(30,30,34)
#151617
(21,22,23)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #665E7A

#665E7A
(102,94,122)
#736C86
(115,108,134)
#807A92
(128,122,146)
#8D889E
(141,136,158)
#9A96AA
(154,150,170)
#A7A4B6
(167,164,182)
#B4B2C2
(180,178,194)
#C1C0CE
(193,192,206)
#CECEDA
(206,206,218)
#DBDCE6
(219,220,230)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665E7A color. Also use rgb(102,94,122) instead hex code.

Text Font Color

.myTextColor { color: #665E7A; }

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

This text font color is #665E7A.


Background Color

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

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

This div background color is #665E7A.


Border color

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

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

This div border color is #665E7A.


Opacity

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

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

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

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

This text has shadow with #665E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665E7A on black background.


Color preview on white background

This text has color #665E7A on white background.



Black color preview on #665E7A background

This text has black color on #665E7A background.


White color preview on #665E7A background

This text has white color on #665E7A background.