COLOR #66355A

HEX: #66355A
RGB: (102,53,90)

Color info

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

RGB color model

#66355A color RGB value is (102,53,90).

  • red value is 102;
  • green value is 53;
  • blue value is 90.
RGB:
(102,53,90)
(40%,21%,35%)

RGB channels and saturation

R 102 of 255 = 40%
G 53 of 255 = 21%
B 90 of 255 = 35%

102
53
90

R + G + B ~ 32%. #66355A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 53 + 90 = 245 (100%)
R 102 of 245 ~ 41.63%
G 53 of 245 ~ 21.63%
B 90 of 245 ~ 36.73%

%41.63
%21.63
%36.73

CMYK color model

#66355A color CMYK value is (0,48,12,60).

  • cyan value is 0.00%
  • magenta value is 48.04%
  • yellow value is 11.76%
  • key color value is 60.00%
CMYK:
(0,48,12,60)
C0M48Y12K60 
(0%,48%,12%,60%)
(0.00/0.48/0.12/0.60)	

CMYK percentages

%0
%48.04
%11.76
%60

Codes

Color #66355A in popluar color models

66355A
RGB1025390
HSL315°31.61%30.39%
HSB/HSV315°48.04%40.00%
CMYK0.00%48.04%11.76%
60.00%

Color #66355A in popluar number systems.

HEX66355A
Decimal1025390
Binary11001101101011011010
Octal14665132

Shades and tints

Shades of #66355A

#66355A
(102,53,90)
#5D3152
(93,49,82)
#542D4A
(84,45,74)
#4B2942
(75,41,66)
#42253A
(66,37,58)
#392132
(57,33,50)
#301D2A
(48,29,42)
#271922
(39,25,34)
#1E151A
(30,21,26)
#151112
(21,17,18)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #66355A

#66355A
(102,53,90)
#734769
(115,71,105)
#805978
(128,89,120)
#8D6B87
(141,107,135)
#9A7D96
(154,125,150)
#A78FA5
(167,143,165)
#B4A1B4
(180,161,180)
#C1B3C3
(193,179,195)
#CEC5D2
(206,197,210)
#DBD7E1
(219,215,225)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66355A color. Also use rgb(102,53,90) instead hex code.

Text Font Color

.myTextColor { color: #66355A; }

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

This text font color is #66355A.


Background Color

.myBgColor { background-color: #66355A; }

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

This div background color is #66355A.


Border color

.myBorderColor { border: 1px solid #66355A; }

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

This div border color is #66355A.


Opacity

.myOpacity80 { color: #66355A; opacity: 0.8; }

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

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

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

This text has shadow with #66355A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66355A on black background.


Color preview on white background

This text has color #66355A on white background.



Black color preview on #66355A background

This text has black color on #66355A background.


White color preview on #66355A background

This text has white color on #66355A background.