COLOR #665067

HEX: #665067
RGB: (102,80,103)

Color info

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

RGB color model

#665067 color RGB value is (102,80,103).

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

RGB channels and saturation

R 102 of 255 = 40%
G 80 of 255 = 31%
B 103 of 255 = 40%

102
80
103

R + G + B ~ 37%. #665067 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 80 + 103 = 285 (100%)
R 102 of 285 ~ 35.79%
G 80 of 285 ~ 28.07%
B 103 of 285 ~ 36.14%

%35.79
%28.07
%36.14

CMYK color model

#665067 color CMYK value is (1,22,0,60).

  • cyan value is 0.97%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(1,22,0,60)
C1M22Y0K60 
(1%,22%,0%,60%)
(0.01/0.22/0.00/0.60)	

CMYK percentages

%0.97
%22.33
%0
%59.61

Codes

Color #665067 in popluar color models

665067
RGB10280103
HSL297°12.57%35.88%
HSB/HSV297°22.33%40.39%
CMYK0.97%22.33%0.00%
59.61%

Color #665067 in popluar number systems.

HEX665067
Decimal10280103
Binary110011010100001100111
Octal146120147

Shades and tints

Shades of #665067

#665067
(102,80,103)
#5D495E
(93,73,94)
#544255
(84,66,85)
#4B3B4C
(75,59,76)
#423443
(66,52,67)
#392D3A
(57,45,58)
#302631
(48,38,49)
#271F28
(39,31,40)
#1E181F
(30,24,31)
#151116
(21,17,22)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #665067

#665067
(102,80,103)
#735F74
(115,95,116)
#806E81
(128,110,129)
#8D7D8E
(141,125,142)
#9A8C9B
(154,140,155)
#A79BA8
(167,155,168)
#B4AAB5
(180,170,181)
#C1B9C2
(193,185,194)
#CEC8CF
(206,200,207)
#DBD7DC
(219,215,220)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665067; }

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

This text font color is #665067.


Background Color

.myBgColor { background-color: #665067; }

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

This div background color is #665067.


Border color

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

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

This div border color is #665067.


Opacity

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

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

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

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

This text has shadow with #665067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665067 on black background.


Color preview on white background

This text has color #665067 on white background.



Black color preview on #665067 background

This text has black color on #665067 background.


White color preview on #665067 background

This text has white color on #665067 background.