COLOR #63413C

HEX: #63413C
RGB: (99,65,60)

Color info

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

RGB color model

#63413C color RGB value is (99,65,60).

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

RGB channels and saturation

R 99 of 255 = 39%
G 65 of 255 = 25%
B 60 of 255 = 24%

99
65
60

R + G + B ~ 29%. #63413C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 65 + 60 = 224 (100%)
R 99 of 224 ~ 44.2%
G 65 of 224 ~ 29.02%
B 60 of 224 ~ 26.79%

%44.2
%29.02
%26.79

CMYK color model

#63413C color CMYK value is (0,34,39,61).

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 39.39%
  • key color value is 61.18%
CMYK:
(0,34,39,61)
C0M34Y39K61 
(0%,34%,39%,61%)
(0.00/0.34/0.39/0.61)	

CMYK percentages

%0
%34.34
%39.39
%61.18

Codes

Color #63413C in popluar color models

63413C
RGB996560
HSL24.53%31.18%
HSB/HSV39.39%38.82%
CMYK0.00%34.34%39.39%
61.18%

Color #63413C in popluar number systems.

HEX63413C
Decimal996560
Binary11000111000001111100
Octal14310174

Shades and tints

Shades of #63413C

#63413C
(99,65,60)
#5A3C37
(90,60,55)
#513732
(81,55,50)
#48322D
(72,50,45)
#3F2D28
(63,45,40)
#362823
(54,40,35)
#2D231E
(45,35,30)
#241E19
(36,30,25)
#1B1914
(27,25,20)
#12140F
(18,20,15)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #63413C

#63413C
(99,65,60)
#71524D
(113,82,77)
#7F635E
(127,99,94)
#8D746F
(141,116,111)
#9B8580
(155,133,128)
#A99691
(169,150,145)
#B7A7A2
(183,167,162)
#C5B8B3
(197,184,179)
#D3C9C4
(211,201,196)
#E1DAD5
(225,218,213)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63413C color. Also use rgb(99,65,60) instead hex code.

Text Font Color

.myTextColor { color: #63413C; }

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

This text font color is #63413C.


Background Color

.myBgColor { background-color: #63413C; }

<div style="background-color:#63413C">Inner text</div>

This div background color is #63413C.


Border color

.myBorderColor { border: 1px solid #63413C; }

<div style="border:3px solid #63413C">Div</div>

This div border color is #63413C.


Opacity

.myOpacity80 { color: #63413C; opacity: 0.8; }

<p style="color:#63413C;opacity:0.8;">80%</p>

Text with #63413C 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 #63413C;}

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

This text has shadow with #63413C color.

.textShadow {text-shadow: 3px 3px 1px #63413C, 3px 3px 1px red;}

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

This text has shadow with #63413C primary color and red secondary color.


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

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

This text has shadow with #63413C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63413C on black background.


Color preview on white background

This text has color #63413C on white background.



Black color preview on #63413C background

This text has black color on #63413C background.


White color preview on #63413C background

This text has white color on #63413C background.