COLOR #330533

HEX: #330533
RGB: (51,5,51)

Color info

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

RGB color model

#330533 color RGB value is (51,5,51).

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

RGB channels and saturation

R 51 of 255 = 20%
G 5 of 255 = 2%
B 51 of 255 = 20%

51
5
51

R + G + B ~ 14%. #330533 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 5 + 51 = 107 (100%)
R 51 of 107 ~ 47.66%
G 5 of 107 ~ 4.67%
B 51 of 107 ~ 47.66%

%47.66
%47.66

CMYK color model

#330533 color CMYK value is (0,90,0,80).

  • cyan value is 0.00%
  • magenta value is 90.20%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(0,90,0,80)
C0M90Y0K80 
(0%,90%,0%,80%)
(0.00/0.90/0.00/0.80)	

CMYK percentages

%0
%90.2
%0
%80

Codes

Color #330533 in popluar color models

330533
RGB51551
HSL300°82.14%10.98%
HSB/HSV300°90.20%20.00%
CMYK0.00%90.20%0.00%
80.00%

Color #330533 in popluar number systems.

HEX330533
Decimal51551
Binary110011101110011
Octal63563

Shades and tints

Shades of #330533

#330533
(51,5,51)
#2F052F
(47,5,47)
#2B052B
(43,5,43)
#270527
(39,5,39)
#230523
(35,5,35)
#1F051F
(31,5,31)
#1B051B
(27,5,27)
#170517
(23,5,23)
#130513
(19,5,19)
#0F050F
(15,5,15)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #330533

#330533
(51,5,51)
#451B45
(69,27,69)
#573157
(87,49,87)
#694769
(105,71,105)
#7B5D7B
(123,93,123)
#8D738D
(141,115,141)
#9F899F
(159,137,159)
#B19FB1
(177,159,177)
#C3B5C3
(195,181,195)
#D5CBD5
(213,203,213)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330533; }

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

This text font color is #330533.


Background Color

.myBgColor { background-color: #330533; }

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

This div background color is #330533.


Border color

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

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

This div border color is #330533.


Opacity

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

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

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

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

This text has shadow with #330533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330533 on black background.


Color preview on white background

This text has color #330533 on white background.



Black color preview on #330533 background

This text has black color on #330533 background.


White color preview on #330533 background

This text has white color on #330533 background.