COLOR #3B0046

HEX: #3B0046
RGB: (59,0,70)

Color info

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

RGB color model

#3B0046 color RGB value is (59,0,70).

  • red value is 59;
  • green value is 0;
  • blue value is 70.
RGB:
(59,0,70)
(23%,0%,27%)

RGB channels and saturation

R 59 of 255 = 23%
G 0 of 255 = 0%
B 70 of 255 = 27%

59
0
70

R + G + B ~ 17%. #3B0046 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 0 + 70 = 129 (100%)
R 59 of 129 ~ 45.74%
G 0 of 129 ~ 0%
B 70 of 129 ~ 54.26%

%45.74
%54.26

CMYK color model

#3B0046 color CMYK value is (16,100,0,73).

  • cyan value is 15.71%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(16,100,0,73)
C16M100Y0K73 
(16%,100%,0%,73%)
(0.16/1.00/0.00/0.73)	

CMYK percentages

%15.71
%100
%0
%72.55

Codes

Color #3B0046 in popluar color models

3B0046
RGB59070
HSL291°100.00%13.73%
HSB/HSV291°100.00%27.45%
CMYK15.71%100.00%0.00%
72.55%

Color #3B0046 in popluar number systems.

HEX3B0046
Decimal59070
Binary11101101000110
Octal730106

Shades and tints

Shades of #3B0046

#3B0046
(59,0,70)
#360040
(54,0,64)
#31003A
(49,0,58)
#2C0034
(44,0,52)
#27002E
(39,0,46)
#220028
(34,0,40)
#1D0022
(29,0,34)
#18001C
(24,0,28)
#130016
(19,0,22)
#0E0010
(14,0,16)
#09000A
(9,0,10)
#000000
(0,0,0)

Tints of #3B0046

#3B0046
(59,0,70)
#4C1756
(76,23,86)
#5D2E66
(93,46,102)
#6E4576
(110,69,118)
#7F5C86
(127,92,134)
#907396
(144,115,150)
#A18AA6
(161,138,166)
#B2A1B6
(178,161,182)
#C3B8C6
(195,184,198)
#D4CFD6
(212,207,214)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B0046 color. Also use rgb(59,0,70) instead hex code.

Text Font Color

.myTextColor { color: #3B0046; }

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

This text font color is #3B0046.


Background Color

.myBgColor { background-color: #3B0046; }

<div style="background-color:#3B0046">Inner text</div>

This div background color is #3B0046.


Border color

.myBorderColor { border: 1px solid #3B0046; }

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

This div border color is #3B0046.


Opacity

.myOpacity80 { color: #3B0046; opacity: 0.8; }

<p style="color:#3B0046;opacity:0.8;">80%</p>

Text with #3B0046 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 #3B0046;}

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

This text has shadow with #3B0046 color.

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

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

This text has shadow with #3B0046 primary color and red secondary color.


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

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

This text has shadow with #3B0046 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B0046 on black background.


Color preview on white background

This text has color #3B0046 on white background.



Black color preview on #3B0046 background

This text has black color on #3B0046 background.


White color preview on #3B0046 background

This text has white color on #3B0046 background.