COLOR #330947

HEX: #330947 RGB: (51,9,71)

Color info

#330947 contains mainly red and blue colors. Web safe color of #330947 is #330033 (or #303).

RGB color model

#330947 color RGB value is (51,9,71).

RGB: (51,9,71) (20%, 4%, 28%)

RGB channels and saturation

R 51 of 255 = 20%
G 9 of 255 = 4%
B 71 of 255 = 28%

51
9
71

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

Portions of RGB colors in percentages

R + G + B = 51 + 9 + 71 = 131 (100%)
R 51 of 131 ~ 38.93%
G 9 of 131 ~ 6.87%
B 71 of 131 ~ 54.2'%

%38.93
%54.2

CMYK color model

#330947 color CMYK value is (28,87,0,72).

  • cyan value is 28.17%
  • magenta value is 87.32%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (28,87,0,72)
C28M87Y0K72 (28%, 87%, 0%, 72%)
(0.28 / 0.87 / 0.00 / 0.72)

CMYK percentages

%28.17
%87.32
%0
%72.16

Codes

Color #330947 in popluar color models

33 09 47
RGB 51 9 71
HSL 281° 77.50% 15.69%
HSB/HSV 281° 87.32% 27.84%
CMYK 28.17% 87.32% 0.00%
72.16%

Color #330947 in popluar number systems.

HEX 33 09 47
Decimal 51 9 71
Binary 110011 1001 1000111
Octal 63 11 107

Shades and tints

Shades of #330947

#330947
(51,9,71)
#2F0941
(47,9,65)
#2B093B
(43,9,59)
#270935
(39,9,53)
#23092F
(35,9,47)
#1F0929
(31,9,41)
#1B0923
(27,9,35)
#17091D
(23,9,29)
#130917
(19,9,23)
#0F0911
(15,9,17)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #330947

#330947
(51,9,71)
#451F57
(69,31,87)
#573567
(87,53,103)
#694B77
(105,75,119)
#7B6187
(123,97,135)
#8D7797
(141,119,151)
#9F8DA7
(159,141,167)
#B1A3B7
(177,163,183)
#C3B9C7
(195,185,199)
#D5CFD7
(213,207,215)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330947 color. Also use rgb(51,9,71) instead hex code.

Text Font Color

.myTextColor { color: #330947; }

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

This text font color is #330947.

Background Color

.myBgColor { background-color: #330947; }

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

This div background color is #330947.

Border color

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

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

This div border color is #330947.

Opacity

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

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

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

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

This text has shadow with #330947 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330947.

Preview

Color preview on black background

This text has color #330947 on black background.


Color preview on white background

This text has color #330947 on white background.


Black color preview on #330947 background

This text has black color on #330947 background.


White color preview on #330947 background

This text has white color on #330947 background.


Related colors

Complementary color

Complementary color for #hex is #CCF6B8.


I love getcolorcode.com

Triadic colors

1 #473309 and #094733 with #330947 are triadic colors.

2 #470933 and #093347 with #330947 are triadic colors.