COLOR #63455D

HEX: #63455D
RGB: (99,69,93)

Color info

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

RGB color model

#63455D color RGB value is (99,69,93).

  • red value is 99;
  • green value is 69;
  • blue value is 93.
RGB:
(99,69,93)
(39%,27%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 69 of 255 = 27%
B 93 of 255 = 36%

99
69
93

R + G + B ~ 34%. #63455D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 69 + 93 = 261 (100%)
R 99 of 261 ~ 37.93%
G 69 of 261 ~ 26.44%
B 93 of 261 ~ 35.63%

%37.93
%26.44
%35.63

CMYK color model

#63455D color CMYK value is (0,30,6,61).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 6.06%
  • key color value is 61.18%
CMYK:
(0,30,6,61)
C0M30Y6K61 
(0%,30%,6%,61%)
(0.00/0.30/0.06/0.61)	

CMYK percentages

%0
%30.3
%6.06
%61.18

Codes

Color #63455D in popluar color models

63455D
RGB996993
HSL312°17.86%32.94%
HSB/HSV312°30.30%38.82%
CMYK0.00%30.30%6.06%
61.18%

Color #63455D in popluar number systems.

HEX63455D
Decimal996993
Binary110001110001011011101
Octal143105135

Shades and tints

Shades of #63455D

#63455D
(99,69,93)
#5A3F55
(90,63,85)
#51394D
(81,57,77)
#483345
(72,51,69)
#3F2D3D
(63,45,61)
#362735
(54,39,53)
#2D212D
(45,33,45)
#241B25
(36,27,37)
#1B151D
(27,21,29)
#120F15
(18,15,21)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #63455D

#63455D
(99,69,93)
#71556B
(113,85,107)
#7F6579
(127,101,121)
#8D7587
(141,117,135)
#9B8595
(155,133,149)
#A995A3
(169,149,163)
#B7A5B1
(183,165,177)
#C5B5BF
(197,181,191)
#D3C5CD
(211,197,205)
#E1D5DB
(225,213,219)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63455D color. Also use rgb(99,69,93) instead hex code.

Text Font Color

.myTextColor { color: #63455D; }

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

This text font color is #63455D.


Background Color

.myBgColor { background-color: #63455D; }

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

This div background color is #63455D.


Border color

.myBorderColor { border: 1px solid #63455D; }

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

This div border color is #63455D.


Opacity

.myOpacity80 { color: #63455D; opacity: 0.8; }

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

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

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

This text has shadow with #63455D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63455D on black background.


Color preview on white background

This text has color #63455D on white background.



Black color preview on #63455D background

This text has black color on #63455D background.


White color preview on #63455D background

This text has white color on #63455D background.