COLOR #665E75

HEX: #665E75
RGB: (102,94,117)

Color info

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

RGB color model

#665E75 color RGB value is (102,94,117).

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

RGB channels and saturation

R 102 of 255 = 40%
G 94 of 255 = 37%
B 117 of 255 = 46%

102
94
117

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

Portions of RGB colors in percentages

R + G + B =
102 + 94 + 117 = 313 (100%)
R 102 of 313 ~ 32.59%
G 94 of 313 ~ 30.03%
B 117 of 313 ~ 37.38%

%32.59
%30.03
%37.38

CMYK color model

#665E75 color CMYK value is (13,20,0,54).

  • cyan value is 12.82%
  • magenta value is 19.66%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(13,20,0,54)
C13M20Y0K54 
(13%,20%,0%,54%)
(0.13/0.20/0.00/0.54)	

CMYK percentages

%12.82
%19.66
%0
%54.12

Codes

Color #665E75 in popluar color models

665E75
RGB10294117
HSL261°10.90%41.37%
HSB/HSV261°19.66%45.88%
CMYK12.82%19.66%0.00%
54.12%

Color #665E75 in popluar number systems.

HEX665E75
Decimal10294117
Binary110011010111101110101
Octal146136165

Shades and tints

Shades of #665E75

#665E75
(102,94,117)
#5D566B
(93,86,107)
#544E61
(84,78,97)
#4B4657
(75,70,87)
#423E4D
(66,62,77)
#393643
(57,54,67)
#302E39
(48,46,57)
#27262F
(39,38,47)
#1E1E25
(30,30,37)
#15161B
(21,22,27)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #665E75

#665E75
(102,94,117)
#736C81
(115,108,129)
#807A8D
(128,122,141)
#8D8899
(141,136,153)
#9A96A5
(154,150,165)
#A7A4B1
(167,164,177)
#B4B2BD
(180,178,189)
#C1C0C9
(193,192,201)
#CECED5
(206,206,213)
#DBDCE1
(219,220,225)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665E75; }

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

This text font color is #665E75.


Background Color

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

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

This div background color is #665E75.


Border color

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

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

This div border color is #665E75.


Opacity

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

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

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

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

This text has shadow with #665E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665E75 on black background.


Color preview on white background

This text has color #665E75 on white background.



Black color preview on #665E75 background

This text has black color on #665E75 background.


White color preview on #665E75 background

This text has white color on #665E75 background.