COLOR #66365F

HEX: #66365F
RGB: (102,54,95)

Color info

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

RGB color model

#66365F color RGB value is (102,54,95).

  • red value is 102;
  • green value is 54;
  • blue value is 95.
RGB:
(102,54,95)
(40%,21%,37%)

RGB channels and saturation

R 102 of 255 = 40%
G 54 of 255 = 21%
B 95 of 255 = 37%

102
54
95

R + G + B ~ 33%. #66365F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 54 + 95 = 251 (100%)
R 102 of 251 ~ 40.64%
G 54 of 251 ~ 21.51%
B 95 of 251 ~ 37.85%

%40.64
%21.51
%37.85

CMYK color model

#66365F color CMYK value is (0,47,7,60).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 6.86%
  • key color value is 60.00%
CMYK:
(0,47,7,60)
C0M47Y7K60 
(0%,47%,7%,60%)
(0.00/0.47/0.07/0.60)	

CMYK percentages

%0
%47.06
%6.86
%60

Codes

Color #66365F in popluar color models

66365F
RGB1025495
HSL309°30.77%30.59%
HSB/HSV309°47.06%40.00%
CMYK0.00%47.06%6.86%
60.00%

Color #66365F in popluar number systems.

HEX66365F
Decimal1025495
Binary11001101101101011111
Octal14666137

Shades and tints

Shades of #66365F

#66365F
(102,54,95)
#5D3257
(93,50,87)
#542E4F
(84,46,79)
#4B2A47
(75,42,71)
#42263F
(66,38,63)
#392237
(57,34,55)
#301E2F
(48,30,47)
#271A27
(39,26,39)
#1E161F
(30,22,31)
#151217
(21,18,23)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #66365F

#66365F
(102,54,95)
#73486D
(115,72,109)
#805A7B
(128,90,123)
#8D6C89
(141,108,137)
#9A7E97
(154,126,151)
#A790A5
(167,144,165)
#B4A2B3
(180,162,179)
#C1B4C1
(193,180,193)
#CEC6CF
(206,198,207)
#DBD8DD
(219,216,221)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66365F color. Also use rgb(102,54,95) instead hex code.

Text Font Color

.myTextColor { color: #66365F; }

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

This text font color is #66365F.


Background Color

.myBgColor { background-color: #66365F; }

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

This div background color is #66365F.


Border color

.myBorderColor { border: 1px solid #66365F; }

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

This div border color is #66365F.


Opacity

.myOpacity80 { color: #66365F; opacity: 0.8; }

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

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

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

This text has shadow with #66365F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66365F on black background.


Color preview on white background

This text has color #66365F on white background.



Black color preview on #66365F background

This text has black color on #66365F background.


White color preview on #66365F background

This text has white color on #66365F background.