COLOR #663D60

HEX: #663D60
RGB: (102,61,96)

Color info

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

RGB color model

#663D60 color RGB value is (102,61,96).

  • red value is 102;
  • green value is 61;
  • blue value is 96.
RGB:
(102,61,96)
(40%,24%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 61 of 255 = 24%
B 96 of 255 = 38%

102
61
96

R + G + B ~ 34%. #663D60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 61 + 96 = 259 (100%)
R 102 of 259 ~ 39.38%
G 61 of 259 ~ 23.55%
B 96 of 259 ~ 37.07%

%39.38
%23.55
%37.07

CMYK color model

#663D60 color CMYK value is (0,40,6,60).

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 5.88%
  • key color value is 60.00%
CMYK:
(0,40,6,60)
C0M40Y6K60 
(0%,40%,6%,60%)
(0.00/0.40/0.06/0.60)	

CMYK percentages

%0
%40.2
%5.88
%60

Codes

Color #663D60 in popluar color models

663D60
RGB1026196
HSL309°25.15%31.96%
HSB/HSV309°40.20%40.00%
CMYK0.00%40.20%5.88%
60.00%

Color #663D60 in popluar number systems.

HEX663D60
Decimal1026196
Binary11001101111011100000
Octal14675140

Shades and tints

Shades of #663D60

#663D60
(102,61,96)
#5D3858
(93,56,88)
#543350
(84,51,80)
#4B2E48
(75,46,72)
#422940
(66,41,64)
#392438
(57,36,56)
#301F30
(48,31,48)
#271A28
(39,26,40)
#1E1520
(30,21,32)
#151018
(21,16,24)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #663D60

#663D60
(102,61,96)
#734E6E
(115,78,110)
#805F7C
(128,95,124)
#8D708A
(141,112,138)
#9A8198
(154,129,152)
#A792A6
(167,146,166)
#B4A3B4
(180,163,180)
#C1B4C2
(193,180,194)
#CEC5D0
(206,197,208)
#DBD6DE
(219,214,222)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663D60 color. Also use rgb(102,61,96) instead hex code.

Text Font Color

.myTextColor { color: #663D60; }

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

This text font color is #663D60.


Background Color

.myBgColor { background-color: #663D60; }

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

This div background color is #663D60.


Border color

.myBorderColor { border: 1px solid #663D60; }

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

This div border color is #663D60.


Opacity

.myOpacity80 { color: #663D60; opacity: 0.8; }

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

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

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

This text has shadow with #663D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663D60 on black background.


Color preview on white background

This text has color #663D60 on white background.



Black color preview on #663D60 background

This text has black color on #663D60 background.


White color preview on #663D60 background

This text has white color on #663D60 background.