COLOR #63404D

HEX: #63404D
RGB: (99,64,77)

Color info

#63404D contains red, green and blue colors in about the same proportion. Web safe color of #63404D is #663333 (or #633).

RGB color model

#63404D color RGB value is (99,64,77).

  • red value is 99;
  • green value is 64;
  • blue value is 77.
RGB:
(99,64,77)
(39%,25%,30%)

RGB channels and saturation

R 99 of 255 = 39%
G 64 of 255 = 25%
B 77 of 255 = 30%

99
64
77

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

Portions of RGB colors in percentages

R + G + B =
99 + 64 + 77 = 240 (100%)
R 99 of 240 ~ 41.25%
G 64 of 240 ~ 26.67%
B 77 of 240 ~ 32.08%

%41.25
%26.67
%32.08

CMYK color model

#63404D color CMYK value is (0,35,22,61).

  • cyan value is 0.00%
  • magenta value is 35.35%
  • yellow value is 22.22%
  • key color value is 61.18%
CMYK:
(0,35,22,61)
C0M35Y22K61 
(0%,35%,22%,61%)
(0.00/0.35/0.22/0.61)	

CMYK percentages

%0
%35.35
%22.22
%61.18

Codes

Color #63404D in popluar color models

63404D
RGB996477
HSL338°21.47%31.96%
HSB/HSV338°35.35%38.82%
CMYK0.00%35.35%22.22%
61.18%

Color #63404D in popluar number systems.

HEX63404D
Decimal996477
Binary110001110000001001101
Octal143100115

Shades and tints

Shades of #63404D

#63404D
(99,64,77)
#5A3B46
(90,59,70)
#51363F
(81,54,63)
#483138
(72,49,56)
#3F2C31
(63,44,49)
#36272A
(54,39,42)
#2D2223
(45,34,35)
#241D1C
(36,29,28)
#1B1815
(27,24,21)
#12130E
(18,19,14)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #63404D

#63404D
(99,64,77)
#71515D
(113,81,93)
#7F626D
(127,98,109)
#8D737D
(141,115,125)
#9B848D
(155,132,141)
#A9959D
(169,149,157)
#B7A6AD
(183,166,173)
#C5B7BD
(197,183,189)
#D3C8CD
(211,200,205)
#E1D9DD
(225,217,221)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63404D color. Also use rgb(99,64,77) instead hex code.

Text Font Color

.myTextColor { color: #63404D; }

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

This text font color is #63404D.


Background Color

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

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

This div background color is #63404D.


Border color

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

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

This div border color is #63404D.


Opacity

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

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

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

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

This text has shadow with #63404D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63404D on black background.


Color preview on white background

This text has color #63404D on white background.



Black color preview on #63404D background

This text has black color on #63404D background.


White color preview on #63404D background

This text has white color on #63404D background.