COLOR #663B42

HEX: #663B42 RGB: (102,59,66)

Color info

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

RGB color model

#663B42 color RGB value is (102,59,66).

RGB: (102,59,66) (40%, 23%, 26%)

RGB channels and saturation

R 102 of 255 = 40%
G 59 of 255 = 23%
B 66 of 255 = 26%

102
59
66

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

Portions of RGB colors in percentages

R + G + B = 102 + 59 + 66 = 227 (100%)
R 102 of 227 ~ 44.93%
G 59 of 227 ~ 25.99%
B 66 of 227 ~ 29.07'%

%44.93
%25.99
%29.07

CMYK color model

#663B42 color CMYK value is (0,42,35,60).

  • cyan value is 0.00%
  • magenta value is 42.16%
  • yellow value is 35.29%
  • key color value is 60.00%

CMYK: (0,42,35,60)
C0M42Y35K60 (0%, 42%, 35%, 60%)
(0.00 / 0.42 / 0.35 / 0.60)

CMYK percentages

%0
%42.16
%35.29
%60

Codes

Color #663B42 in popluar color models

66 3B 42
RGB 102 59 66
HSL 350° 26.71% 31.57%
HSB/HSV 350° 42.16% 40.00%
CMYK 0.00% 42.16% 35.29%
60.00%

Color #663B42 in popluar number systems.

HEX 66 3B 42
Decimal 102 59 66
Binary 1100110 111011 1000010
Octal 146 73 102

Shades and tints

Shades of #663B42

#663B42
(102,59,66)
#5D363C
(93,54,60)
#543136
(84,49,54)
#4B2C30
(75,44,48)
#42272A
(66,39,42)
#392224
(57,34,36)
#301D1E
(48,29,30)
#271818
(39,24,24)
#1E1312
(30,19,18)
#150E0C
(21,14,12)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #663B42

#663B42
(102,59,66)
#734C53
(115,76,83)
#805D64
(128,93,100)
#8D6E75
(141,110,117)
#9A7F86
(154,127,134)
#A79097
(167,144,151)
#B4A1A8
(180,161,168)
#C1B2B9
(193,178,185)
#CEC3CA
(206,195,202)
#DBD4DB
(219,212,219)
#E8E5EC
(232,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663B42 color. Also use rgb(102,59,66) instead hex code.

Text Font Color

.myTextColor { color: #663B42; }

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

This text font color is #663B42.

Background Color

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

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

This div background color is #663B42.

Border color

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

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

This div border color is #663B42.

Opacity

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

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

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

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

This text has shadow with #663B42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663B42.

Preview

Color preview on black background

This text has color #663B42 on black background.


Color preview on white background

This text has color #663B42 on white background.


Black color preview on #663B42 background

This text has black color on #663B42 background.


White color preview on #663B42 background

This text has white color on #663B42 background.


Related colors

Complementary color

Complementary color for #hex is #99C4BD.


I love getcolorcode.com

Triadic colors

1 #42663B and #3B4266 with #663B42 are triadic colors.

2 #423B66 and #3B6642 with #663B42 are triadic colors.