COLOR #330328

HEX: #330328
RGB: (51,3,40)

Color info

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

RGB color model

#330328 color RGB value is (51,3,40).

  • red value is 51;
  • green value is 3;
  • blue value is 40.
RGB:
(51,3,40)
(20%,1%,16%)

RGB channels and saturation

R 51 of 255 = 20%
G 3 of 255 = 1%
B 40 of 255 = 16%

51
3
40

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

Portions of RGB colors in percentages

R + G + B =
51 + 3 + 40 = 94 (100%)
R 51 of 94 ~ 54.26%
G 3 of 94 ~ 3.19%
B 40 of 94 ~ 42.55%

%54.26
%42.55

CMYK color model

#330328 color CMYK value is (0,94,22,80).

  • cyan value is 0.00%
  • magenta value is 94.12%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(0,94,22,80)
C0M94Y22K80 
(0%,94%,22%,80%)
(0.00/0.94/0.22/0.80)	

CMYK percentages

%0
%94.12
%21.57
%80

Codes

Color #330328 in popluar color models

330328
RGB51340
HSL314°88.89%10.59%
HSB/HSV314°94.12%20.00%
CMYK0.00%94.12%21.57%
80.00%

Color #330328 in popluar number systems.

HEX330328
Decimal51340
Binary11001111101000
Octal63350

Shades and tints

Shades of #330328

#330328
(51,3,40)
#2F0325
(47,3,37)
#2B0322
(43,3,34)
#27031F
(39,3,31)
#23031C
(35,3,28)
#1F0319
(31,3,25)
#1B0316
(27,3,22)
#170313
(23,3,19)
#130310
(19,3,16)
#0F030D
(15,3,13)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #330328

#330328
(51,3,40)
#45193B
(69,25,59)
#572F4E
(87,47,78)
#694561
(105,69,97)
#7B5B74
(123,91,116)
#8D7187
(141,113,135)
#9F879A
(159,135,154)
#B19DAD
(177,157,173)
#C3B3C0
(195,179,192)
#D5C9D3
(213,201,211)
#E7DFE6
(231,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330328 color. Also use rgb(51,3,40) instead hex code.

Text Font Color

.myTextColor { color: #330328; }

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

This text font color is #330328.


Background Color

.myBgColor { background-color: #330328; }

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

This div background color is #330328.


Border color

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

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

This div border color is #330328.


Opacity

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

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

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

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

This text has shadow with #330328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330328 on black background.


Color preview on white background

This text has color #330328 on white background.



Black color preview on #330328 background

This text has black color on #330328 background.


White color preview on #330328 background

This text has white color on #330328 background.