COLOR #3B0C6F

HEX: #3B0C6F
RGB: (59,12,111)

Color info

#3B0C6F contains mainly red and blue colors. Web safe color of #3B0C6F is #330066 (or #306).

RGB color model

#3B0C6F color RGB value is (59,12,111).

  • red value is 59;
  • green value is 12;
  • blue value is 111.
RGB:
(59,12,111)
(23%,5%,44%)

RGB channels and saturation

R 59 of 255 = 23%
G 12 of 255 = 5%
B 111 of 255 = 44%

59
12
111

R + G + B ~ 24%. #3B0C6F is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 12 + 111 = 182 (100%)
R 59 of 182 ~ 32.42%
G 12 of 182 ~ 6.59%
B 111 of 182 ~ 60.99%

%32.42
%60.99

CMYK color model

#3B0C6F color CMYK value is (47,89,0,56).

  • cyan value is 46.85%
  • magenta value is 89.19%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(47,89,0,56)
C47M89Y0K56 
(47%,89%,0%,56%)
(0.47/0.89/0.00/0.56)	

CMYK percentages

%46.85
%89.19
%0
%56.47

Codes

Color #3B0C6F in popluar color models

3B0C6F
RGB5912111
HSL268°80.49%24.12%
HSB/HSV268°89.19%43.53%
CMYK46.85%89.19%0.00%
56.47%

Color #3B0C6F in popluar number systems.

HEX3B0C6F
Decimal5912111
Binary11101111001101111
Octal7314157

Shades and tints

Shades of #3B0C6F

#3B0C6F
(59,12,111)
#360B65
(54,11,101)
#310A5B
(49,10,91)
#2C0951
(44,9,81)
#270847
(39,8,71)
#22073D
(34,7,61)
#1D0633
(29,6,51)
#180529
(24,5,41)
#13041F
(19,4,31)
#0E0315
(14,3,21)
#09020B
(9,2,11)
#000000
(0,0,0)

Tints of #3B0C6F

#3B0C6F
(59,12,111)
#4C227C
(76,34,124)
#5D3889
(93,56,137)
#6E4E96
(110,78,150)
#7F64A3
(127,100,163)
#907AB0
(144,122,176)
#A190BD
(161,144,189)
#B2A6CA
(178,166,202)
#C3BCD7
(195,188,215)
#D4D2E4
(212,210,228)
#E5E8F1
(229,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B0C6F color. Also use rgb(59,12,111) instead hex code.

Text Font Color

.myTextColor { color: #3B0C6F; }

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

This text font color is #3B0C6F.


Background Color

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

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

This div background color is #3B0C6F.


Border color

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

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

This div border color is #3B0C6F.


Opacity

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

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

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

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

This text has shadow with #3B0C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B0C6F on black background.


Color preview on white background

This text has color #3B0C6F on white background.



Black color preview on #3B0C6F background

This text has black color on #3B0C6F background.


White color preview on #3B0C6F background

This text has white color on #3B0C6F background.