COLOR #666364

HEX: #666364
RGB: (102,99,100)

Color info

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

RGB color model

#666364 color RGB value is (102,99,100).

  • red value is 102;
  • green value is 99;
  • blue value is 100.
RGB:
(102,99,100)
(40%,39%,39%)

RGB channels and saturation

R 102 of 255 = 40%
G 99 of 255 = 39%
B 100 of 255 = 39%

102
99
100

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

Portions of RGB colors in percentages

R + G + B =
102 + 99 + 100 = 301 (100%)
R 102 of 301 ~ 33.89%
G 99 of 301 ~ 32.89%
B 100 of 301 ~ 33.22%

%33.89
%32.89
%33.22

CMYK color model

#666364 color CMYK value is (0,3,2,60).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 1.96%
  • key color value is 60.00%
CMYK:
(0,3,2,60)
C0M3Y2K60 
(0%,3%,2%,60%)
(0.00/0.03/0.02/0.60)	

CMYK percentages

%0
%2.94
%1.96
%60

Codes

Color #666364 in popluar color models

666364
RGB10299100
HSL340°1.49%39.41%
HSB/HSV340°2.94%40.00%
CMYK0.00%2.94%1.96%
60.00%

Color #666364 in popluar number systems.

HEX666364
Decimal10299100
Binary110011011000111100100
Octal146143144

Shades and tints

Shades of #666364

#666364
(102,99,100)
#5D5A5B
(93,90,91)
#545152
(84,81,82)
#4B4849
(75,72,73)
#423F40
(66,63,64)
#393637
(57,54,55)
#302D2E
(48,45,46)
#272425
(39,36,37)
#1E1B1C
(30,27,28)
#151213
(21,18,19)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #666364

#666364
(102,99,100)
#737172
(115,113,114)
#807F80
(128,127,128)
#8D8D8E
(141,141,142)
#9A9B9C
(154,155,156)
#A7A9AA
(167,169,170)
#B4B7B8
(180,183,184)
#C1C5C6
(193,197,198)
#CED3D4
(206,211,212)
#DBE1E2
(219,225,226)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666364 color. Also use rgb(102,99,100) instead hex code.

Text Font Color

.myTextColor { color: #666364; }

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

This text font color is #666364.


Background Color

.myBgColor { background-color: #666364; }

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

This div background color is #666364.


Border color

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

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

This div border color is #666364.


Opacity

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

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

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

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

This text has shadow with #666364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666364 on black background.


Color preview on white background

This text has color #666364 on white background.



Black color preview on #666364 background

This text has black color on #666364 background.


White color preview on #666364 background

This text has white color on #666364 background.