COLOR #330424

HEX: #330424
RGB: (51,4,36)

Color info

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

RGB color model

#330424 color RGB value is (51,4,36).

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

RGB channels and saturation

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

51
4
36

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

Portions of RGB colors in percentages

R + G + B =
51 + 4 + 36 = 91 (100%)
R 51 of 91 ~ 56.04%
G 4 of 91 ~ 4.4%
B 36 of 91 ~ 39.56%

%56.04
%39.56

CMYK color model

#330424 color CMYK value is (0,92,29,80).

  • cyan value is 0.00%
  • magenta value is 92.16%
  • yellow value is 29.41%
  • key color value is 80.00%
CMYK:
(0,92,29,80)
C0M92Y29K80 
(0%,92%,29%,80%)
(0.00/0.92/0.29/0.80)	

CMYK percentages

%0
%92.16
%29.41
%80

Codes

Color #330424 in popluar color models

330424
RGB51436
HSL319°85.45%10.78%
HSB/HSV319°92.16%20.00%
CMYK0.00%92.16%29.41%
80.00%

Color #330424 in popluar number systems.

HEX330424
Decimal51436
Binary110011100100100
Octal63444

Shades and tints

Shades of #330424

#330424
(51,4,36)
#2F0421
(47,4,33)
#2B041E
(43,4,30)
#27041B
(39,4,27)
#230418
(35,4,24)
#1F0415
(31,4,21)
#1B0412
(27,4,18)
#17040F
(23,4,15)
#13040C
(19,4,12)
#0F0409
(15,4,9)
#0B0406
(11,4,6)
#000000
(0,0,0)

Tints of #330424

#330424
(51,4,36)
#451A37
(69,26,55)
#57304A
(87,48,74)
#69465D
(105,70,93)
#7B5C70
(123,92,112)
#8D7283
(141,114,131)
#9F8896
(159,136,150)
#B19EA9
(177,158,169)
#C3B4BC
(195,180,188)
#D5CACF
(213,202,207)
#E7E0E2
(231,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330424; }

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

This text font color is #330424.


Background Color

.myBgColor { background-color: #330424; }

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

This div background color is #330424.


Border color

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

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

This div border color is #330424.


Opacity

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

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

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

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

This text has shadow with #330424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330424 on black background.


Color preview on white background

This text has color #330424 on white background.



Black color preview on #330424 background

This text has black color on #330424 background.


White color preview on #330424 background

This text has white color on #330424 background.