COLOR #663059

HEX: #663059
RGB: (102,48,89)

Color info

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

RGB color model

#663059 color RGB value is (102,48,89).

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

RGB channels and saturation

R 102 of 255 = 40%
G 48 of 255 = 19%
B 89 of 255 = 35%

102
48
89

R + G + B ~ 31%. #663059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 48 + 89 = 239 (100%)
R 102 of 239 ~ 42.68%
G 48 of 239 ~ 20.08%
B 89 of 239 ~ 37.24%

%42.68
%20.08
%37.24

CMYK color model

#663059 color CMYK value is (0,53,13,60).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 12.75%
  • key color value is 60.00%
CMYK:
(0,53,13,60)
C0M53Y13K60 
(0%,53%,13%,60%)
(0.00/0.53/0.13/0.60)	

CMYK percentages

%0
%52.94
%12.75
%60

Codes

Color #663059 in popluar color models

663059
RGB1024889
HSL314°36.00%29.41%
HSB/HSV314°52.94%40.00%
CMYK0.00%52.94%12.75%
60.00%

Color #663059 in popluar number systems.

HEX663059
Decimal1024889
Binary11001101100001011001
Octal14660131

Shades and tints

Shades of #663059

#663059
(102,48,89)
#5D2C51
(93,44,81)
#542849
(84,40,73)
#4B2441
(75,36,65)
#422039
(66,32,57)
#391C31
(57,28,49)
#301829
(48,24,41)
#271421
(39,20,33)
#1E1019
(30,16,25)
#150C11
(21,12,17)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #663059

#663059
(102,48,89)
#734268
(115,66,104)
#805477
(128,84,119)
#8D6686
(141,102,134)
#9A7895
(154,120,149)
#A78AA4
(167,138,164)
#B49CB3
(180,156,179)
#C1AEC2
(193,174,194)
#CEC0D1
(206,192,209)
#DBD2E0
(219,210,224)
#E8E4EF
(232,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663059; }

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

This text font color is #663059.


Background Color

.myBgColor { background-color: #663059; }

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

This div background color is #663059.


Border color

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

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

This div border color is #663059.


Opacity

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

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

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

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

This text has shadow with #663059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663059 on black background.


Color preview on white background

This text has color #663059 on white background.



Black color preview on #663059 background

This text has black color on #663059 background.


White color preview on #663059 background

This text has white color on #663059 background.