COLOR #3B3271

HEX: #3B3271
RGB: (59,50,113)

Color info

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

RGB color model

#3B3271 color RGB value is (59,50,113).

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

RGB channels and saturation

R 59 of 255 = 23%
G 50 of 255 = 20%
B 113 of 255 = 44%

59
50
113

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

Portions of RGB colors in percentages

R + G + B =
59 + 50 + 113 = 222 (100%)
R 59 of 222 ~ 26.58%
G 50 of 222 ~ 22.52%
B 113 of 222 ~ 50.9%

%26.58
%22.52
%50.9

CMYK color model

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

  • cyan value is 47.79%
  • magenta value is 55.75%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(48,56,0,56)
C48M56Y0K56 
(48%,56%,0%,56%)
(0.48/0.56/0.00/0.56)	

CMYK percentages

%47.79
%55.75
%0
%55.69

Codes

Color #3B3271 in popluar color models

3B3271
RGB5950113
HSL249°38.65%31.96%
HSB/HSV249°55.75%44.31%
CMYK47.79%55.75%0.00%
55.69%

Color #3B3271 in popluar number systems.

HEX3B3271
Decimal5950113
Binary1110111100101110001
Octal7362161

Shades and tints

Shades of #3B3271

#3B3271
(59,50,113)
#362E67
(54,46,103)
#312A5D
(49,42,93)
#2C2653
(44,38,83)
#272249
(39,34,73)
#221E3F
(34,30,63)
#1D1A35
(29,26,53)
#18162B
(24,22,43)
#131221
(19,18,33)
#0E0E17
(14,14,23)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #3B3271

#3B3271
(59,50,113)
#4C447D
(76,68,125)
#5D5689
(93,86,137)
#6E6895
(110,104,149)
#7F7AA1
(127,122,161)
#908CAD
(144,140,173)
#A19EB9
(161,158,185)
#B2B0C5
(178,176,197)
#C3C2D1
(195,194,209)
#D4D4DD
(212,212,221)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3271; }

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

This text font color is #3B3271.


Background Color

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

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

This div background color is #3B3271.


Border color

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

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

This div border color is #3B3271.


Opacity

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

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

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

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

This text has shadow with #3B3271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3271 on black background.


Color preview on white background

This text has color #3B3271 on white background.



Black color preview on #3B3271 background

This text has black color on #3B3271 background.


White color preview on #3B3271 background

This text has white color on #3B3271 background.