COLOR #33006B

HEX: #33006B RGB: (51,0,107)

Color info

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

RGB color model

#33006B color RGB value is (51,0,107).

RGB: (51,0,107) (20%, 0%, 42%)

RGB channels and saturation

R 51 of 255 = 20%
G 0 of 255 = 0%
B 107 of 255 = 42%

51
0
107

R + G + B ~ 21%. #33006B is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 0 + 107 = 158 (100%)
R 51 of 158 ~ 32.28%
G 0 of 158 ~ 0%
B 107 of 158 ~ 67.72'%

%32.28
%67.72

CMYK color model

#33006B color CMYK value is (52,100,0,58).

  • cyan value is 52.34%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (52,100,0,58)
C52M100Y0K58 (52%, 100%, 0%, 58%)
(0.52 / 1.00 / 0.00 / 0.58)

CMYK percentages

%52.34
%100
%0
%58.04

Codes

Color #33006B in popluar color models

33 00 6B
RGB 51 0 107
HSL 269° 100.00% 20.98%
HSB/HSV 269° 100.00% 41.96%
CMYK 52.34% 100.00% 0.00%
58.04%

Color #33006B in popluar number systems.

HEX 33 00 6B
Decimal 51 0 107
Binary 110011 0 1101011
Octal 63 0 153

Shades and tints

Shades of #33006B

#33006B
(51,0,107)
#2F0062
(47,0,98)
#2B0059
(43,0,89)
#270050
(39,0,80)
#230047
(35,0,71)
#1F003E
(31,0,62)
#1B0035
(27,0,53)
#17002C
(23,0,44)
#130023
(19,0,35)
#0F001A
(15,0,26)
#0B0011
(11,0,17)
#000000
(0,0,0)

Tints of #33006B

#33006B
(51,0,107)
#451778
(69,23,120)
#572E85
(87,46,133)
#694592
(105,69,146)
#7B5C9F
(123,92,159)
#8D73AC
(141,115,172)
#9F8AB9
(159,138,185)
#B1A1C6
(177,161,198)
#C3B8D3
(195,184,211)
#D5CFE0
(213,207,224)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33006B color. Also use rgb(51,0,107) instead hex code.

Text Font Color

.myTextColor { color: #33006B; }

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

This text font color is #33006B.

Background Color

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

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

This div background color is #33006B.

Border color

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

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

This div border color is #33006B.

Opacity

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

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

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

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

This text has shadow with #33006B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33006B.

Preview

Color preview on black background

This text has color #33006B on black background.


Color preview on white background

This text has color #33006B on white background.


Black color preview on #33006B background

This text has black color on #33006B background.


White color preview on #33006B background

This text has white color on #33006B background.


Related colors

Complementary color

Complementary color for #hex is #CCFF94.


I love getcolorcode.com

Triadic colors

1 #6B3300 and #006B33 with #33006B are triadic colors.

2 #6B0033 and #00336B with #33006B are triadic colors.