COLOR #330429

HEX: #330429
RGB: (51,4,41)

Color info

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

RGB color model

#330429 color RGB value is (51,4,41).

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

RGB channels and saturation

R 51 of 255 = 20%
G 4 of 255 = 2%
B 41 of 255 = 16%

51
4
41

R + G + B ~ 13%. #330429 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 4 + 41 = 96 (100%)
R 51 of 96 ~ 53.13%
G 4 of 96 ~ 4.17%
B 41 of 96 ~ 42.71%

%53.13
%42.71

CMYK color model

#330429 color CMYK value is (0,92,20,80).

  • cyan value is 0.00%
  • magenta value is 92.16%
  • yellow value is 19.61%
  • key color value is 80.00%
CMYK:
(0,92,20,80)
C0M92Y20K80 
(0%,92%,20%,80%)
(0.00/0.92/0.20/0.80)	

CMYK percentages

%0
%92.16
%19.61
%80

Codes

Color #330429 in popluar color models

330429
RGB51441
HSL313°85.45%10.78%
HSB/HSV313°92.16%20.00%
CMYK0.00%92.16%19.61%
80.00%

Color #330429 in popluar number systems.

HEX330429
Decimal51441
Binary110011100101001
Octal63451

Shades and tints

Shades of #330429

#330429
(51,4,41)
#2F0426
(47,4,38)
#2B0423
(43,4,35)
#270420
(39,4,32)
#23041D
(35,4,29)
#1F041A
(31,4,26)
#1B0417
(27,4,23)
#170414
(23,4,20)
#130411
(19,4,17)
#0F040E
(15,4,14)
#0B040B
(11,4,11)
#000000
(0,0,0)

Tints of #330429

#330429
(51,4,41)
#451A3C
(69,26,60)
#57304F
(87,48,79)
#694662
(105,70,98)
#7B5C75
(123,92,117)
#8D7288
(141,114,136)
#9F889B
(159,136,155)
#B19EAE
(177,158,174)
#C3B4C1
(195,180,193)
#D5CAD4
(213,202,212)
#E7E0E7
(231,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330429; }

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

This text font color is #330429.


Background Color

.myBgColor { background-color: #330429; }

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

This div background color is #330429.


Border color

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

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

This div border color is #330429.


Opacity

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

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

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

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

This text has shadow with #330429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330429 on black background.


Color preview on white background

This text has color #330429 on white background.



Black color preview on #330429 background

This text has black color on #330429 background.


White color preview on #330429 background

This text has white color on #330429 background.