COLOR #665F74

HEX: #665F74
RGB: (102,95,116)

Color info

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

RGB color model

#665F74 color RGB value is (102,95,116).

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

RGB channels and saturation

R 102 of 255 = 40%
G 95 of 255 = 37%
B 116 of 255 = 45%

102
95
116

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

Portions of RGB colors in percentages

R + G + B =
102 + 95 + 116 = 313 (100%)
R 102 of 313 ~ 32.59%
G 95 of 313 ~ 30.35%
B 116 of 313 ~ 37.06%

%32.59
%30.35
%37.06

CMYK color model

#665F74 color CMYK value is (12,18,0,55).

  • cyan value is 12.07%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(12,18,0,55)
C12M18Y0K55 
(12%,18%,0%,55%)
(0.12/0.18/0.00/0.55)	

CMYK percentages

%12.07
%18.1
%0
%54.51

Codes

Color #665F74 in popluar color models

665F74
RGB10295116
HSL260°9.95%41.37%
HSB/HSV260°18.10%45.49%
CMYK12.07%18.10%0.00%
54.51%

Color #665F74 in popluar number systems.

HEX665F74
Decimal10295116
Binary110011010111111110100
Octal146137164

Shades and tints

Shades of #665F74

#665F74
(102,95,116)
#5D576A
(93,87,106)
#544F60
(84,79,96)
#4B4756
(75,71,86)
#423F4C
(66,63,76)
#393742
(57,55,66)
#302F38
(48,47,56)
#27272E
(39,39,46)
#1E1F24
(30,31,36)
#15171A
(21,23,26)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #665F74

#665F74
(102,95,116)
#736D80
(115,109,128)
#807B8C
(128,123,140)
#8D8998
(141,137,152)
#9A97A4
(154,151,164)
#A7A5B0
(167,165,176)
#B4B3BC
(180,179,188)
#C1C1C8
(193,193,200)
#CECFD4
(206,207,212)
#DBDDE0
(219,221,224)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665F74 color. Also use rgb(102,95,116) instead hex code.

Text Font Color

.myTextColor { color: #665F74; }

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

This text font color is #665F74.


Background Color

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

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

This div background color is #665F74.


Border color

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

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

This div border color is #665F74.


Opacity

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

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

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

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

This text has shadow with #665F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665F74 on black background.


Color preview on white background

This text has color #665F74 on white background.



Black color preview on #665F74 background

This text has black color on #665F74 background.


White color preview on #665F74 background

This text has white color on #665F74 background.