COLOR #63404B

HEX: #63404B
RGB: (99,64,75)

Color info

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

RGB color model

#63404B color RGB value is (99,64,75).

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

RGB channels and saturation

R 99 of 255 = 39%
G 64 of 255 = 25%
B 75 of 255 = 29%

99
64
75

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

Portions of RGB colors in percentages

R + G + B =
99 + 64 + 75 = 238 (100%)
R 99 of 238 ~ 41.6%
G 64 of 238 ~ 26.89%
B 75 of 238 ~ 31.51%

%41.6
%26.89
%31.51

CMYK color model

#63404B color CMYK value is (0,35,24,61).

  • cyan value is 0.00%
  • magenta value is 35.35%
  • yellow value is 24.24%
  • key color value is 61.18%
CMYK:
(0,35,24,61)
C0M35Y24K61 
(0%,35%,24%,61%)
(0.00/0.35/0.24/0.61)	

CMYK percentages

%0
%35.35
%24.24
%61.18

Codes

Color #63404B in popluar color models

63404B
RGB996475
HSL341°21.47%31.96%
HSB/HSV341°35.35%38.82%
CMYK0.00%35.35%24.24%
61.18%

Color #63404B in popluar number systems.

HEX63404B
Decimal996475
Binary110001110000001001011
Octal143100113

Shades and tints

Shades of #63404B

#63404B
(99,64,75)
#5A3B45
(90,59,69)
#51363F
(81,54,63)
#483139
(72,49,57)
#3F2C33
(63,44,51)
#36272D
(54,39,45)
#2D2227
(45,34,39)
#241D21
(36,29,33)
#1B181B
(27,24,27)
#121315
(18,19,21)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #63404B

#63404B
(99,64,75)
#71515B
(113,81,91)
#7F626B
(127,98,107)
#8D737B
(141,115,123)
#9B848B
(155,132,139)
#A9959B
(169,149,155)
#B7A6AB
(183,166,171)
#C5B7BB
(197,183,187)
#D3C8CB
(211,200,203)
#E1D9DB
(225,217,219)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63404B; }

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

This text font color is #63404B.


Background Color

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

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

This div background color is #63404B.


Border color

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

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

This div border color is #63404B.


Opacity

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

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

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

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

This text has shadow with #63404B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63404B on black background.


Color preview on white background

This text has color #63404B on white background.



Black color preview on #63404B background

This text has black color on #63404B background.


White color preview on #63404B background

This text has white color on #63404B background.