COLOR #33215A

HEX: #33215A
RGB: (51,33,90)

Color info

#33215A contains red, green and blue colors in about the same proportion. Web safe color of #33215A is #333366 (or #336).

RGB color model

#33215A color RGB value is (51,33,90).

  • red value is 51;
  • green value is 33;
  • blue value is 90.
RGB:
(51,33,90)
(20%,13%,35%)

RGB channels and saturation

R 51 of 255 = 20%
G 33 of 255 = 13%
B 90 of 255 = 35%

51
33
90

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

Portions of RGB colors in percentages

R + G + B =
51 + 33 + 90 = 174 (100%)
R 51 of 174 ~ 29.31%
G 33 of 174 ~ 18.97%
B 90 of 174 ~ 51.72%

%29.31
%18.97
%51.72

CMYK color model

#33215A color CMYK value is (43,63,0,65).

  • cyan value is 43.33%
  • magenta value is 63.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(43,63,0,65)
C43M63Y0K65 
(43%,63%,0%,65%)
(0.43/0.63/0.00/0.65)	

CMYK percentages

%43.33
%63.33
%0
%64.71

Codes

Color #33215A in popluar color models

33215A
RGB513390
HSL259°46.34%24.12%
HSB/HSV259°63.33%35.29%
CMYK43.33%63.33%0.00%
64.71%

Color #33215A in popluar number systems.

HEX33215A
Decimal513390
Binary1100111000011011010
Octal6341132

Shades and tints

Shades of #33215A

#33215A
(51,33,90)
#2F1E52
(47,30,82)
#2B1B4A
(43,27,74)
#271842
(39,24,66)
#23153A
(35,21,58)
#1F1232
(31,18,50)
#1B0F2A
(27,15,42)
#170C22
(23,12,34)
#13091A
(19,9,26)
#0F0612
(15,6,18)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #33215A

#33215A
(51,33,90)
#453569
(69,53,105)
#574978
(87,73,120)
#695D87
(105,93,135)
#7B7196
(123,113,150)
#8D85A5
(141,133,165)
#9F99B4
(159,153,180)
#B1ADC3
(177,173,195)
#C3C1D2
(195,193,210)
#D5D5E1
(213,213,225)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33215A color. Also use rgb(51,33,90) instead hex code.

Text Font Color

.myTextColor { color: #33215A; }

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

This text font color is #33215A.


Background Color

.myBgColor { background-color: #33215A; }

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

This div background color is #33215A.


Border color

.myBorderColor { border: 1px solid #33215A; }

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

This div border color is #33215A.


Opacity

.myOpacity80 { color: #33215A; opacity: 0.8; }

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

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

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

This text has shadow with #33215A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33215A on black background.


Color preview on white background

This text has color #33215A on white background.



Black color preview on #33215A background

This text has black color on #33215A background.


White color preview on #33215A background

This text has white color on #33215A background.