COLOR #663C4E

HEX: #663C4E RGB: (102,60,78)

Color info

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

RGB color model

#663C4E color RGB value is (102,60,78).

RGB: (102,60,78) (40%, 24%, 31%)

RGB channels and saturation

R 102 of 255 = 40%
G 60 of 255 = 24%
B 78 of 255 = 31%

102
60
78

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

Portions of RGB colors in percentages

R + G + B = 102 + 60 + 78 = 240 (100%)
R 102 of 240 ~ 42.5%
G 60 of 240 ~ 25%
B 78 of 240 ~ 32.5'%

%42.5
%25
%32.5

CMYK color model

#663C4E color CMYK value is (0,41,24,60).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 23.53%
  • key color value is 60.00%

CMYK: (0,41,24,60)
C0M41Y24K60 (0%, 41%, 24%, 60%)
(0.00 / 0.41 / 0.24 / 0.60)

CMYK percentages

%0
%41.18
%23.53
%60

Codes

Color #663C4E in popluar color models

66 3C 4E
RGB 102 60 78
HSL 334° 25.93% 31.76%
HSB/HSV 334° 41.18% 40.00%
CMYK 0.00% 41.18% 23.53%
60.00%

Color #663C4E in popluar number systems.

HEX 66 3C 4E
Decimal 102 60 78
Binary 1100110 111100 1001110
Octal 146 74 116

Shades and tints

Shades of #663C4E

#663C4E
(102,60,78)
#5D3747
(93,55,71)
#543240
(84,50,64)
#4B2D39
(75,45,57)
#422832
(66,40,50)
#39232B
(57,35,43)
#301E24
(48,30,36)
#27191D
(39,25,29)
#1E1416
(30,20,22)
#150F0F
(21,15,15)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #663C4E

#663C4E
(102,60,78)
#734D5E
(115,77,94)
#805E6E
(128,94,110)
#8D6F7E
(141,111,126)
#9A808E
(154,128,142)
#A7919E
(167,145,158)
#B4A2AE
(180,162,174)
#C1B3BE
(193,179,190)
#CEC4CE
(206,196,206)
#DBD5DE
(219,213,222)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663C4E color. Also use rgb(102,60,78) instead hex code.

Text Font Color

.myTextColor { color: #663C4E; }

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

This text font color is #663C4E.

Background Color

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

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

This div background color is #663C4E.

Border color

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

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

This div border color is #663C4E.

Opacity

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

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

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

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

This text has shadow with #663C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663C4E.

Preview

Color preview on black background

This text has color #663C4E on black background.


Color preview on white background

This text has color #663C4E on white background.


Black color preview on #663C4E background

This text has black color on #663C4E background.


White color preview on #663C4E background

This text has white color on #663C4E background.


Related colors

Complementary color

Complementary color for #hex is #99C3B1.


I love getcolorcode.com

Triadic colors

1 #4E663C and #3C4E66 with #663C4E are triadic colors.

2 #4E3C66 and #3C664E with #663C4E are triadic colors.