COLOR #63382A

HEX: #63382A
RGB: (99,56,42)

Color info

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

RGB color model

#63382A color RGB value is (99,56,42).

  • red value is 99;
  • green value is 56;
  • blue value is 42.
RGB:
(99,56,42)
(39%,22%,16%)

RGB channels and saturation

R 99 of 255 = 39%
G 56 of 255 = 22%
B 42 of 255 = 16%

99
56
42

R + G + B ~ 26%. #63382A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 56 + 42 = 197 (100%)
R 99 of 197 ~ 50.25%
G 56 of 197 ~ 28.43%
B 42 of 197 ~ 21.32%

%50.25
%28.43
%21.32

CMYK color model

#63382A color CMYK value is (0,43,58,61).

  • cyan value is 0.00%
  • magenta value is 43.43%
  • yellow value is 57.58%
  • key color value is 61.18%
CMYK:
(0,43,58,61)
C0M43Y58K61 
(0%,43%,58%,61%)
(0.00/0.43/0.58/0.61)	

CMYK percentages

%0
%43.43
%57.58
%61.18

Codes

Color #63382A in popluar color models

63382A
RGB995642
HSL15°40.43%27.65%
HSB/HSV15°57.58%38.82%
CMYK0.00%43.43%57.58%
61.18%

Color #63382A in popluar number systems.

HEX63382A
Decimal995642
Binary1100011111000101010
Octal1437052

Shades and tints

Shades of #63382A

#63382A
(99,56,42)
#5A3327
(90,51,39)
#512E24
(81,46,36)
#482921
(72,41,33)
#3F241E
(63,36,30)
#361F1B
(54,31,27)
#2D1A18
(45,26,24)
#241515
(36,21,21)
#1B1012
(27,16,18)
#120B0F
(18,11,15)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #63382A

#63382A
(99,56,42)
#714A3D
(113,74,61)
#7F5C50
(127,92,80)
#8D6E63
(141,110,99)
#9B8076
(155,128,118)
#A99289
(169,146,137)
#B7A49C
(183,164,156)
#C5B6AF
(197,182,175)
#D3C8C2
(211,200,194)
#E1DAD5
(225,218,213)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63382A color. Also use rgb(99,56,42) instead hex code.

Text Font Color

.myTextColor { color: #63382A; }

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

This text font color is #63382A.


Background Color

.myBgColor { background-color: #63382A; }

<div style="background-color:#63382A">Inner text</div>

This div background color is #63382A.


Border color

.myBorderColor { border: 1px solid #63382A; }

<div style="border:3px solid #63382A">Div</div>

This div border color is #63382A.


Opacity

.myOpacity80 { color: #63382A; opacity: 0.8; }

<p style="color:#63382A;opacity:0.8;">80%</p>

Text with #63382A 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 #63382A;}

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

This text has shadow with #63382A color.

.textShadow {text-shadow: 3px 3px 1px #63382A, 3px 3px 1px red;}

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

This text has shadow with #63382A primary color and red secondary color.


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

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

This text has shadow with #63382A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63382A on black background.


Color preview on white background

This text has color #63382A on white background.



Black color preview on #63382A background

This text has black color on #63382A background.


White color preview on #63382A background

This text has white color on #63382A background.