COLOR #663C46

HEX: #663C46 RGB: (102,60,70)

Color info

#663C46 contains red, green and blue colors in about the same proportion. Web safe color of #663C46 is #663333 (or #633).

RGB color model

#663C46 color RGB value is (102,60,70).

RGB: (102,60,70) (40%, 24%, 27%)

RGB channels and saturation

R 102 of 255 = 40%
G 60 of 255 = 24%
B 70 of 255 = 27%

102
60
70

R + G + B ~ 30%. #663C46 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 60 + 70 = 232 (100%)
R 102 of 232 ~ 43.97%
G 60 of 232 ~ 25.86%
B 70 of 232 ~ 30.17'%

%43.97
%25.86
%30.17

CMYK color model

#663C46 color CMYK value is (0,41,31,60).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 31.37%
  • key color value is 60.00%
CMYK: (0,41,31,60) C0M41Y31K60 (0%,41%,31%,60%) (0.00/0.41/0.31/0.60) 

CMYK percentages

%0
%41.18
%31.37
%60

Codes

Color #663C46 in popluar color models

66 3C 46
RGB 102 60 70
HSL 346° 25.93% 31.76%
HSB/HSV 346° 41.18% 40.00%
CMYK 0.00% 41.18% 31.37%
60.00%

Color #663C46 in popluar number systems.

HEX 66 3C 46
Decimal 102 60 70
Binary 1100110 111100 1000110
Octal 146 74 106

Shades and tints

Shades of #663C46

#663C46
(102,60,70)
#5D3740
(93,55,64)
#54323A
(84,50,58)
#4B2D34
(75,45,52)
#42282E
(66,40,46)
#392328
(57,35,40)
#301E22
(48,30,34)
#27191C
(39,25,28)
#1E1416
(30,20,22)
#150F10
(21,15,16)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #663C46

#663C46
(102,60,70)
#734D56
(115,77,86)
#805E66
(128,94,102)
#8D6F76
(141,111,118)
#9A8086
(154,128,134)
#A79196
(167,145,150)
#B4A2A6
(180,162,166)
#C1B3B6
(193,179,182)
#CEC4C6
(206,196,198)
#DBD5D6
(219,213,214)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663C46; }

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

This text font color is #663C46.

Background Color

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

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

This div background color is #663C46.

Border color

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

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

This div border color is #663C46.

Opacity

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

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

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

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

This text has shadow with #663C46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663C46.

Preview

Color preview on black background

This text has color #663C46 on black background.


Color preview on white background

This text has color #663C46 on white background.


Black color preview on #663C46 background

This text has black color on #663C46 background.


White color preview on #663C46 background

This text has white color on #663C46 background.


Related colors

Complementary color

Complementary color for #hex is #99C3B9.


I love getcolorcode.com

Triadic colors

1 #46663C and #3C4666 with #663C46 are triadic colors.

2 #463C66 and #3C6646 with #663C46 are triadic colors.