COLOR #63445A

HEX: #63445A
RGB: (99,68,90)

Color info

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

RGB color model

#63445A color RGB value is (99,68,90).

  • red value is 99;
  • green value is 68;
  • blue value is 90.
RGB:
(99,68,90)
(39%,27%,35%)

RGB channels and saturation

R 99 of 255 = 39%
G 68 of 255 = 27%
B 90 of 255 = 35%

99
68
90

R + G + B ~ 34%. #63445A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 68 + 90 = 257 (100%)
R 99 of 257 ~ 38.52%
G 68 of 257 ~ 26.46%
B 90 of 257 ~ 35.02%

%38.52
%26.46
%35.02

CMYK color model

#63445A color CMYK value is (0,31,9,61).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(0,31,9,61)
C0M31Y9K61 
(0%,31%,9%,61%)
(0.00/0.31/0.09/0.61)	

CMYK percentages

%0
%31.31
%9.09
%61.18

Codes

Color #63445A in popluar color models

63445A
RGB996890
HSL317°18.56%32.75%
HSB/HSV317°31.31%38.82%
CMYK0.00%31.31%9.09%
61.18%

Color #63445A in popluar number systems.

HEX63445A
Decimal996890
Binary110001110001001011010
Octal143104132

Shades and tints

Shades of #63445A

#63445A
(99,68,90)
#5A3E52
(90,62,82)
#51384A
(81,56,74)
#483242
(72,50,66)
#3F2C3A
(63,44,58)
#362632
(54,38,50)
#2D202A
(45,32,42)
#241A22
(36,26,34)
#1B141A
(27,20,26)
#120E12
(18,14,18)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #63445A

#63445A
(99,68,90)
#715569
(113,85,105)
#7F6678
(127,102,120)
#8D7787
(141,119,135)
#9B8896
(155,136,150)
#A999A5
(169,153,165)
#B7AAB4
(183,170,180)
#C5BBC3
(197,187,195)
#D3CCD2
(211,204,210)
#E1DDE1
(225,221,225)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63445A color. Also use rgb(99,68,90) instead hex code.

Text Font Color

.myTextColor { color: #63445A; }

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

This text font color is #63445A.


Background Color

.myBgColor { background-color: #63445A; }

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

This div background color is #63445A.


Border color

.myBorderColor { border: 1px solid #63445A; }

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

This div border color is #63445A.


Opacity

.myOpacity80 { color: #63445A; opacity: 0.8; }

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

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

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

This text has shadow with #63445A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63445A on black background.


Color preview on white background

This text has color #63445A on white background.



Black color preview on #63445A background

This text has black color on #63445A background.


White color preview on #63445A background

This text has white color on #63445A background.