COLOR #3B327C

HEX: #3B327C
RGB: (59,50,124)

Color info

#3B327C contains mainly blue color. Web safe color of #3B327C is #333366 (or #336).

RGB color model

#3B327C color RGB value is (59,50,124).

  • red value is 59;
  • green value is 50;
  • blue value is 124.
RGB:
(59,50,124)
(23%,20%,49%)

RGB channels and saturation

R 59 of 255 = 23%
G 50 of 255 = 20%
B 124 of 255 = 49%

59
50
124

R + G + B ~ 31%. #3B327C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 50 + 124 = 233 (100%)
R 59 of 233 ~ 25.32%
G 50 of 233 ~ 21.46%
B 124 of 233 ~ 53.22%

%25.32
%21.46
%53.22

CMYK color model

#3B327C color CMYK value is (52,60,0,51).

  • cyan value is 52.42%
  • magenta value is 59.68%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(52,60,0,51)
C52M60Y0K51 
(52%,60%,0%,51%)
(0.52/0.60/0.00/0.51)	

CMYK percentages

%52.42
%59.68
%0
%51.37

Codes

Color #3B327C in popluar color models

3B327C
RGB5950124
HSL247°42.53%34.12%
HSB/HSV247°59.68%48.63%
CMYK52.42%59.68%0.00%
51.37%

Color #3B327C in popluar number systems.

HEX3B327C
Decimal5950124
Binary1110111100101111100
Octal7362174

Shades and tints

Shades of #3B327C

#3B327C
(59,50,124)
#362E71
(54,46,113)
#312A66
(49,42,102)
#2C265B
(44,38,91)
#272250
(39,34,80)
#221E45
(34,30,69)
#1D1A3A
(29,26,58)
#18162F
(24,22,47)
#131224
(19,18,36)
#0E0E19
(14,14,25)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #3B327C

#3B327C
(59,50,124)
#4C4487
(76,68,135)
#5D5692
(93,86,146)
#6E689D
(110,104,157)
#7F7AA8
(127,122,168)
#908CB3
(144,140,179)
#A19EBE
(161,158,190)
#B2B0C9
(178,176,201)
#C3C2D4
(195,194,212)
#D4D4DF
(212,212,223)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B327C color. Also use rgb(59,50,124) instead hex code.

Text Font Color

.myTextColor { color: #3B327C; }

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

This text font color is #3B327C.


Background Color

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

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

This div background color is #3B327C.


Border color

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

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

This div border color is #3B327C.


Opacity

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

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

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

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

This text has shadow with #3B327C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B327C on black background.


Color preview on white background

This text has color #3B327C on white background.



Black color preview on #3B327C background

This text has black color on #3B327C background.


White color preview on #3B327C background

This text has white color on #3B327C background.