COLOR #3B2366

HEX: #3B2366
RGB: (59,35,102)

Color info

#3B2366 contains mainly red and blue colors. Web safe color of #3B2366 is #333366 (or #336).

RGB color model

#3B2366 color RGB value is (59,35,102).

  • red value is 59;
  • green value is 35;
  • blue value is 102.
RGB:
(59,35,102)
(23%,14%,40%)

RGB channels and saturation

R 59 of 255 = 23%
G 35 of 255 = 14%
B 102 of 255 = 40%

59
35
102

R + G + B ~ 26%. #3B2366 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 35 + 102 = 196 (100%)
R 59 of 196 ~ 30.1%
G 35 of 196 ~ 17.86%
B 102 of 196 ~ 52.04%

%30.1
%17.86
%52.04

CMYK color model

#3B2366 color CMYK value is (42,66,0,60).

  • cyan value is 42.16%
  • magenta value is 65.69%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(42,66,0,60)
C42M66Y0K60 
(42%,66%,0%,60%)
(0.42/0.66/0.00/0.60)	

CMYK percentages

%42.16
%65.69
%0
%60

Codes

Color #3B2366 in popluar color models

3B2366
RGB5935102
HSL261°48.91%26.86%
HSB/HSV261°65.69%40.00%
CMYK42.16%65.69%0.00%
60.00%

Color #3B2366 in popluar number systems.

HEX3B2366
Decimal5935102
Binary1110111000111100110
Octal7343146

Shades and tints

Shades of #3B2366

#3B2366
(59,35,102)
#36205D
(54,32,93)
#311D54
(49,29,84)
#2C1A4B
(44,26,75)
#271742
(39,23,66)
#221439
(34,20,57)
#1D1130
(29,17,48)
#180E27
(24,14,39)
#130B1E
(19,11,30)
#0E0815
(14,8,21)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #3B2366

#3B2366
(59,35,102)
#4C3773
(76,55,115)
#5D4B80
(93,75,128)
#6E5F8D
(110,95,141)
#7F739A
(127,115,154)
#9087A7
(144,135,167)
#A19BB4
(161,155,180)
#B2AFC1
(178,175,193)
#C3C3CE
(195,195,206)
#D4D7DB
(212,215,219)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2366 color. Also use rgb(59,35,102) instead hex code.

Text Font Color

.myTextColor { color: #3B2366; }

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

This text font color is #3B2366.


Background Color

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

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

This div background color is #3B2366.


Border color

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

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

This div border color is #3B2366.


Opacity

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

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

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

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

This text has shadow with #3B2366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2366 on black background.


Color preview on white background

This text has color #3B2366 on white background.



Black color preview on #3B2366 background

This text has black color on #3B2366 background.


White color preview on #3B2366 background

This text has white color on #3B2366 background.