COLOR #663D62

HEX: #663D62 RGB: (102,61,98)

Color info

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

RGB color model

#663D62 color RGB value is (102,61,98).

RGB: (102,61,98) (40%, 24%, 38%)

RGB channels and saturation

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

102
61
98

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

Portions of RGB colors in percentages

R + G + B = 102 + 61 + 98 = 261 (100%)
R 102 of 261 ~ 39.08%
G 61 of 261 ~ 23.37%
B 98 of 261 ~ 37.55'%

%39.08
%23.37
%37.55

CMYK color model

#663D62 color CMYK value is (0,40,4,60).

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 3.92%
  • key color value is 60.00%

CMYK: (0,40,4,60)
C0M40Y4K60 (0%, 40%, 4%, 60%)
(0.00 / 0.40 / 0.04 / 0.60)

CMYK percentages

%0
%40.2
%3.92
%60

Codes

Color #663D62 in popluar color models

66 3D 62
RGB 102 61 98
HSL 306° 25.15% 31.96%
HSB/HSV 306° 40.20% 40.00%
CMYK 0.00% 40.20% 3.92%
60.00%

Color #663D62 in popluar number systems.

HEX 66 3D 62
Decimal 102 61 98
Binary 1100110 111101 1100010
Octal 146 75 142

Shades and tints

Shades of #663D62

#663D62
(102,61,98)
#5D385A
(93,56,90)
#543352
(84,51,82)
#4B2E4A
(75,46,74)
#422942
(66,41,66)
#39243A
(57,36,58)
#301F32
(48,31,50)
#271A2A
(39,26,42)
#1E1522
(30,21,34)
#15101A
(21,16,26)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #663D62

#663D62
(102,61,98)
#734E70
(115,78,112)
#805F7E
(128,95,126)
#8D708C
(141,112,140)
#9A819A
(154,129,154)
#A792A8
(167,146,168)
#B4A3B6
(180,163,182)
#C1B4C4
(193,180,196)
#CEC5D2
(206,197,210)
#DBD6E0
(219,214,224)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663D62; }

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

This text font color is #663D62.

Background Color

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

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

This div background color is #663D62.

Border color

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

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

This div border color is #663D62.

Opacity

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

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

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

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

This text has shadow with #663D62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663D62.

Preview

Color preview on black background

This text has color #663D62 on black background.


Color preview on white background

This text has color #663D62 on white background.


Black color preview on #663D62 background

This text has black color on #663D62 background.


White color preview on #663D62 background

This text has white color on #663D62 background.


Related colors

Complementary color

Complementary color for #hex is #99C29D.


I love getcolorcode.com

Triadic colors

1 #62663D and #3D6266 with #663D62 are triadic colors.

2 #623D66 and #3D6662 with #663D62 are triadic colors.