COLOR #33013A

HEX: #33013A
RGB: (51,1,58)

Color info

#33013A contains red, green and blue colors in about the same proportion. Web safe color of #33013A is #330033 (or #303).

RGB color model

#33013A color RGB value is (51,1,58).

  • red value is 51;
  • green value is 1;
  • blue value is 58.
RGB:
(51,1,58)
(20%,0%,23%)

RGB channels and saturation

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

51
1
58

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

Portions of RGB colors in percentages

R + G + B =
51 + 1 + 58 = 110 (100%)
R 51 of 110 ~ 46.36%
G 1 of 110 ~ 0.91%
B 58 of 110 ~ 52.73%

%46.36
%52.73

CMYK color model

#33013A color CMYK value is (12,98,0,77).

  • cyan value is 12.07%
  • magenta value is 98.28%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(12,98,0,77)
C12M98Y0K77 
(12%,98%,0%,77%)
(0.12/0.98/0.00/0.77)	

CMYK percentages

%12.07
%98.28
%0
%77.25

Codes

Color #33013A in popluar color models

33013A
RGB51158
HSL293°96.61%11.57%
HSB/HSV293°98.28%22.75%
CMYK12.07%98.28%0.00%
77.25%

Color #33013A in popluar number systems.

HEX33013A
Decimal51158
Binary1100111111010
Octal63172

Shades and tints

Shades of #33013A

#33013A
(51,1,58)
#2F0135
(47,1,53)
#2B0130
(43,1,48)
#27012B
(39,1,43)
#230126
(35,1,38)
#1F0121
(31,1,33)
#1B011C
(27,1,28)
#170117
(23,1,23)
#130112
(19,1,18)
#0F010D
(15,1,13)
#0B0108
(11,1,8)
#000000
(0,0,0)

Tints of #33013A

#33013A
(51,1,58)
#45184B
(69,24,75)
#572F5C
(87,47,92)
#69466D
(105,70,109)
#7B5D7E
(123,93,126)
#8D748F
(141,116,143)
#9F8BA0
(159,139,160)
#B1A2B1
(177,162,177)
#C3B9C2
(195,185,194)
#D5D0D3
(213,208,211)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33013A; }

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

This text font color is #33013A.


Background Color

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

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

This div background color is #33013A.


Border color

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

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

This div border color is #33013A.


Opacity

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

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

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

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

This text has shadow with #33013A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33013A on black background.


Color preview on white background

This text has color #33013A on white background.



Black color preview on #33013A background

This text has black color on #33013A background.


White color preview on #33013A background

This text has white color on #33013A background.