COLOR #63393F

HEX: #63393F
RGB: (99,57,63)

Color info

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

RGB color model

#63393F color RGB value is (99,57,63).

  • red value is 99;
  • green value is 57;
  • blue value is 63.
RGB:
(99,57,63)
(39%,22%,25%)

RGB channels and saturation

R 99 of 255 = 39%
G 57 of 255 = 22%
B 63 of 255 = 25%

99
57
63

R + G + B ~ 29%. #63393F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 57 + 63 = 219 (100%)
R 99 of 219 ~ 45.21%
G 57 of 219 ~ 26.03%
B 63 of 219 ~ 28.77%

%45.21
%26.03
%28.77

CMYK color model

#63393F color CMYK value is (0,42,36,61).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 36.36%
  • key color value is 61.18%
CMYK:
(0,42,36,61)
C0M42Y36K61 
(0%,42%,36%,61%)
(0.00/0.42/0.36/0.61)	

CMYK percentages

%0
%42.42
%36.36
%61.18

Codes

Color #63393F in popluar color models

63393F
RGB995763
HSL351°26.92%30.59%
HSB/HSV351°42.42%38.82%
CMYK0.00%42.42%36.36%
61.18%

Color #63393F in popluar number systems.

HEX63393F
Decimal995763
Binary1100011111001111111
Octal1437177

Shades and tints

Shades of #63393F

#63393F
(99,57,63)
#5A343A
(90,52,58)
#512F35
(81,47,53)
#482A30
(72,42,48)
#3F252B
(63,37,43)
#362026
(54,32,38)
#2D1B21
(45,27,33)
#24161C
(36,22,28)
#1B1117
(27,17,23)
#120C12
(18,12,18)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #63393F

#63393F
(99,57,63)
#714B50
(113,75,80)
#7F5D61
(127,93,97)
#8D6F72
(141,111,114)
#9B8183
(155,129,131)
#A99394
(169,147,148)
#B7A5A5
(183,165,165)
#C5B7B6
(197,183,182)
#D3C9C7
(211,201,199)
#E1DBD8
(225,219,216)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63393F color. Also use rgb(99,57,63) instead hex code.

Text Font Color

.myTextColor { color: #63393F; }

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

This text font color is #63393F.


Background Color

.myBgColor { background-color: #63393F; }

<div style="background-color:#63393F">Inner text</div>

This div background color is #63393F.


Border color

.myBorderColor { border: 1px solid #63393F; }

<div style="border:3px solid #63393F">Div</div>

This div border color is #63393F.


Opacity

.myOpacity80 { color: #63393F; opacity: 0.8; }

<p style="color:#63393F;opacity:0.8;">80%</p>

Text with #63393F 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 #63393F;}

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

This text has shadow with #63393F color.

.textShadow {text-shadow: 3px 3px 1px #63393F, 3px 3px 1px red;}

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

This text has shadow with #63393F primary color and red secondary color.


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

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

This text has shadow with #63393F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63393F on black background.


Color preview on white background

This text has color #63393F on white background.



Black color preview on #63393F background

This text has black color on #63393F background.


White color preview on #63393F background

This text has white color on #63393F background.