COLOR #665267

HEX: #665267
RGB: (102,82,103)

Color info

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

RGB color model

#665267 color RGB value is (102,82,103).

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

RGB channels and saturation

R 102 of 255 = 40%
G 82 of 255 = 32%
B 103 of 255 = 40%

102
82
103

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

Portions of RGB colors in percentages

R + G + B =
102 + 82 + 103 = 287 (100%)
R 102 of 287 ~ 35.54%
G 82 of 287 ~ 28.57%
B 103 of 287 ~ 35.89%

%35.54
%28.57
%35.89

CMYK color model

#665267 color CMYK value is (1,20,0,60).

  • cyan value is 0.97%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(1,20,0,60)
C1M20Y0K60 
(1%,20%,0%,60%)
(0.01/0.20/0.00/0.60)	

CMYK percentages

%0.97
%20.39
%0
%59.61

Codes

Color #665267 in popluar color models

665267
RGB10282103
HSL297°11.35%36.27%
HSB/HSV297°20.39%40.39%
CMYK0.97%20.39%0.00%
59.61%

Color #665267 in popluar number systems.

HEX665267
Decimal10282103
Binary110011010100101100111
Octal146122147

Shades and tints

Shades of #665267

#665267
(102,82,103)
#5D4B5E
(93,75,94)
#544455
(84,68,85)
#4B3D4C
(75,61,76)
#423643
(66,54,67)
#392F3A
(57,47,58)
#302831
(48,40,49)
#272128
(39,33,40)
#1E1A1F
(30,26,31)
#151316
(21,19,22)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #665267

#665267
(102,82,103)
#736174
(115,97,116)
#807081
(128,112,129)
#8D7F8E
(141,127,142)
#9A8E9B
(154,142,155)
#A79DA8
(167,157,168)
#B4ACB5
(180,172,181)
#C1BBC2
(193,187,194)
#CECACF
(206,202,207)
#DBD9DC
(219,217,220)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665267; }

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

This text font color is #665267.


Background Color

.myBgColor { background-color: #665267; }

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

This div background color is #665267.


Border color

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

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

This div border color is #665267.


Opacity

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

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

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

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

This text has shadow with #665267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665267 on black background.


Color preview on white background

This text has color #665267 on white background.



Black color preview on #665267 background

This text has black color on #665267 background.


White color preview on #665267 background

This text has white color on #665267 background.