COLOR #330E40

HEX: #330E40
RGB: (51,14,64)

Color info

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

RGB color model

#330E40 color RGB value is (51,14,64).

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

RGB channels and saturation

R 51 of 255 = 20%
G 14 of 255 = 5%
B 64 of 255 = 25%

51
14
64

R + G + B ~ 17%. #330E40 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 14 + 64 = 129 (100%)
R 51 of 129 ~ 39.53%
G 14 of 129 ~ 10.85%
B 64 of 129 ~ 49.61%

%39.53
%10.85
%49.61

CMYK color model

#330E40 color CMYK value is (20,78,0,75).

  • cyan value is 20.31%
  • magenta value is 78.13%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(20,78,0,75)
C20M78Y0K75 
(20%,78%,0%,75%)
(0.20/0.78/0.00/0.75)	

CMYK percentages

%20.31
%78.13
%0
%74.9

Codes

Color #330E40 in popluar color models

330E40
RGB511464
HSL284°64.10%15.29%
HSB/HSV284°78.13%25.10%
CMYK20.31%78.13%0.00%
74.90%

Color #330E40 in popluar number systems.

HEX330E40
Decimal511464
Binary11001111101000000
Octal6316100

Shades and tints

Shades of #330E40

#330E40
(51,14,64)
#2F0D3B
(47,13,59)
#2B0C36
(43,12,54)
#270B31
(39,11,49)
#230A2C
(35,10,44)
#1F0927
(31,9,39)
#1B0822
(27,8,34)
#17071D
(23,7,29)
#130618
(19,6,24)
#0F0513
(15,5,19)
#0B040E
(11,4,14)
#000000
(0,0,0)

Tints of #330E40

#330E40
(51,14,64)
#452351
(69,35,81)
#573862
(87,56,98)
#694D73
(105,77,115)
#7B6284
(123,98,132)
#8D7795
(141,119,149)
#9F8CA6
(159,140,166)
#B1A1B7
(177,161,183)
#C3B6C8
(195,182,200)
#D5CBD9
(213,203,217)
#E7E0EA
(231,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330E40 color. Also use rgb(51,14,64) instead hex code.

Text Font Color

.myTextColor { color: #330E40; }

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

This text font color is #330E40.


Background Color

.myBgColor { background-color: #330E40; }

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

This div background color is #330E40.


Border color

.myBorderColor { border: 1px solid #330E40; }

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

This div border color is #330E40.


Opacity

.myOpacity80 { color: #330E40; opacity: 0.8; }

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

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

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

This text has shadow with #330E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330E40 on black background.


Color preview on white background

This text has color #330E40 on white background.



Black color preview on #330E40 background

This text has black color on #330E40 background.


White color preview on #330E40 background

This text has white color on #330E40 background.