COLOR #663B51

HEX: #663B51
RGB: (102,59,81)

Color info

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

RGB color model

#663B51 color RGB value is (102,59,81).

  • red value is 102;
  • green value is 59;
  • blue value is 81.
RGB:
(102,59,81)
(40%,23%,32%)

RGB channels and saturation

R 102 of 255 = 40%
G 59 of 255 = 23%
B 81 of 255 = 32%

102
59
81

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

Portions of RGB colors in percentages

R + G + B =
102 + 59 + 81 = 242 (100%)
R 102 of 242 ~ 42.15%
G 59 of 242 ~ 24.38%
B 81 of 242 ~ 33.47%

%42.15
%24.38
%33.47

CMYK color model

#663B51 color CMYK value is (0,42,21,60).

  • cyan value is 0.00%
  • magenta value is 42.16%
  • yellow value is 20.59%
  • key color value is 60.00%
CMYK:
(0,42,21,60)
C0M42Y21K60 
(0%,42%,21%,60%)
(0.00/0.42/0.21/0.60)	

CMYK percentages

%0
%42.16
%20.59
%60

Codes

Color #663B51 in popluar color models

663B51
RGB1025981
HSL329°26.71%31.57%
HSB/HSV329°42.16%40.00%
CMYK0.00%42.16%20.59%
60.00%

Color #663B51 in popluar number systems.

HEX663B51
Decimal1025981
Binary11001101110111010001
Octal14673121

Shades and tints

Shades of #663B51

#663B51
(102,59,81)
#5D364A
(93,54,74)
#543143
(84,49,67)
#4B2C3C
(75,44,60)
#422735
(66,39,53)
#39222E
(57,34,46)
#301D27
(48,29,39)
#271820
(39,24,32)
#1E1319
(30,19,25)
#150E12
(21,14,18)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #663B51

#663B51
(102,59,81)
#734C60
(115,76,96)
#805D6F
(128,93,111)
#8D6E7E
(141,110,126)
#9A7F8D
(154,127,141)
#A7909C
(167,144,156)
#B4A1AB
(180,161,171)
#C1B2BA
(193,178,186)
#CEC3C9
(206,195,201)
#DBD4D8
(219,212,216)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663B51; }

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

This text font color is #663B51.


Background Color

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

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

This div background color is #663B51.


Border color

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

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

This div border color is #663B51.


Opacity

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

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

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

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

This text has shadow with #663B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663B51 on black background.


Color preview on white background

This text has color #663B51 on white background.



Black color preview on #663B51 background

This text has black color on #663B51 background.


White color preview on #663B51 background

This text has white color on #663B51 background.