COLOR #63332A

HEX: #63332A
RGB: (99,51,42)

Color info

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

RGB color model

#63332A color RGB value is (99,51,42).

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

RGB channels and saturation

R 99 of 255 = 39%
G 51 of 255 = 20%
B 42 of 255 = 16%

99
51
42

R + G + B ~ 25%. #63332A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 51 + 42 = 192 (100%)
R 99 of 192 ~ 51.56%
G 51 of 192 ~ 26.56%
B 42 of 192 ~ 21.88%

%51.56
%26.56
%21.88

CMYK color model

#63332A color CMYK value is (0,48,58,61).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 57.58%
  • key color value is 61.18%
CMYK:
(0,48,58,61)
C0M48Y58K61 
(0%,48%,58%,61%)
(0.00/0.48/0.58/0.61)	

CMYK percentages

%0
%48.48
%57.58
%61.18

Codes

Color #63332A in popluar color models

63332A
RGB995142
HSL40.43%27.65%
HSB/HSV57.58%38.82%
CMYK0.00%48.48%57.58%
61.18%

Color #63332A in popluar number systems.

HEX63332A
Decimal995142
Binary1100011110011101010
Octal1436352

Shades and tints

Shades of #63332A

#63332A
(99,51,42)
#5A2F27
(90,47,39)
#512B24
(81,43,36)
#482721
(72,39,33)
#3F231E
(63,35,30)
#361F1B
(54,31,27)
#2D1B18
(45,27,24)
#241715
(36,23,21)
#1B1312
(27,19,18)
#120F0F
(18,15,15)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #63332A

#63332A
(99,51,42)
#71453D
(113,69,61)
#7F5750
(127,87,80)
#8D6963
(141,105,99)
#9B7B76
(155,123,118)
#A98D89
(169,141,137)
#B79F9C
(183,159,156)
#C5B1AF
(197,177,175)
#D3C3C2
(211,195,194)
#E1D5D5
(225,213,213)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63332A; }

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

This text font color is #63332A.


Background Color

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

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

This div background color is #63332A.


Border color

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

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

This div border color is #63332A.


Opacity

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

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

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

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

This text has shadow with #63332A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63332A on black background.


Color preview on white background

This text has color #63332A on white background.



Black color preview on #63332A background

This text has black color on #63332A background.


White color preview on #63332A background

This text has white color on #63332A background.