COLOR #3B2C71

HEX: #3B2C71
RGB: (59,44,113)

Color info

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

RGB color model

#3B2C71 color RGB value is (59,44,113).

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

RGB channels and saturation

R 59 of 255 = 23%
G 44 of 255 = 17%
B 113 of 255 = 44%

59
44
113

R + G + B ~ 28%. #3B2C71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 44 + 113 = 216 (100%)
R 59 of 216 ~ 27.31%
G 44 of 216 ~ 20.37%
B 113 of 216 ~ 52.31%

%27.31
%20.37
%52.31

CMYK color model

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

  • cyan value is 47.79%
  • magenta value is 61.06%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(48,61,0,56)
C48M61Y0K56 
(48%,61%,0%,56%)
(0.48/0.61/0.00/0.56)	

CMYK percentages

%47.79
%61.06
%0
%55.69

Codes

Color #3B2C71 in popluar color models

3B2C71
RGB5944113
HSL253°43.95%30.78%
HSB/HSV253°61.06%44.31%
CMYK47.79%61.06%0.00%
55.69%

Color #3B2C71 in popluar number systems.

HEX3B2C71
Decimal5944113
Binary1110111011001110001
Octal7354161

Shades and tints

Shades of #3B2C71

#3B2C71
(59,44,113)
#362867
(54,40,103)
#31245D
(49,36,93)
#2C2053
(44,32,83)
#271C49
(39,28,73)
#22183F
(34,24,63)
#1D1435
(29,20,53)
#18102B
(24,16,43)
#130C21
(19,12,33)
#0E0817
(14,8,23)
#09040D
(9,4,13)
#000000
(0,0,0)

Tints of #3B2C71

#3B2C71
(59,44,113)
#4C3F7D
(76,63,125)
#5D5289
(93,82,137)
#6E6595
(110,101,149)
#7F78A1
(127,120,161)
#908BAD
(144,139,173)
#A19EB9
(161,158,185)
#B2B1C5
(178,177,197)
#C3C4D1
(195,196,209)
#D4D7DD
(212,215,221)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2C71; }

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

This text font color is #3B2C71.


Background Color

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

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

This div background color is #3B2C71.


Border color

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

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

This div border color is #3B2C71.


Opacity

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

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

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

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

This text has shadow with #3B2C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2C71 on black background.


Color preview on white background

This text has color #3B2C71 on white background.



Black color preview on #3B2C71 background

This text has black color on #3B2C71 background.


White color preview on #3B2C71 background

This text has white color on #3B2C71 background.