COLOR #663958

HEX: #663958
RGB: (102,57,88)

Color info

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

RGB color model

#663958 color RGB value is (102,57,88).

  • red value is 102;
  • green value is 57;
  • blue value is 88.
RGB:
(102,57,88)
(40%,22%,35%)

RGB channels and saturation

R 102 of 255 = 40%
G 57 of 255 = 22%
B 88 of 255 = 35%

102
57
88

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

Portions of RGB colors in percentages

R + G + B =
102 + 57 + 88 = 247 (100%)
R 102 of 247 ~ 41.3%
G 57 of 247 ~ 23.08%
B 88 of 247 ~ 35.63%

%41.3
%23.08
%35.63

CMYK color model

#663958 color CMYK value is (0,44,14,60).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 13.73%
  • key color value is 60.00%
CMYK:
(0,44,14,60)
C0M44Y14K60 
(0%,44%,14%,60%)
(0.00/0.44/0.14/0.60)	

CMYK percentages

%0
%44.12
%13.73
%60

Codes

Color #663958 in popluar color models

663958
RGB1025788
HSL319°28.30%31.18%
HSB/HSV319°44.12%40.00%
CMYK0.00%44.12%13.73%
60.00%

Color #663958 in popluar number systems.

HEX663958
Decimal1025788
Binary11001101110011011000
Octal14671130

Shades and tints

Shades of #663958

#663958
(102,57,88)
#5D3450
(93,52,80)
#542F48
(84,47,72)
#4B2A40
(75,42,64)
#422538
(66,37,56)
#392030
(57,32,48)
#301B28
(48,27,40)
#271620
(39,22,32)
#1E1118
(30,17,24)
#150C10
(21,12,16)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #663958

#663958
(102,57,88)
#734B67
(115,75,103)
#805D76
(128,93,118)
#8D6F85
(141,111,133)
#9A8194
(154,129,148)
#A793A3
(167,147,163)
#B4A5B2
(180,165,178)
#C1B7C1
(193,183,193)
#CEC9D0
(206,201,208)
#DBDBDF
(219,219,223)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663958 color. Also use rgb(102,57,88) instead hex code.

Text Font Color

.myTextColor { color: #663958; }

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

This text font color is #663958.


Background Color

.myBgColor { background-color: #663958; }

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

This div background color is #663958.


Border color

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

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

This div border color is #663958.


Opacity

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

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

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

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

This text has shadow with #663958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663958 on black background.


Color preview on white background

This text has color #663958 on white background.



Black color preview on #663958 background

This text has black color on #663958 background.


White color preview on #663958 background

This text has white color on #663958 background.