COLOR #663D65

HEX: #663D65
RGB: (102,61,101)

Color info

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

RGB color model

#663D65 color RGB value is (102,61,101).

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

RGB channels and saturation

R 102 of 255 = 40%
G 61 of 255 = 24%
B 101 of 255 = 40%

102
61
101

R + G + B ~ 35%. #663D65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 61 + 101 = 264 (100%)
R 102 of 264 ~ 38.64%
G 61 of 264 ~ 23.11%
B 101 of 264 ~ 38.26%

%38.64
%23.11
%38.26

CMYK color model

#663D65 color CMYK value is (0,40,1,60).

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(0,40,1,60)
C0M40Y1K60 
(0%,40%,1%,60%)
(0.00/0.40/0.01/0.60)	

CMYK percentages

%0
%40.2
%0.98
%60

Codes

Color #663D65 in popluar color models

663D65
RGB10261101
HSL301°25.15%31.96%
HSB/HSV301°40.20%40.00%
CMYK0.00%40.20%0.98%
60.00%

Color #663D65 in popluar number systems.

HEX663D65
Decimal10261101
Binary11001101111011100101
Octal14675145

Shades and tints

Shades of #663D65

#663D65
(102,61,101)
#5D385C
(93,56,92)
#543353
(84,51,83)
#4B2E4A
(75,46,74)
#422941
(66,41,65)
#392438
(57,36,56)
#301F2F
(48,31,47)
#271A26
(39,26,38)
#1E151D
(30,21,29)
#151014
(21,16,20)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #663D65

#663D65
(102,61,101)
#734E73
(115,78,115)
#805F81
(128,95,129)
#8D708F
(141,112,143)
#9A819D
(154,129,157)
#A792AB
(167,146,171)
#B4A3B9
(180,163,185)
#C1B4C7
(193,180,199)
#CEC5D5
(206,197,213)
#DBD6E3
(219,214,227)
#E8E7F1
(232,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663D65; }

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

This text font color is #663D65.


Background Color

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

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

This div background color is #663D65.


Border color

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

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

This div border color is #663D65.


Opacity

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

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

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

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

This text has shadow with #663D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663D65 on black background.


Color preview on white background

This text has color #663D65 on white background.



Black color preview on #663D65 background

This text has black color on #663D65 background.


White color preview on #663D65 background

This text has white color on #663D65 background.