COLOR #66475D

HEX: #66475D
RGB: (102,71,93)

Color info

#66475D contains red, green and blue colors in about the same proportion. Web safe color of #66475D is #663366 (or #636).

RGB color model

#66475D color RGB value is (102,71,93).

  • red value is 102;
  • green value is 71;
  • blue value is 93.
RGB:
(102,71,93)
(40%,28%,36%)

RGB channels and saturation

R 102 of 255 = 40%
G 71 of 255 = 28%
B 93 of 255 = 36%

102
71
93

R + G + B ~ 35%. #66475D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 71 + 93 = 266 (100%)
R 102 of 266 ~ 38.35%
G 71 of 266 ~ 26.69%
B 93 of 266 ~ 34.96%

%38.35
%26.69
%34.96

CMYK color model

#66475D color CMYK value is (0,30,9,60).

  • cyan value is 0.00%
  • magenta value is 30.39%
  • yellow value is 8.82%
  • key color value is 60.00%
CMYK:
(0,30,9,60)
C0M30Y9K60 
(0%,30%,9%,60%)
(0.00/0.30/0.09/0.60)	

CMYK percentages

%0
%30.39
%8.82
%60

Codes

Color #66475D in popluar color models

66475D
RGB1027193
HSL317°17.92%33.92%
HSB/HSV317°30.39%40.00%
CMYK0.00%30.39%8.82%
60.00%

Color #66475D in popluar number systems.

HEX66475D
Decimal1027193
Binary110011010001111011101
Octal146107135

Shades and tints

Shades of #66475D

#66475D
(102,71,93)
#5D4155
(93,65,85)
#543B4D
(84,59,77)
#4B3545
(75,53,69)
#422F3D
(66,47,61)
#392935
(57,41,53)
#30232D
(48,35,45)
#271D25
(39,29,37)
#1E171D
(30,23,29)
#151115
(21,17,21)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #66475D

#66475D
(102,71,93)
#73576B
(115,87,107)
#806779
(128,103,121)
#8D7787
(141,119,135)
#9A8795
(154,135,149)
#A797A3
(167,151,163)
#B4A7B1
(180,167,177)
#C1B7BF
(193,183,191)
#CEC7CD
(206,199,205)
#DBD7DB
(219,215,219)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66475D color. Also use rgb(102,71,93) instead hex code.

Text Font Color

.myTextColor { color: #66475D; }

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

This text font color is #66475D.


Background Color

.myBgColor { background-color: #66475D; }

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

This div background color is #66475D.


Border color

.myBorderColor { border: 1px solid #66475D; }

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

This div border color is #66475D.


Opacity

.myOpacity80 { color: #66475D; opacity: 0.8; }

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

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

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

This text has shadow with #66475D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66475D on black background.


Color preview on white background

This text has color #66475D on white background.



Black color preview on #66475D background

This text has black color on #66475D background.


White color preview on #66475D background

This text has white color on #66475D background.