COLOR #63462B

HEX: #63462B
RGB: (99,70,43)

Color info

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

RGB color model

#63462B color RGB value is (99,70,43).

  • red value is 99;
  • green value is 70;
  • blue value is 43.
RGB:
(99,70,43)
(39%,27%,17%)

RGB channels and saturation

R 99 of 255 = 39%
G 70 of 255 = 27%
B 43 of 255 = 17%

99
70
43

R + G + B ~ 28%. #63462B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 70 + 43 = 212 (100%)
R 99 of 212 ~ 46.7%
G 70 of 212 ~ 33.02%
B 43 of 212 ~ 20.28%

%46.7
%33.02
%20.28

CMYK color model

#63462B color CMYK value is (0,29,57,61).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 56.57%
  • key color value is 61.18%
CMYK:
(0,29,57,61)
C0M29Y57K61 
(0%,29%,57%,61%)
(0.00/0.29/0.57/0.61)	

CMYK percentages

%0
%29.29
%56.57
%61.18

Codes

Color #63462B in popluar color models

63462B
RGB997043
HSL29°39.44%27.84%
HSB/HSV29°56.57%38.82%
CMYK0.00%29.29%56.57%
61.18%

Color #63462B in popluar number systems.

HEX63462B
Decimal997043
Binary11000111000110101011
Octal14310653

Shades and tints

Shades of #63462B

#63462B
(99,70,43)
#5A4028
(90,64,40)
#513A25
(81,58,37)
#483422
(72,52,34)
#3F2E1F
(63,46,31)
#36281C
(54,40,28)
#2D2219
(45,34,25)
#241C16
(36,28,22)
#1B1613
(27,22,19)
#121010
(18,16,16)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #63462B

#63462B
(99,70,43)
#71563E
(113,86,62)
#7F6651
(127,102,81)
#8D7664
(141,118,100)
#9B8677
(155,134,119)
#A9968A
(169,150,138)
#B7A69D
(183,166,157)
#C5B6B0
(197,182,176)
#D3C6C3
(211,198,195)
#E1D6D6
(225,214,214)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63462B color. Also use rgb(99,70,43) instead hex code.

Text Font Color

.myTextColor { color: #63462B; }

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

This text font color is #63462B.


Background Color

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

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

This div background color is #63462B.


Border color

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

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

This div border color is #63462B.


Opacity

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

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

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

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

This text has shadow with #63462B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63462B on black background.


Color preview on white background

This text has color #63462B on white background.



Black color preview on #63462B background

This text has black color on #63462B background.


White color preview on #63462B background

This text has white color on #63462B background.