COLOR #33215B

HEX: #33215B RGB: (51,33,91)

Color info

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

RGB color model

#33215B color RGB value is (51,33,91).

RGB: (51,33,91) (20%, 13%, 36%)

RGB channels and saturation

R 51 of 255 = 20%
G 33 of 255 = 13%
B 91 of 255 = 36%

51
33
91

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

Portions of RGB colors in percentages

R + G + B = 51 + 33 + 91 = 175 (100%)
R 51 of 175 ~ 29.14%
G 33 of 175 ~ 18.86%
B 91 of 175 ~ 52'%

%29.14
%18.86
%52

CMYK color model

#33215B color CMYK value is (44,64,0,64).

  • cyan value is 43.96%
  • magenta value is 63.74%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (44,64,0,64)
C44M64Y0K64 (44%, 64%, 0%, 64%)
(0.44 / 0.64 / 0.00 / 0.64)

CMYK percentages

%43.96
%63.74
%0
%64.31

Codes

Color #33215B in popluar color models

33 21 5B
RGB 51 33 91
HSL 259° 46.77% 24.31%
HSB/HSV 259° 63.74% 35.69%
CMYK 43.96% 63.74% 0.00%
64.31%

Color #33215B in popluar number systems.

HEX 33 21 5B
Decimal 51 33 91
Binary 110011 100001 1011011
Octal 63 41 133

Shades and tints

Shades of #33215B

#33215B
(51,33,91)
#2F1E53
(47,30,83)
#2B1B4B
(43,27,75)
#271843
(39,24,67)
#23153B
(35,21,59)
#1F1233
(31,18,51)
#1B0F2B
(27,15,43)
#170C23
(23,12,35)
#13091B
(19,9,27)
#0F0613
(15,6,19)
#0B030B
(11,3,11)
#000000
(0,0,0)

Tints of #33215B

#33215B
(51,33,91)
#453569
(69,53,105)
#574977
(87,73,119)
#695D85
(105,93,133)
#7B7193
(123,113,147)
#8D85A1
(141,133,161)
#9F99AF
(159,153,175)
#B1ADBD
(177,173,189)
#C3C1CB
(195,193,203)
#D5D5D9
(213,213,217)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33215B; }

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

This text font color is #33215B.

Background Color

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

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

This div background color is #33215B.

Border color

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

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

This div border color is #33215B.

Opacity

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

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

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

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

This text has shadow with #33215B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33215B.

Preview

Color preview on black background

This text has color #33215B on black background.


Color preview on white background

This text has color #33215B on white background.


Black color preview on #33215B background

This text has black color on #33215B background.


White color preview on #33215B background

This text has white color on #33215B background.


Related colors

Complementary color

Complementary color for #hex is #CCDEA4.


I love getcolorcode.com

Triadic colors

1 #5B3321 and #215B33 with #33215B are triadic colors.

2 #5B2133 and #21335B with #33215B are triadic colors.