COLOR #665E72

HEX: #665E72
RGB: (102,94,114)

Color info

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

RGB color model

#665E72 color RGB value is (102,94,114).

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

RGB channels and saturation

R 102 of 255 = 40%
G 94 of 255 = 37%
B 114 of 255 = 45%

102
94
114

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

Portions of RGB colors in percentages

R + G + B =
102 + 94 + 114 = 310 (100%)
R 102 of 310 ~ 32.9%
G 94 of 310 ~ 30.32%
B 114 of 310 ~ 36.77%

%32.9
%30.32
%36.77

CMYK color model

#665E72 color CMYK value is (11,18,0,55).

  • cyan value is 10.53%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(11,18,0,55)
C11M18Y0K55 
(11%,18%,0%,55%)
(0.11/0.18/0.00/0.55)	

CMYK percentages

%10.53
%17.54
%0
%55.29

Codes

Color #665E72 in popluar color models

665E72
RGB10294114
HSL264°9.62%40.78%
HSB/HSV264°17.54%44.71%
CMYK10.53%17.54%0.00%
55.29%

Color #665E72 in popluar number systems.

HEX665E72
Decimal10294114
Binary110011010111101110010
Octal146136162

Shades and tints

Shades of #665E72

#665E72
(102,94,114)
#5D5668
(93,86,104)
#544E5E
(84,78,94)
#4B4654
(75,70,84)
#423E4A
(66,62,74)
#393640
(57,54,64)
#302E36
(48,46,54)
#27262C
(39,38,44)
#1E1E22
(30,30,34)
#151618
(21,22,24)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #665E72

#665E72
(102,94,114)
#736C7E
(115,108,126)
#807A8A
(128,122,138)
#8D8896
(141,136,150)
#9A96A2
(154,150,162)
#A7A4AE
(167,164,174)
#B4B2BA
(180,178,186)
#C1C0C6
(193,192,198)
#CECED2
(206,206,210)
#DBDCDE
(219,220,222)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665E72; }

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

This text font color is #665E72.


Background Color

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

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

This div background color is #665E72.


Border color

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

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

This div border color is #665E72.


Opacity

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

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

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

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

This text has shadow with #665E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665E72 on black background.


Color preview on white background

This text has color #665E72 on white background.



Black color preview on #665E72 background

This text has black color on #665E72 background.


White color preview on #665E72 background

This text has white color on #665E72 background.