COLOR #330624

HEX: #330624
RGB: (51,6,36)

Color info

#330624 contains red, green and blue colors in about the same proportion. Web safe color of #330624 is #330033 (or #303).

RGB color model

#330624 color RGB value is (51,6,36).

  • red value is 51;
  • green value is 6;
  • blue value is 36.
RGB:
(51,6,36)
(20%,2%,14%)

RGB channels and saturation

R 51 of 255 = 20%
G 6 of 255 = 2%
B 36 of 255 = 14%

51
6
36

R + G + B ~ 12%. #330624 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 6 + 36 = 93 (100%)
R 51 of 93 ~ 54.84%
G 6 of 93 ~ 6.45%
B 36 of 93 ~ 38.71%

%54.84
%38.71

CMYK color model

#330624 color CMYK value is (0,88,29,80).

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 29.41%
  • key color value is 80.00%
CMYK:
(0,88,29,80)
C0M88Y29K80 
(0%,88%,29%,80%)
(0.00/0.88/0.29/0.80)	

CMYK percentages

%0
%88.24
%29.41
%80

Codes

Color #330624 in popluar color models

330624
RGB51636
HSL320°78.95%11.18%
HSB/HSV320°88.24%20.00%
CMYK0.00%88.24%29.41%
80.00%

Color #330624 in popluar number systems.

HEX330624
Decimal51636
Binary110011110100100
Octal63644

Shades and tints

Shades of #330624

#330624
(51,6,36)
#2F0621
(47,6,33)
#2B061E
(43,6,30)
#27061B
(39,6,27)
#230618
(35,6,24)
#1F0615
(31,6,21)
#1B0612
(27,6,18)
#17060F
(23,6,15)
#13060C
(19,6,12)
#0F0609
(15,6,9)
#0B0606
(11,6,6)
#000000
(0,0,0)

Tints of #330624

#330624
(51,6,36)
#451C37
(69,28,55)
#57324A
(87,50,74)
#69485D
(105,72,93)
#7B5E70
(123,94,112)
#8D7483
(141,116,131)
#9F8A96
(159,138,150)
#B1A0A9
(177,160,169)
#C3B6BC
(195,182,188)
#D5CCCF
(213,204,207)
#E7E2E2
(231,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330624 color. Also use rgb(51,6,36) instead hex code.

Text Font Color

.myTextColor { color: #330624; }

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

This text font color is #330624.


Background Color

.myBgColor { background-color: #330624; }

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

This div background color is #330624.


Border color

.myBorderColor { border: 1px solid #330624; }

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

This div border color is #330624.


Opacity

.myOpacity80 { color: #330624; opacity: 0.8; }

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

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

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

This text has shadow with #330624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330624 on black background.


Color preview on white background

This text has color #330624 on white background.



Black color preview on #330624 background

This text has black color on #330624 background.


White color preview on #330624 background

This text has white color on #330624 background.