COLOR #663359

HEX: #663359
RGB: (102,51,89)

Color info

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

RGB color model

#663359 color RGB value is (102,51,89).

  • red value is 102;
  • green value is 51;
  • blue value is 89.
RGB:
(102,51,89)
(40%,20%,35%)

RGB channels and saturation

R 102 of 255 = 40%
G 51 of 255 = 20%
B 89 of 255 = 35%

102
51
89

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

Portions of RGB colors in percentages

R + G + B =
102 + 51 + 89 = 242 (100%)
R 102 of 242 ~ 42.15%
G 51 of 242 ~ 21.07%
B 89 of 242 ~ 36.78%

%42.15
%21.07
%36.78

CMYK color model

#663359 color CMYK value is (0,50,13,60).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 12.75%
  • key color value is 60.00%
CMYK:
(0,50,13,60)
C0M50Y13K60 
(0%,50%,13%,60%)
(0.00/0.50/0.13/0.60)	

CMYK percentages

%0
%50
%12.75
%60

Codes

Color #663359 in popluar color models

663359
RGB1025189
HSL315°33.33%30.00%
HSB/HSV315°50.00%40.00%
CMYK0.00%50.00%12.75%
60.00%

Color #663359 in popluar number systems.

HEX663359
Decimal1025189
Binary11001101100111011001
Octal14663131

Shades and tints

Shades of #663359

#663359
(102,51,89)
#5D2F51
(93,47,81)
#542B49
(84,43,73)
#4B2741
(75,39,65)
#422339
(66,35,57)
#391F31
(57,31,49)
#301B29
(48,27,41)
#271721
(39,23,33)
#1E1319
(30,19,25)
#150F11
(21,15,17)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #663359

#663359
(102,51,89)
#734568
(115,69,104)
#805777
(128,87,119)
#8D6986
(141,105,134)
#9A7B95
(154,123,149)
#A78DA4
(167,141,164)
#B49FB3
(180,159,179)
#C1B1C2
(193,177,194)
#CEC3D1
(206,195,209)
#DBD5E0
(219,213,224)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663359 color. Also use rgb(102,51,89) instead hex code.

Text Font Color

.myTextColor { color: #663359; }

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

This text font color is #663359.


Background Color

.myBgColor { background-color: #663359; }

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

This div background color is #663359.


Border color

.myBorderColor { border: 1px solid #663359; }

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

This div border color is #663359.


Opacity

.myOpacity80 { color: #663359; opacity: 0.8; }

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

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

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

This text has shadow with #663359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663359 on black background.


Color preview on white background

This text has color #663359 on white background.



Black color preview on #663359 background

This text has black color on #663359 background.


White color preview on #663359 background

This text has white color on #663359 background.