COLOR #330438

HEX: #330438
RGB: (51,4,56)

Color info

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

RGB color model

#330438 color RGB value is (51,4,56).

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

RGB channels and saturation

R 51 of 255 = 20%
G 4 of 255 = 2%
B 56 of 255 = 22%

51
4
56

R + G + B ~ 15%. #330438 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 4 + 56 = 111 (100%)
R 51 of 111 ~ 45.95%
G 4 of 111 ~ 3.6%
B 56 of 111 ~ 50.45%

%45.95
%50.45

CMYK color model

#330438 color CMYK value is (9,93,0,78).

  • cyan value is 8.93%
  • magenta value is 92.86%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(9,93,0,78)
C9M93Y0K78 
(9%,93%,0%,78%)
(0.09/0.93/0.00/0.78)	

CMYK percentages

%8.93
%92.86
%0
%78.04

Codes

Color #330438 in popluar color models

330438
RGB51456
HSL294°86.67%11.76%
HSB/HSV294°92.86%21.96%
CMYK8.93%92.86%0.00%
78.04%

Color #330438 in popluar number systems.

HEX330438
Decimal51456
Binary110011100111000
Octal63470

Shades and tints

Shades of #330438

#330438
(51,4,56)
#2F0433
(47,4,51)
#2B042E
(43,4,46)
#270429
(39,4,41)
#230424
(35,4,36)
#1F041F
(31,4,31)
#1B041A
(27,4,26)
#170415
(23,4,21)
#130410
(19,4,16)
#0F040B
(15,4,11)
#0B0406
(11,4,6)
#000000
(0,0,0)

Tints of #330438

#330438
(51,4,56)
#451A4A
(69,26,74)
#57305C
(87,48,92)
#69466E
(105,70,110)
#7B5C80
(123,92,128)
#8D7292
(141,114,146)
#9F88A4
(159,136,164)
#B19EB6
(177,158,182)
#C3B4C8
(195,180,200)
#D5CADA
(213,202,218)
#E7E0EC
(231,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330438; }

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

This text font color is #330438.


Background Color

.myBgColor { background-color: #330438; }

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

This div background color is #330438.


Border color

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

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

This div border color is #330438.


Opacity

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

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

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

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

This text has shadow with #330438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330438 on black background.


Color preview on white background

This text has color #330438 on white background.



Black color preview on #330438 background

This text has black color on #330438 background.


White color preview on #330438 background

This text has white color on #330438 background.