COLOR #63384C

HEX: #63384C
RGB: (99,56,76)

Color info

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

RGB color model

#63384C color RGB value is (99,56,76).

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

RGB channels and saturation

R 99 of 255 = 39%
G 56 of 255 = 22%
B 76 of 255 = 30%

99
56
76

R + G + B ~ 30%. #63384C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 56 + 76 = 231 (100%)
R 99 of 231 ~ 42.86%
G 56 of 231 ~ 24.24%
B 76 of 231 ~ 32.9%

%42.86
%24.24
%32.9

CMYK color model

#63384C color CMYK value is (0,43,23,61).

  • cyan value is 0.00%
  • magenta value is 43.43%
  • yellow value is 23.23%
  • key color value is 61.18%
CMYK:
(0,43,23,61)
C0M43Y23K61 
(0%,43%,23%,61%)
(0.00/0.43/0.23/0.61)	

CMYK percentages

%0
%43.43
%23.23
%61.18

Codes

Color #63384C in popluar color models

63384C
RGB995676
HSL332°27.74%30.39%
HSB/HSV332°43.43%38.82%
CMYK0.00%43.43%23.23%
61.18%

Color #63384C in popluar number systems.

HEX63384C
Decimal995676
Binary11000111110001001100
Octal14370114

Shades and tints

Shades of #63384C

#63384C
(99,56,76)
#5A3346
(90,51,70)
#512E40
(81,46,64)
#48293A
(72,41,58)
#3F2434
(63,36,52)
#361F2E
(54,31,46)
#2D1A28
(45,26,40)
#241522
(36,21,34)
#1B101C
(27,16,28)
#120B16
(18,11,22)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #63384C

#63384C
(99,56,76)
#714A5C
(113,74,92)
#7F5C6C
(127,92,108)
#8D6E7C
(141,110,124)
#9B808C
(155,128,140)
#A9929C
(169,146,156)
#B7A4AC
(183,164,172)
#C5B6BC
(197,182,188)
#D3C8CC
(211,200,204)
#E1DADC
(225,218,220)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63384C color. Also use rgb(99,56,76) instead hex code.

Text Font Color

.myTextColor { color: #63384C; }

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

This text font color is #63384C.


Background Color

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

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

This div background color is #63384C.


Border color

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

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

This div border color is #63384C.


Opacity

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

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

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

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

This text has shadow with #63384C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63384C on black background.


Color preview on white background

This text has color #63384C on white background.



Black color preview on #63384C background

This text has black color on #63384C background.


White color preview on #63384C background

This text has white color on #63384C background.