COLOR #665B72

HEX: #665B72
RGB: (102,91,114)

Color info

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

RGB color model

#665B72 color RGB value is (102,91,114).

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

RGB channels and saturation

R 102 of 255 = 40%
G 91 of 255 = 36%
B 114 of 255 = 45%

102
91
114

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

Portions of RGB colors in percentages

R + G + B =
102 + 91 + 114 = 307 (100%)
R 102 of 307 ~ 33.22%
G 91 of 307 ~ 29.64%
B 114 of 307 ~ 37.13%

%33.22
%29.64
%37.13

CMYK color model

#665B72 color CMYK value is (11,20,0,55).

  • cyan value is 10.53%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(11,20,0,55)
C11M20Y0K55 
(11%,20%,0%,55%)
(0.11/0.20/0.00/0.55)	

CMYK percentages

%10.53
%20.18
%0
%55.29

Codes

Color #665B72 in popluar color models

665B72
RGB10291114
HSL269°11.22%40.20%
HSB/HSV269°20.18%44.71%
CMYK10.53%20.18%0.00%
55.29%

Color #665B72 in popluar number systems.

HEX665B72
Decimal10291114
Binary110011010110111110010
Octal146133162

Shades and tints

Shades of #665B72

#665B72
(102,91,114)
#5D5368
(93,83,104)
#544B5E
(84,75,94)
#4B4354
(75,67,84)
#423B4A
(66,59,74)
#393340
(57,51,64)
#302B36
(48,43,54)
#27232C
(39,35,44)
#1E1B22
(30,27,34)
#151318
(21,19,24)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #665B72

#665B72
(102,91,114)
#73697E
(115,105,126)
#80778A
(128,119,138)
#8D8596
(141,133,150)
#9A93A2
(154,147,162)
#A7A1AE
(167,161,174)
#B4AFBA
(180,175,186)
#C1BDC6
(193,189,198)
#CECBD2
(206,203,210)
#DBD9DE
(219,217,222)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665B72; }

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

This text font color is #665B72.


Background Color

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

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

This div background color is #665B72.


Border color

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

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

This div border color is #665B72.


Opacity

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

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

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

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

This text has shadow with #665B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665B72 on black background.


Color preview on white background

This text has color #665B72 on white background.



Black color preview on #665B72 background

This text has black color on #665B72 background.


White color preview on #665B72 background

This text has white color on #665B72 background.