COLOR #666271

HEX: #666271
RGB: (102,98,113)

Color info

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

RGB color model

#666271 color RGB value is (102,98,113).

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

RGB channels and saturation

R 102 of 255 = 40%
G 98 of 255 = 38%
B 113 of 255 = 44%

102
98
113

R + G + B ~ 41%. #666271 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 98 + 113 = 313 (100%)
R 102 of 313 ~ 32.59%
G 98 of 313 ~ 31.31%
B 113 of 313 ~ 36.1%

%32.59
%31.31
%36.1

CMYK color model

#666271 color CMYK value is (10,13,0,56).

  • cyan value is 9.73%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(10,13,0,56)
C10M13Y0K56 
(10%,13%,0%,56%)
(0.10/0.13/0.00/0.56)	

CMYK percentages

%9.73
%13.27
%0
%55.69

Codes

Color #666271 in popluar color models

666271
RGB10298113
HSL256°7.11%41.37%
HSB/HSV256°13.27%44.31%
CMYK9.73%13.27%0.00%
55.69%

Color #666271 in popluar number systems.

HEX666271
Decimal10298113
Binary110011011000101110001
Octal146142161

Shades and tints

Shades of #666271

#666271
(102,98,113)
#5D5A67
(93,90,103)
#54525D
(84,82,93)
#4B4A53
(75,74,83)
#424249
(66,66,73)
#393A3F
(57,58,63)
#303235
(48,50,53)
#272A2B
(39,42,43)
#1E2221
(30,34,33)
#151A17
(21,26,23)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #666271

#666271
(102,98,113)
#73707D
(115,112,125)
#807E89
(128,126,137)
#8D8C95
(141,140,149)
#9A9AA1
(154,154,161)
#A7A8AD
(167,168,173)
#B4B6B9
(180,182,185)
#C1C4C5
(193,196,197)
#CED2D1
(206,210,209)
#DBE0DD
(219,224,221)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666271; }

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

This text font color is #666271.


Background Color

.myBgColor { background-color: #666271; }

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

This div background color is #666271.


Border color

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

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

This div border color is #666271.


Opacity

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

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

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

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

This text has shadow with #666271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666271 on black background.


Color preview on white background

This text has color #666271 on white background.



Black color preview on #666271 background

This text has black color on #666271 background.


White color preview on #666271 background

This text has white color on #666271 background.