COLOR #63334A

HEX: #63334A
RGB: (99,51,74)

Color info

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

RGB color model

#63334A color RGB value is (99,51,74).

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

RGB channels and saturation

R 99 of 255 = 39%
G 51 of 255 = 20%
B 74 of 255 = 29%

99
51
74

R + G + B ~ 29%. #63334A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 51 + 74 = 224 (100%)
R 99 of 224 ~ 44.2%
G 51 of 224 ~ 22.77%
B 74 of 224 ~ 33.04%

%44.2
%22.77
%33.04

CMYK color model

#63334A color CMYK value is (0,48,25,61).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 25.25%
  • key color value is 61.18%
CMYK:
(0,48,25,61)
C0M48Y25K61 
(0%,48%,25%,61%)
(0.00/0.48/0.25/0.61)	

CMYK percentages

%0
%48.48
%25.25
%61.18

Codes

Color #63334A in popluar color models

63334A
RGB995174
HSL331°32.00%29.41%
HSB/HSV331°48.48%38.82%
CMYK0.00%48.48%25.25%
61.18%

Color #63334A in popluar number systems.

HEX63334A
Decimal995174
Binary11000111100111001010
Octal14363112

Shades and tints

Shades of #63334A

#63334A
(99,51,74)
#5A2F44
(90,47,68)
#512B3E
(81,43,62)
#482738
(72,39,56)
#3F2332
(63,35,50)
#361F2C
(54,31,44)
#2D1B26
(45,27,38)
#241720
(36,23,32)
#1B131A
(27,19,26)
#120F14
(18,15,20)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #63334A

#63334A
(99,51,74)
#71455A
(113,69,90)
#7F576A
(127,87,106)
#8D697A
(141,105,122)
#9B7B8A
(155,123,138)
#A98D9A
(169,141,154)
#B79FAA
(183,159,170)
#C5B1BA
(197,177,186)
#D3C3CA
(211,195,202)
#E1D5DA
(225,213,218)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63334A; }

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

This text font color is #63334A.


Background Color

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

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

This div background color is #63334A.


Border color

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

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

This div border color is #63334A.


Opacity

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

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

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

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

This text has shadow with #63334A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63334A on black background.


Color preview on white background

This text has color #63334A on white background.



Black color preview on #63334A background

This text has black color on #63334A background.


White color preview on #63334A background

This text has white color on #63334A background.