COLOR #3B0F6C

HEX: #3B0F6C
RGB: (59,15,108)

Color info

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

RGB color model

#3B0F6C color RGB value is (59,15,108).

  • red value is 59;
  • green value is 15;
  • blue value is 108.
RGB:
(59,15,108)
(23%,6%,42%)

RGB channels and saturation

R 59 of 255 = 23%
G 15 of 255 = 6%
B 108 of 255 = 42%

59
15
108

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

Portions of RGB colors in percentages

R + G + B =
59 + 15 + 108 = 182 (100%)
R 59 of 182 ~ 32.42%
G 15 of 182 ~ 8.24%
B 108 of 182 ~ 59.34%

%32.42
%59.34

CMYK color model

#3B0F6C color CMYK value is (45,86,0,58).

  • cyan value is 45.37%
  • magenta value is 86.11%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(45,86,0,58)
C45M86Y0K58 
(45%,86%,0%,58%)
(0.45/0.86/0.00/0.58)	

CMYK percentages

%45.37
%86.11
%0
%57.65

Codes

Color #3B0F6C in popluar color models

3B0F6C
RGB5915108
HSL268°75.61%24.12%
HSB/HSV268°86.11%42.35%
CMYK45.37%86.11%0.00%
57.65%

Color #3B0F6C in popluar number systems.

HEX3B0F6C
Decimal5915108
Binary11101111111101100
Octal7317154

Shades and tints

Shades of #3B0F6C

#3B0F6C
(59,15,108)
#360E63
(54,14,99)
#310D5A
(49,13,90)
#2C0C51
(44,12,81)
#270B48
(39,11,72)
#220A3F
(34,10,63)
#1D0936
(29,9,54)
#18082D
(24,8,45)
#130724
(19,7,36)
#0E061B
(14,6,27)
#090512
(9,5,18)
#000000
(0,0,0)

Tints of #3B0F6C

#3B0F6C
(59,15,108)
#4C2479
(76,36,121)
#5D3986
(93,57,134)
#6E4E93
(110,78,147)
#7F63A0
(127,99,160)
#9078AD
(144,120,173)
#A18DBA
(161,141,186)
#B2A2C7
(178,162,199)
#C3B7D4
(195,183,212)
#D4CCE1
(212,204,225)
#E5E1EE
(229,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B0F6C color. Also use rgb(59,15,108) instead hex code.

Text Font Color

.myTextColor { color: #3B0F6C; }

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

This text font color is #3B0F6C.


Background Color

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

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

This div background color is #3B0F6C.


Border color

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

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

This div border color is #3B0F6C.


Opacity

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

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

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

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

This text has shadow with #3B0F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B0F6C on black background.


Color preview on white background

This text has color #3B0F6C on white background.



Black color preview on #3B0F6C background

This text has black color on #3B0F6C background.


White color preview on #3B0F6C background

This text has white color on #3B0F6C background.