COLOR #33003A

HEX: #33003A RGB: (51,0,58)

Color info

#33003A contains only red and blue colors. Web safe color of #33003A is #330033 (or #303).

RGB color model

#33003A color RGB value is (51,0,58).

RGB: (51,0,58) (20%, 0%, 23%)

RGB channels and saturation

R 51 of 255 = 20%
G 0 of 255 = 0%
B 58 of 255 = 23%

51
0
58

R + G + B ~ 14%. #33003A is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 0 + 58 = 109 (100%)
R 51 of 109 ~ 46.79%
G 0 of 109 ~ 0%
B 58 of 109 ~ 53.21'%

%46.79
%53.21

CMYK color model

#33003A color CMYK value is (12,100,0,77).

  • cyan value is 12.07%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (12,100,0,77)
C12M100Y0K77 (12%, 100%, 0%, 77%)
(0.12 / 1.00 / 0.00 / 0.77)

CMYK percentages

%12.07
%100
%0
%77.25

Codes

Color #33003A in popluar color models

33 00 3A
RGB 51 0 58
HSL 293° 100.00% 11.37%
HSB/HSV 293° 100.00% 22.75%
CMYK 12.07% 100.00% 0.00%
77.25%

Color #33003A in popluar number systems.

HEX 33 00 3A
Decimal 51 0 58
Binary 110011 0 111010
Octal 63 0 72

Shades and tints

Shades of #33003A

#33003A
(51,0,58)
#2F0035
(47,0,53)
#2B0030
(43,0,48)
#27002B
(39,0,43)
#230026
(35,0,38)
#1F0021
(31,0,33)
#1B001C
(27,0,28)
#170017
(23,0,23)
#130012
(19,0,18)
#0F000D
(15,0,13)
#0B0008
(11,0,8)
#000000
(0,0,0)

Tints of #33003A

#33003A
(51,0,58)
#45174B
(69,23,75)
#572E5C
(87,46,92)
#69456D
(105,69,109)
#7B5C7E
(123,92,126)
#8D738F
(141,115,143)
#9F8AA0
(159,138,160)
#B1A1B1
(177,161,177)
#C3B8C2
(195,184,194)
#D5CFD3
(213,207,211)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33003A; }

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

This text font color is #33003A.

Background Color

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

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

This div background color is #33003A.

Border color

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

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

This div border color is #33003A.

Opacity

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

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

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

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

This text has shadow with #33003A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33003A.

Preview

Color preview on black background

This text has color #33003A on black background.


Color preview on white background

This text has color #33003A on white background.


Black color preview on #33003A background

This text has black color on #33003A background.


White color preview on #33003A background

This text has white color on #33003A background.


Related colors

Complementary color

Complementary color for #hex is #CCFFC5.


I love getcolorcode.com

Triadic colors

1 #3A3300 and #003A33 with #33003A are triadic colors.

2 #3A0033 and #00333A with #33003A are triadic colors.