COLOR #330A5F

HEX: #330A5F RGB: (51,10,95)

Color info

#330A5F contains mainly red and blue colors. Web safe color of #330A5F is #330066 (or #306).

RGB color model

#330A5F color RGB value is (51,10,95).

RGB: (51,10,95) (20%, 4%, 37%)

RGB channels and saturation

R 51 of 255 = 20%
G 10 of 255 = 4%
B 95 of 255 = 37%

51
10
95

R + G + B ~ 20%. #330A5F is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 10 + 95 = 156 (100%)
R 51 of 156 ~ 32.69%
G 10 of 156 ~ 6.41%
B 95 of 156 ~ 60.9'%

%32.69
%60.9

CMYK color model

#330A5F color CMYK value is (46,89,0,63).

  • cyan value is 46.32%
  • magenta value is 89.47%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (46,89,0,63)
C46M89Y0K63 (46%, 89%, 0%, 63%)
(0.46 / 0.89 / 0.00 / 0.63)

CMYK percentages

%46.32
%89.47
%0
%62.75

Codes

Color #330A5F in popluar color models

33 0A 5F
RGB 51 10 95
HSL 269° 80.95% 20.59%
HSB/HSV 269° 89.47% 37.25%
CMYK 46.32% 89.47% 0.00%
62.75%

Color #330A5F in popluar number systems.

HEX 33 0A 5F
Decimal 51 10 95
Binary 110011 1010 1011111
Octal 63 12 137

Shades and tints

Shades of #330A5F

#330A5F
(51,10,95)
#2F0A57
(47,10,87)
#2B0A4F
(43,10,79)
#270A47
(39,10,71)
#230A3F
(35,10,63)
#1F0A37
(31,10,55)
#1B0A2F
(27,10,47)
#170A27
(23,10,39)
#130A1F
(19,10,31)
#0F0A17
(15,10,23)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #330A5F

#330A5F
(51,10,95)
#45206D
(69,32,109)
#57367B
(87,54,123)
#694C89
(105,76,137)
#7B6297
(123,98,151)
#8D78A5
(141,120,165)
#9F8EB3
(159,142,179)
#B1A4C1
(177,164,193)
#C3BACF
(195,186,207)
#D5D0DD
(213,208,221)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330A5F; }

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

This text font color is #330A5F.

Background Color

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

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

This div background color is #330A5F.

Border color

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

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

This div border color is #330A5F.

Opacity

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

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

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

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

This text has shadow with #330A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330A5F.

Preview

Color preview on black background

This text has color #330A5F on black background.


Color preview on white background

This text has color #330A5F on white background.


Black color preview on #330A5F background

This text has black color on #330A5F background.


White color preview on #330A5F background

This text has white color on #330A5F background.


Related colors

Complementary color

Complementary color for #hex is #CCF5A0.


I love getcolorcode.com

Triadic colors

1 #5F330A and #0A5F33 with #330A5F are triadic colors.

2 #5F0A33 and #0A335F with #330A5F are triadic colors.