COLOR #63443B

HEX: #63443B
RGB: (99,68,59)

Color info

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

RGB color model

#63443B color RGB value is (99,68,59).

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

RGB channels and saturation

R 99 of 255 = 39%
G 68 of 255 = 27%
B 59 of 255 = 23%

99
68
59

R + G + B ~ 30%. #63443B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 68 + 59 = 226 (100%)
R 99 of 226 ~ 43.81%
G 68 of 226 ~ 30.09%
B 59 of 226 ~ 26.11%

%43.81
%30.09
%26.11

CMYK color model

#63443B color CMYK value is (0,31,40,61).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 40.40%
  • key color value is 61.18%
CMYK:
(0,31,40,61)
C0M31Y40K61 
(0%,31%,40%,61%)
(0.00/0.31/0.40/0.61)	

CMYK percentages

%0
%31.31
%40.4
%61.18

Codes

Color #63443B in popluar color models

63443B
RGB996859
HSL14°25.32%30.98%
HSB/HSV14°40.40%38.82%
CMYK0.00%31.31%40.40%
61.18%

Color #63443B in popluar number systems.

HEX63443B
Decimal996859
Binary11000111000100111011
Octal14310473

Shades and tints

Shades of #63443B

#63443B
(99,68,59)
#5A3E36
(90,62,54)
#513831
(81,56,49)
#48322C
(72,50,44)
#3F2C27
(63,44,39)
#362622
(54,38,34)
#2D201D
(45,32,29)
#241A18
(36,26,24)
#1B1413
(27,20,19)
#120E0E
(18,14,14)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #63443B

#63443B
(99,68,59)
#71554C
(113,85,76)
#7F665D
(127,102,93)
#8D776E
(141,119,110)
#9B887F
(155,136,127)
#A99990
(169,153,144)
#B7AAA1
(183,170,161)
#C5BBB2
(197,187,178)
#D3CCC3
(211,204,195)
#E1DDD4
(225,221,212)
#EFEEE5
(239,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63443B color. Also use rgb(99,68,59) instead hex code.

Text Font Color

.myTextColor { color: #63443B; }

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

This text font color is #63443B.


Background Color

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

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

This div background color is #63443B.


Border color

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

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

This div border color is #63443B.


Opacity

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

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

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

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

This text has shadow with #63443B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63443B on black background.


Color preview on white background

This text has color #63443B on white background.



Black color preview on #63443B background

This text has black color on #63443B background.


White color preview on #63443B background

This text has white color on #63443B background.