COLOR #665B65

HEX: #665B65
RGB: (102,91,101)

Color info

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

RGB color model

#665B65 color RGB value is (102,91,101).

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

RGB channels and saturation

R 102 of 255 = 40%
G 91 of 255 = 36%
B 101 of 255 = 40%

102
91
101

R + G + B ~ 39%. #665B65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 91 + 101 = 294 (100%)
R 102 of 294 ~ 34.69%
G 91 of 294 ~ 30.95%
B 101 of 294 ~ 34.35%

%34.69
%30.95
%34.35

CMYK color model

#665B65 color CMYK value is (0,11,1,60).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(0,11,1,60)
C0M11Y1K60 
(0%,11%,1%,60%)
(0.00/0.11/0.01/0.60)	

CMYK percentages

%0
%10.78
%0.98
%60

Codes

Color #665B65 in popluar color models

665B65
RGB10291101
HSL305°5.70%37.84%
HSB/HSV305°10.78%40.00%
CMYK0.00%10.78%0.98%
60.00%

Color #665B65 in popluar number systems.

HEX665B65
Decimal10291101
Binary110011010110111100101
Octal146133145

Shades and tints

Shades of #665B65

#665B65
(102,91,101)
#5D535C
(93,83,92)
#544B53
(84,75,83)
#4B434A
(75,67,74)
#423B41
(66,59,65)
#393338
(57,51,56)
#302B2F
(48,43,47)
#272326
(39,35,38)
#1E1B1D
(30,27,29)
#151314
(21,19,20)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #665B65

#665B65
(102,91,101)
#736973
(115,105,115)
#807781
(128,119,129)
#8D858F
(141,133,143)
#9A939D
(154,147,157)
#A7A1AB
(167,161,171)
#B4AFB9
(180,175,185)
#C1BDC7
(193,189,199)
#CECBD5
(206,203,213)
#DBD9E3
(219,217,227)
#E8E7F1
(232,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665B65; }

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

This text font color is #665B65.


Background Color

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

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

This div background color is #665B65.


Border color

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

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

This div border color is #665B65.


Opacity

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

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

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

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

This text has shadow with #665B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665B65 on black background.


Color preview on white background

This text has color #665B65 on white background.



Black color preview on #665B65 background

This text has black color on #665B65 background.


White color preview on #665B65 background

This text has white color on #665B65 background.