COLOR #666165

HEX: #666165
RGB: (102,97,101)

Color info

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

RGB color model

#666165 color RGB value is (102,97,101).

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

RGB channels and saturation

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

102
97
101

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

Portions of RGB colors in percentages

R + G + B =
102 + 97 + 101 = 300 (100%)
R 102 of 300 ~ 34%
G 97 of 300 ~ 32.33%
B 101 of 300 ~ 33.67%

%34
%32.33
%33.67

CMYK color model

#666165 color CMYK value is (0,5,1,60).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(0,5,1,60)
C0M5Y1K60 
(0%,5%,1%,60%)
(0.00/0.05/0.01/0.60)	

CMYK percentages

%0
%4.9
%0.98
%60

Codes

Color #666165 in popluar color models

666165
RGB10297101
HSL312°2.51%39.02%
HSB/HSV312°4.90%40.00%
CMYK0.00%4.90%0.98%
60.00%

Color #666165 in popluar number systems.

HEX666165
Decimal10297101
Binary110011011000011100101
Octal146141145

Shades and tints

Shades of #666165

#666165
(102,97,101)
#5D595C
(93,89,92)
#545153
(84,81,83)
#4B494A
(75,73,74)
#424141
(66,65,65)
#393938
(57,57,56)
#30312F
(48,49,47)
#272926
(39,41,38)
#1E211D
(30,33,29)
#151914
(21,25,20)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #666165

#666165
(102,97,101)
#736F73
(115,111,115)
#807D81
(128,125,129)
#8D8B8F
(141,139,143)
#9A999D
(154,153,157)
#A7A7AB
(167,167,171)
#B4B5B9
(180,181,185)
#C1C3C7
(193,195,199)
#CED1D5
(206,209,213)
#DBDFE3
(219,223,227)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666165; }

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

This text font color is #666165.


Background Color

.myBgColor { background-color: #666165; }

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

This div background color is #666165.


Border color

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

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

This div border color is #666165.


Opacity

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

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

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

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

This text has shadow with #666165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666165 on black background.


Color preview on white background

This text has color #666165 on white background.



Black color preview on #666165 background

This text has black color on #666165 background.


White color preview on #666165 background

This text has white color on #666165 background.