COLOR #63482C

HEX: #63482C
RGB: (99,72,44)

Color info

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

RGB color model

#63482C color RGB value is (99,72,44).

  • red value is 99;
  • green value is 72;
  • blue value is 44.
RGB:
(99,72,44)
(39%,28%,17%)

RGB channels and saturation

R 99 of 255 = 39%
G 72 of 255 = 28%
B 44 of 255 = 17%

99
72
44

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

Portions of RGB colors in percentages

R + G + B =
99 + 72 + 44 = 215 (100%)
R 99 of 215 ~ 46.05%
G 72 of 215 ~ 33.49%
B 44 of 215 ~ 20.47%

%46.05
%33.49
%20.47

CMYK color model

#63482C color CMYK value is (0,27,56,61).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 55.56%
  • key color value is 61.18%
CMYK:
(0,27,56,61)
C0M27Y56K61 
(0%,27%,56%,61%)
(0.00/0.27/0.56/0.61)	

CMYK percentages

%0
%27.27
%55.56
%61.18

Codes

Color #63482C in popluar color models

63482C
RGB997244
HSL31°38.46%28.04%
HSB/HSV31°55.56%38.82%
CMYK0.00%27.27%55.56%
61.18%

Color #63482C in popluar number systems.

HEX63482C
Decimal997244
Binary11000111001000101100
Octal14311054

Shades and tints

Shades of #63482C

#63482C
(99,72,44)
#5A4228
(90,66,40)
#513C24
(81,60,36)
#483620
(72,54,32)
#3F301C
(63,48,28)
#362A18
(54,42,24)
#2D2414
(45,36,20)
#241E10
(36,30,16)
#1B180C
(27,24,12)
#121208
(18,18,8)
#090C04
(9,12,4)
#000000
(0,0,0)

Tints of #63482C

#63482C
(99,72,44)
#71583F
(113,88,63)
#7F6852
(127,104,82)
#8D7865
(141,120,101)
#9B8878
(155,136,120)
#A9988B
(169,152,139)
#B7A89E
(183,168,158)
#C5B8B1
(197,184,177)
#D3C8C4
(211,200,196)
#E1D8D7
(225,216,215)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63482C color. Also use rgb(99,72,44) instead hex code.

Text Font Color

.myTextColor { color: #63482C; }

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

This text font color is #63482C.


Background Color

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

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

This div background color is #63482C.


Border color

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

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

This div border color is #63482C.


Opacity

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

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

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

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

This text has shadow with #63482C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63482C on black background.


Color preview on white background

This text has color #63482C on white background.



Black color preview on #63482C background

This text has black color on #63482C background.


White color preview on #63482C background

This text has white color on #63482C background.