COLOR #331466

HEX: #331466
RGB: (51,20,102)

Color info

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

RGB color model

#331466 color RGB value is (51,20,102).

  • red value is 51;
  • green value is 20;
  • blue value is 102.
RGB:
(51,20,102)
(20%,8%,40%)

RGB channels and saturation

R 51 of 255 = 20%
G 20 of 255 = 8%
B 102 of 255 = 40%

51
20
102

R + G + B ~ 23%. #331466 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 20 + 102 = 173 (100%)
R 51 of 173 ~ 29.48%
G 20 of 173 ~ 11.56%
B 102 of 173 ~ 58.96%

%29.48
%11.56
%58.96

CMYK color model

#331466 color CMYK value is (50,80,0,60).

  • cyan value is 50.00%
  • magenta value is 80.39%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(50,80,0,60)
C50M80Y0K60 
(50%,80%,0%,60%)
(0.50/0.80/0.00/0.60)	

CMYK percentages

%50
%80.39
%0
%60

Codes

Color #331466 in popluar color models

331466
RGB5120102
HSL263°67.21%23.92%
HSB/HSV263°80.39%40.00%
CMYK50.00%80.39%0.00%
60.00%

Color #331466 in popluar number systems.

HEX331466
Decimal5120102
Binary110011101001100110
Octal6324146

Shades and tints

Shades of #331466

#331466
(51,20,102)
#2F135D
(47,19,93)
#2B1254
(43,18,84)
#27114B
(39,17,75)
#231042
(35,16,66)
#1F0F39
(31,15,57)
#1B0E30
(27,14,48)
#170D27
(23,13,39)
#130C1E
(19,12,30)
#0F0B15
(15,11,21)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #331466

#331466
(51,20,102)
#452973
(69,41,115)
#573E80
(87,62,128)
#69538D
(105,83,141)
#7B689A
(123,104,154)
#8D7DA7
(141,125,167)
#9F92B4
(159,146,180)
#B1A7C1
(177,167,193)
#C3BCCE
(195,188,206)
#D5D1DB
(213,209,219)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331466 color. Also use rgb(51,20,102) instead hex code.

Text Font Color

.myTextColor { color: #331466; }

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

This text font color is #331466.


Background Color

.myBgColor { background-color: #331466; }

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

This div background color is #331466.


Border color

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

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

This div border color is #331466.


Opacity

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

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

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

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

This text has shadow with #331466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331466 on black background.


Color preview on white background

This text has color #331466 on white background.



Black color preview on #331466 background

This text has black color on #331466 background.


White color preview on #331466 background

This text has white color on #331466 background.