COLOR #33005A

HEX: #33005A RGB: (51,0,90)

Color info

#33005A contains only red and blue colors. Web safe color of #33005A is #330066 (or #306).

RGB color model

#33005A color RGB value is (51,0,90).

RGB: (51,0,90) (20%, 0%, 35%)

RGB channels and saturation

R 51 of 255 = 20%
G 0 of 255 = 0%
B 90 of 255 = 35%

51
0
90

R + G + B ~ 18%. #33005A is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 0 + 90 = 141 (100%)
R 51 of 141 ~ 36.17%
G 0 of 141 ~ 0%
B 90 of 141 ~ 63.83'%

%36.17
%63.83

CMYK color model

#33005A color CMYK value is (43,100,0,65).

  • cyan value is 43.33%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (43,100,0,65)
C43M100Y0K65 (43%, 100%, 0%, 65%)
(0.43 / 1.00 / 0.00 / 0.65)

CMYK percentages

%43.33
%100
%0
%64.71

Codes

Color #33005A in popluar color models

33 00 5A
RGB 51 0 90
HSL 274° 100.00% 17.65%
HSB/HSV 274° 100.00% 35.29%
CMYK 43.33% 100.00% 0.00%
64.71%

Color #33005A in popluar number systems.

HEX 33 00 5A
Decimal 51 0 90
Binary 110011 0 1011010
Octal 63 0 132

Shades and tints

Shades of #33005A

#33005A
(51,0,90)
#2F0052
(47,0,82)
#2B004A
(43,0,74)
#270042
(39,0,66)
#23003A
(35,0,58)
#1F0032
(31,0,50)
#1B002A
(27,0,42)
#170022
(23,0,34)
#13001A
(19,0,26)
#0F0012
(15,0,18)
#0B000A
(11,0,10)
#000000
(0,0,0)

Tints of #33005A

#33005A
(51,0,90)
#451769
(69,23,105)
#572E78
(87,46,120)
#694587
(105,69,135)
#7B5C96
(123,92,150)
#8D73A5
(141,115,165)
#9F8AB4
(159,138,180)
#B1A1C3
(177,161,195)
#C3B8D2
(195,184,210)
#D5CFE1
(213,207,225)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33005A; }

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

This text font color is #33005A.

Background Color

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

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

This div background color is #33005A.

Border color

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

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

This div border color is #33005A.

Opacity

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

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

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

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

This text has shadow with #33005A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33005A.

Preview

Color preview on black background

This text has color #33005A on black background.


Color preview on white background

This text has color #33005A on white background.


Black color preview on #33005A background

This text has black color on #33005A background.


White color preview on #33005A background

This text has white color on #33005A background.


Related colors

Complementary color

Complementary color for #hex is #CCFFA5.


I love getcolorcode.com

Triadic colors

1 #5A3300 and #005A33 with #33005A are triadic colors.

2 #5A0033 and #00335A with #33005A are triadic colors.