COLOR #330A3F

HEX: #330A3F
RGB: (51,10,63)

Color info

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

RGB color model

#330A3F color RGB value is (51,10,63).

  • red value is 51;
  • green value is 10;
  • blue value is 63.
RGB:
(51,10,63)
(20%,4%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 10 of 255 = 4%
B 63 of 255 = 25%

51
10
63

R + G + B ~ 16%. #330A3F is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 10 + 63 = 124 (100%)
R 51 of 124 ~ 41.13%
G 10 of 124 ~ 8.06%
B 63 of 124 ~ 50.81%

%41.13
%50.81

CMYK color model

#330A3F color CMYK value is (19,84,0,75).

  • cyan value is 19.05%
  • magenta value is 84.13%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(19,84,0,75)
C19M84Y0K75 
(19%,84%,0%,75%)
(0.19/0.84/0.00/0.75)	

CMYK percentages

%19.05
%84.13
%0
%75.29

Codes

Color #330A3F in popluar color models

330A3F
RGB511063
HSL286°72.60%14.31%
HSB/HSV286°84.13%24.71%
CMYK19.05%84.13%0.00%
75.29%

Color #330A3F in popluar number systems.

HEX330A3F
Decimal511063
Binary1100111010111111
Octal631277

Shades and tints

Shades of #330A3F

#330A3F
(51,10,63)
#2F0A3A
(47,10,58)
#2B0A35
(43,10,53)
#270A30
(39,10,48)
#230A2B
(35,10,43)
#1F0A26
(31,10,38)
#1B0A21
(27,10,33)
#170A1C
(23,10,28)
#130A17
(19,10,23)
#0F0A12
(15,10,18)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #330A3F

#330A3F
(51,10,63)
#452050
(69,32,80)
#573661
(87,54,97)
#694C72
(105,76,114)
#7B6283
(123,98,131)
#8D7894
(141,120,148)
#9F8EA5
(159,142,165)
#B1A4B6
(177,164,182)
#C3BAC7
(195,186,199)
#D5D0D8
(213,208,216)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330A3F color. Also use rgb(51,10,63) instead hex code.

Text Font Color

.myTextColor { color: #330A3F; }

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

This text font color is #330A3F.


Background Color

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

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

This div background color is #330A3F.


Border color

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

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

This div border color is #330A3F.


Opacity

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

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

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

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

This text has shadow with #330A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330A3F on black background.


Color preview on white background

This text has color #330A3F on white background.



Black color preview on #330A3F background

This text has black color on #330A3F background.


White color preview on #330A3F background

This text has white color on #330A3F background.