COLOR #3B0976

HEX: #3B0976
RGB: (59,9,118)

Color info

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

RGB color model

#3B0976 color RGB value is (59,9,118).

  • red value is 59;
  • green value is 9;
  • blue value is 118.
RGB:
(59,9,118)
(23%,4%,46%)

RGB channels and saturation

R 59 of 255 = 23%
G 9 of 255 = 4%
B 118 of 255 = 46%

59
9
118

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

Portions of RGB colors in percentages

R + G + B =
59 + 9 + 118 = 186 (100%)
R 59 of 186 ~ 31.72%
G 9 of 186 ~ 4.84%
B 118 of 186 ~ 63.44%

%31.72
%63.44

CMYK color model

#3B0976 color CMYK value is (50,92,0,54).

  • cyan value is 50.00%
  • magenta value is 92.37%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(50,92,0,54)
C50M92Y0K54 
(50%,92%,0%,54%)
(0.50/0.92/0.00/0.54)	

CMYK percentages

%50
%92.37
%0
%53.73

Codes

Color #3B0976 in popluar color models

3B0976
RGB599118
HSL268°85.83%24.90%
HSB/HSV268°92.37%46.27%
CMYK50.00%92.37%0.00%
53.73%

Color #3B0976 in popluar number systems.

HEX3B0976
Decimal599118
Binary11101110011110110
Octal7311166

Shades and tints

Shades of #3B0976

#3B0976
(59,9,118)
#36096C
(54,9,108)
#310962
(49,9,98)
#2C0958
(44,9,88)
#27094E
(39,9,78)
#220944
(34,9,68)
#1D093A
(29,9,58)
#180930
(24,9,48)
#130926
(19,9,38)
#0E091C
(14,9,28)
#090912
(9,9,18)
#000000
(0,0,0)

Tints of #3B0976

#3B0976
(59,9,118)
#4C1F82
(76,31,130)
#5D358E
(93,53,142)
#6E4B9A
(110,75,154)
#7F61A6
(127,97,166)
#9077B2
(144,119,178)
#A18DBE
(161,141,190)
#B2A3CA
(178,163,202)
#C3B9D6
(195,185,214)
#D4CFE2
(212,207,226)
#E5E5EE
(229,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B0976 color. Also use rgb(59,9,118) instead hex code.

Text Font Color

.myTextColor { color: #3B0976; }

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

This text font color is #3B0976.


Background Color

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

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

This div background color is #3B0976.


Border color

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

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

This div border color is #3B0976.


Opacity

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

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

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

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

This text has shadow with #3B0976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B0976 on black background.


Color preview on white background

This text has color #3B0976 on white background.



Black color preview on #3B0976 background

This text has black color on #3B0976 background.


White color preview on #3B0976 background

This text has white color on #3B0976 background.