COLOR #663D50

HEX: #663D50 RGB: (102,61,80)

Color info

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

RGB color model

#663D50 color RGB value is (102,61,80).

RGB: (102,61,80) (40%, 24%, 31%)

RGB channels and saturation

R 102 of 255 = 40%
G 61 of 255 = 24%
B 80 of 255 = 31%

102
61
80

R + G + B ~ 32%. #663D50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 61 + 80 = 243 (100%)
R 102 of 243 ~ 41.98%
G 61 of 243 ~ 25.1%
B 80 of 243 ~ 32.92'%

%41.98
%25.1
%32.92

CMYK color model

#663D50 color CMYK value is (0,40,22,60).

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

CMYK: (0,40,22,60)
C0M40Y22K60 (0%, 40%, 22%, 60%)
(0.00 / 0.40 / 0.22 / 0.60)

CMYK percentages

%0
%40.2
%21.57
%60

Codes

Color #663D50 in popluar color models

66 3D 50
RGB 102 61 80
HSL 332° 25.15% 31.96%
HSB/HSV 332° 40.20% 40.00%
CMYK 0.00% 40.20% 21.57%
60.00%

Color #663D50 in popluar number systems.

HEX 66 3D 50
Decimal 102 61 80
Binary 1100110 111101 1010000
Octal 146 75 120

Shades and tints

Shades of #663D50

#663D50
(102,61,80)
#5D3849
(93,56,73)
#543342
(84,51,66)
#4B2E3B
(75,46,59)
#422934
(66,41,52)
#39242D
(57,36,45)
#301F26
(48,31,38)
#271A1F
(39,26,31)
#1E1518
(30,21,24)
#151011
(21,16,17)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #663D50

#663D50
(102,61,80)
#734E5F
(115,78,95)
#805F6E
(128,95,110)
#8D707D
(141,112,125)
#9A818C
(154,129,140)
#A7929B
(167,146,155)
#B4A3AA
(180,163,170)
#C1B4B9
(193,180,185)
#CEC5C8
(206,197,200)
#DBD6D7
(219,214,215)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663D50; }

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

This text font color is #663D50.

Background Color

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

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

This div background color is #663D50.

Border color

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

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

This div border color is #663D50.

Opacity

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

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

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

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

This text has shadow with #663D50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663D50.

Preview

Color preview on black background

This text has color #663D50 on black background.


Color preview on white background

This text has color #663D50 on white background.


Black color preview on #663D50 background

This text has black color on #663D50 background.


White color preview on #663D50 background

This text has white color on #663D50 background.


Related colors

Complementary color

Complementary color for #hex is #99C2AF.


I love getcolorcode.com

Triadic colors

1 #50663D and #3D5066 with #663D50 are triadic colors.

2 #503D66 and #3D6650 with #663D50 are triadic colors.