COLOR #63403E

HEX: #63403E
RGB: (99,64,62)

Color info

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

RGB color model

#63403E color RGB value is (99,64,62).

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

RGB channels and saturation

R 99 of 255 = 39%
G 64 of 255 = 25%
B 62 of 255 = 24%

99
64
62

R + G + B ~ 29%. #63403E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 64 + 62 = 225 (100%)
R 99 of 225 ~ 44%
G 64 of 225 ~ 28.44%
B 62 of 225 ~ 27.56%

%44
%28.44
%27.56

CMYK color model

#63403E color CMYK value is (0,35,37,61).

  • cyan value is 0.00%
  • magenta value is 35.35%
  • yellow value is 37.37%
  • key color value is 61.18%
CMYK:
(0,35,37,61)
C0M35Y37K61 
(0%,35%,37%,61%)
(0.00/0.35/0.37/0.61)	

CMYK percentages

%0
%35.35
%37.37
%61.18

Codes

Color #63403E in popluar color models

63403E
RGB996462
HSL22.98%31.57%
HSB/HSV37.37%38.82%
CMYK0.00%35.35%37.37%
61.18%

Color #63403E in popluar number systems.

HEX63403E
Decimal996462
Binary11000111000000111110
Octal14310076

Shades and tints

Shades of #63403E

#63403E
(99,64,62)
#5A3B39
(90,59,57)
#513634
(81,54,52)
#48312F
(72,49,47)
#3F2C2A
(63,44,42)
#362725
(54,39,37)
#2D2220
(45,34,32)
#241D1B
(36,29,27)
#1B1816
(27,24,22)
#121311
(18,19,17)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #63403E

#63403E
(99,64,62)
#71514F
(113,81,79)
#7F6260
(127,98,96)
#8D7371
(141,115,113)
#9B8482
(155,132,130)
#A99593
(169,149,147)
#B7A6A4
(183,166,164)
#C5B7B5
(197,183,181)
#D3C8C6
(211,200,198)
#E1D9D7
(225,217,215)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63403E color. Also use rgb(99,64,62) instead hex code.

Text Font Color

.myTextColor { color: #63403E; }

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

This text font color is #63403E.


Background Color

.myBgColor { background-color: #63403E; }

<div style="background-color:#63403E">Inner text</div>

This div background color is #63403E.


Border color

.myBorderColor { border: 1px solid #63403E; }

<div style="border:3px solid #63403E">Div</div>

This div border color is #63403E.


Opacity

.myOpacity80 { color: #63403E; opacity: 0.8; }

<p style="color:#63403E;opacity:0.8;">80%</p>

Text with #63403E 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 #63403E;}

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

This text has shadow with #63403E color.

.textShadow {text-shadow: 3px 3px 1px #63403E, 3px 3px 1px red;}

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

This text has shadow with #63403E primary color and red secondary color.


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

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

This text has shadow with #63403E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63403E on black background.


Color preview on white background

This text has color #63403E on white background.



Black color preview on #63403E background

This text has black color on #63403E background.


White color preview on #63403E background

This text has white color on #63403E background.