COLOR #665171

HEX: #665171
RGB: (102,81,113)

Color info

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

RGB color model

#665171 color RGB value is (102,81,113).

  • red value is 102;
  • green value is 81;
  • blue value is 113.
RGB:
(102,81,113)
(40%,32%,44%)

RGB channels and saturation

R 102 of 255 = 40%
G 81 of 255 = 32%
B 113 of 255 = 44%

102
81
113

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

Portions of RGB colors in percentages

R + G + B =
102 + 81 + 113 = 296 (100%)
R 102 of 296 ~ 34.46%
G 81 of 296 ~ 27.36%
B 113 of 296 ~ 38.18%

%34.46
%27.36
%38.18

CMYK color model

#665171 color CMYK value is (10,28,0,56).

  • cyan value is 9.73%
  • magenta value is 28.32%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(10,28,0,56)
C10M28Y0K56 
(10%,28%,0%,56%)
(0.10/0.28/0.00/0.56)	

CMYK percentages

%9.73
%28.32
%0
%55.69

Codes

Color #665171 in popluar color models

665171
RGB10281113
HSL279°16.49%38.04%
HSB/HSV279°28.32%44.31%
CMYK9.73%28.32%0.00%
55.69%

Color #665171 in popluar number systems.

HEX665171
Decimal10281113
Binary110011010100011110001
Octal146121161

Shades and tints

Shades of #665171

#665171
(102,81,113)
#5D4A67
(93,74,103)
#54435D
(84,67,93)
#4B3C53
(75,60,83)
#423549
(66,53,73)
#392E3F
(57,46,63)
#302735
(48,39,53)
#27202B
(39,32,43)
#1E1921
(30,25,33)
#151217
(21,18,23)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #665171

#665171
(102,81,113)
#73607D
(115,96,125)
#806F89
(128,111,137)
#8D7E95
(141,126,149)
#9A8DA1
(154,141,161)
#A79CAD
(167,156,173)
#B4ABB9
(180,171,185)
#C1BAC5
(193,186,197)
#CEC9D1
(206,201,209)
#DBD8DD
(219,216,221)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665171 color. Also use rgb(102,81,113) instead hex code.

Text Font Color

.myTextColor { color: #665171; }

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

This text font color is #665171.


Background Color

.myBgColor { background-color: #665171; }

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

This div background color is #665171.


Border color

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

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

This div border color is #665171.


Opacity

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

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

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

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

This text has shadow with #665171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665171 on black background.


Color preview on white background

This text has color #665171 on white background.



Black color preview on #665171 background

This text has black color on #665171 background.


White color preview on #665171 background

This text has white color on #665171 background.