COLOR #665467

HEX: #665467
RGB: (102,84,103)

Color info

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

RGB color model

#665467 color RGB value is (102,84,103).

  • red value is 102;
  • green value is 84;
  • blue value is 103.
RGB:
(102,84,103)
(40%,33%,40%)

RGB channels and saturation

R 102 of 255 = 40%
G 84 of 255 = 33%
B 103 of 255 = 40%

102
84
103

R + G + B ~ 38%. #665467 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 84 + 103 = 289 (100%)
R 102 of 289 ~ 35.29%
G 84 of 289 ~ 29.07%
B 103 of 289 ~ 35.64%

%35.29
%29.07
%35.64

CMYK color model

#665467 color CMYK value is (1,18,0,60).

  • cyan value is 0.97%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(1,18,0,60)
C1M18Y0K60 
(1%,18%,0%,60%)
(0.01/0.18/0.00/0.60)	

CMYK percentages

%0.97
%18.45
%0
%59.61

Codes

Color #665467 in popluar color models

665467
RGB10284103
HSL297°10.16%36.67%
HSB/HSV297°18.45%40.39%
CMYK0.97%18.45%0.00%
59.61%

Color #665467 in popluar number systems.

HEX665467
Decimal10284103
Binary110011010101001100111
Octal146124147

Shades and tints

Shades of #665467

#665467
(102,84,103)
#5D4D5E
(93,77,94)
#544655
(84,70,85)
#4B3F4C
(75,63,76)
#423843
(66,56,67)
#39313A
(57,49,58)
#302A31
(48,42,49)
#272328
(39,35,40)
#1E1C1F
(30,28,31)
#151516
(21,21,22)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #665467

#665467
(102,84,103)
#736374
(115,99,116)
#807281
(128,114,129)
#8D818E
(141,129,142)
#9A909B
(154,144,155)
#A79FA8
(167,159,168)
#B4AEB5
(180,174,181)
#C1BDC2
(193,189,194)
#CECCCF
(206,204,207)
#DBDBDC
(219,219,220)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665467 color. Also use rgb(102,84,103) instead hex code.

Text Font Color

.myTextColor { color: #665467; }

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

This text font color is #665467.


Background Color

.myBgColor { background-color: #665467; }

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

This div background color is #665467.


Border color

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

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

This div border color is #665467.


Opacity

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

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

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

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

This text has shadow with #665467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665467 on black background.


Color preview on white background

This text has color #665467 on white background.



Black color preview on #665467 background

This text has black color on #665467 background.


White color preview on #665467 background

This text has white color on #665467 background.