COLOR #3B3272

HEX: #3B3272
RGB: (59,50,114)

Color info

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

RGB color model

#3B3272 color RGB value is (59,50,114).

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

RGB channels and saturation

R 59 of 255 = 23%
G 50 of 255 = 20%
B 114 of 255 = 45%

59
50
114

R + G + B ~ 29%. #3B3272 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 50 + 114 = 223 (100%)
R 59 of 223 ~ 26.46%
G 50 of 223 ~ 22.42%
B 114 of 223 ~ 51.12%

%26.46
%22.42
%51.12

CMYK color model

#3B3272 color CMYK value is (48,56,0,55).

  • cyan value is 48.25%
  • magenta value is 56.14%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(48,56,0,55)
C48M56Y0K55 
(48%,56%,0%,55%)
(0.48/0.56/0.00/0.55)	

CMYK percentages

%48.25
%56.14
%0
%55.29

Codes

Color #3B3272 in popluar color models

3B3272
RGB5950114
HSL248°39.02%32.16%
HSB/HSV248°56.14%44.71%
CMYK48.25%56.14%0.00%
55.29%

Color #3B3272 in popluar number systems.

HEX3B3272
Decimal5950114
Binary1110111100101110010
Octal7362162

Shades and tints

Shades of #3B3272

#3B3272
(59,50,114)
#362E68
(54,46,104)
#312A5E
(49,42,94)
#2C2654
(44,38,84)
#27224A
(39,34,74)
#221E40
(34,30,64)
#1D1A36
(29,26,54)
#18162C
(24,22,44)
#131222
(19,18,34)
#0E0E18
(14,14,24)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #3B3272

#3B3272
(59,50,114)
#4C447E
(76,68,126)
#5D568A
(93,86,138)
#6E6896
(110,104,150)
#7F7AA2
(127,122,162)
#908CAE
(144,140,174)
#A19EBA
(161,158,186)
#B2B0C6
(178,176,198)
#C3C2D2
(195,194,210)
#D4D4DE
(212,212,222)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3272; }

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

This text font color is #3B3272.


Background Color

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

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

This div background color is #3B3272.


Border color

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

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

This div border color is #3B3272.


Opacity

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

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

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

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

This text has shadow with #3B3272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3272 on black background.


Color preview on white background

This text has color #3B3272 on white background.



Black color preview on #3B3272 background

This text has black color on #3B3272 background.


White color preview on #3B3272 background

This text has white color on #3B3272 background.