COLOR #666065

HEX: #666065
RGB: (102,96,101)

Color info

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

RGB color model

#666065 color RGB value is (102,96,101).

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

RGB channels and saturation

R 102 of 255 = 40%
G 96 of 255 = 38%
B 101 of 255 = 40%

102
96
101

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

Portions of RGB colors in percentages

R + G + B =
102 + 96 + 101 = 299 (100%)
R 102 of 299 ~ 34.11%
G 96 of 299 ~ 32.11%
B 101 of 299 ~ 33.78%

%34.11
%32.11
%33.78

CMYK color model

#666065 color CMYK value is (0,6,1,60).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(0,6,1,60)
C0M6Y1K60 
(0%,6%,1%,60%)
(0.00/0.06/0.01/0.60)	

CMYK percentages

%0
%5.88
%0.98
%60

Codes

Color #666065 in popluar color models

666065
RGB10296101
HSL310°3.03%38.82%
HSB/HSV310°5.88%40.00%
CMYK0.00%5.88%0.98%
60.00%

Color #666065 in popluar number systems.

HEX666065
Decimal10296101
Binary110011011000001100101
Octal146140145

Shades and tints

Shades of #666065

#666065
(102,96,101)
#5D585C
(93,88,92)
#545053
(84,80,83)
#4B484A
(75,72,74)
#424041
(66,64,65)
#393838
(57,56,56)
#30302F
(48,48,47)
#272826
(39,40,38)
#1E201D
(30,32,29)
#151814
(21,24,20)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #666065

#666065
(102,96,101)
#736E73
(115,110,115)
#807C81
(128,124,129)
#8D8A8F
(141,138,143)
#9A989D
(154,152,157)
#A7A6AB
(167,166,171)
#B4B4B9
(180,180,185)
#C1C2C7
(193,194,199)
#CED0D5
(206,208,213)
#DBDEE3
(219,222,227)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666065; }

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

This text font color is #666065.


Background Color

.myBgColor { background-color: #666065; }

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

This div background color is #666065.


Border color

.myBorderColor { border: 1px solid #666065; }

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

This div border color is #666065.


Opacity

.myOpacity80 { color: #666065; opacity: 0.8; }

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

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

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

This text has shadow with #666065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666065 on black background.


Color preview on white background

This text has color #666065 on white background.



Black color preview on #666065 background

This text has black color on #666065 background.


White color preview on #666065 background

This text has white color on #666065 background.