COLOR #63444A

HEX: #63444A
RGB: (99,68,74)

Color info

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

RGB color model

#63444A color RGB value is (99,68,74).

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

RGB channels and saturation

R 99 of 255 = 39%
G 68 of 255 = 27%
B 74 of 255 = 29%

99
68
74

R + G + B ~ 32%. #63444A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 68 + 74 = 241 (100%)
R 99 of 241 ~ 41.08%
G 68 of 241 ~ 28.22%
B 74 of 241 ~ 30.71%

%41.08
%28.22
%30.71

CMYK color model

#63444A color CMYK value is (0,31,25,61).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 25.25%
  • key color value is 61.18%
CMYK:
(0,31,25,61)
C0M31Y25K61 
(0%,31%,25%,61%)
(0.00/0.31/0.25/0.61)	

CMYK percentages

%0
%31.31
%25.25
%61.18

Codes

Color #63444A in popluar color models

63444A
RGB996874
HSL348°18.56%32.75%
HSB/HSV348°31.31%38.82%
CMYK0.00%31.31%25.25%
61.18%

Color #63444A in popluar number systems.

HEX63444A
Decimal996874
Binary110001110001001001010
Octal143104112

Shades and tints

Shades of #63444A

#63444A
(99,68,74)
#5A3E44
(90,62,68)
#51383E
(81,56,62)
#483238
(72,50,56)
#3F2C32
(63,44,50)
#36262C
(54,38,44)
#2D2026
(45,32,38)
#241A20
(36,26,32)
#1B141A
(27,20,26)
#120E14
(18,14,20)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #63444A

#63444A
(99,68,74)
#71555A
(113,85,90)
#7F666A
(127,102,106)
#8D777A
(141,119,122)
#9B888A
(155,136,138)
#A9999A
(169,153,154)
#B7AAAA
(183,170,170)
#C5BBBA
(197,187,186)
#D3CCCA
(211,204,202)
#E1DDDA
(225,221,218)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63444A; }

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

This text font color is #63444A.


Background Color

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

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

This div background color is #63444A.


Border color

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

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

This div border color is #63444A.


Opacity

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

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

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

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

This text has shadow with #63444A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63444A on black background.


Color preview on white background

This text has color #63444A on white background.



Black color preview on #63444A background

This text has black color on #63444A background.


White color preview on #63444A background

This text has white color on #63444A background.