COLOR #63404A

HEX: #63404A
RGB: (99,64,74)

Color info

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

RGB color model

#63404A color RGB value is (99,64,74).

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

RGB channels and saturation

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

99
64
74

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

Portions of RGB colors in percentages

R + G + B =
99 + 64 + 74 = 237 (100%)
R 99 of 237 ~ 41.77%
G 64 of 237 ~ 27%
B 74 of 237 ~ 31.22%

%41.77
%27
%31.22

CMYK color model

#63404A color CMYK value is (0,35,25,61).

  • cyan value is 0.00%
  • magenta value is 35.35%
  • yellow value is 25.25%
  • key color value is 61.18%
CMYK:
(0,35,25,61)
C0M35Y25K61 
(0%,35%,25%,61%)
(0.00/0.35/0.25/0.61)	

CMYK percentages

%0
%35.35
%25.25
%61.18

Codes

Color #63404A in popluar color models

63404A
RGB996474
HSL343°21.47%31.96%
HSB/HSV343°35.35%38.82%
CMYK0.00%35.35%25.25%
61.18%

Color #63404A in popluar number systems.

HEX63404A
Decimal996474
Binary110001110000001001010
Octal143100112

Shades and tints

Shades of #63404A

#63404A
(99,64,74)
#5A3B44
(90,59,68)
#51363E
(81,54,62)
#483138
(72,49,56)
#3F2C32
(63,44,50)
#36272C
(54,39,44)
#2D2226
(45,34,38)
#241D20
(36,29,32)
#1B181A
(27,24,26)
#121314
(18,19,20)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #63404A

#63404A
(99,64,74)
#71515A
(113,81,90)
#7F626A
(127,98,106)
#8D737A
(141,115,122)
#9B848A
(155,132,138)
#A9959A
(169,149,154)
#B7A6AA
(183,166,170)
#C5B7BA
(197,183,186)
#D3C8CA
(211,200,202)
#E1D9DA
(225,217,218)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63404A; }

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

This text font color is #63404A.


Background Color

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

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

This div background color is #63404A.


Border color

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

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

This div border color is #63404A.


Opacity

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

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

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

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

This text has shadow with #63404A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63404A on black background.


Color preview on white background

This text has color #63404A on white background.



Black color preview on #63404A background

This text has black color on #63404A background.


White color preview on #63404A background

This text has white color on #63404A background.