COLOR #3B2577

HEX: #3B2577
RGB: (59,37,119)

Color info

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

RGB color model

#3B2577 color RGB value is (59,37,119).

  • red value is 59;
  • green value is 37;
  • blue value is 119.
RGB:
(59,37,119)
(23%,15%,47%)

RGB channels and saturation

R 59 of 255 = 23%
G 37 of 255 = 15%
B 119 of 255 = 47%

59
37
119

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

Portions of RGB colors in percentages

R + G + B =
59 + 37 + 119 = 215 (100%)
R 59 of 215 ~ 27.44%
G 37 of 215 ~ 17.21%
B 119 of 215 ~ 55.35%

%27.44
%17.21
%55.35

CMYK color model

#3B2577 color CMYK value is (50,69,0,53).

  • cyan value is 50.42%
  • magenta value is 68.91%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(50,69,0,53)
C50M69Y0K53 
(50%,69%,0%,53%)
(0.50/0.69/0.00/0.53)	

CMYK percentages

%50.42
%68.91
%0
%53.33

Codes

Color #3B2577 in popluar color models

3B2577
RGB5937119
HSL256°52.56%30.59%
HSB/HSV256°68.91%46.67%
CMYK50.42%68.91%0.00%
53.33%

Color #3B2577 in popluar number systems.

HEX3B2577
Decimal5937119
Binary1110111001011110111
Octal7345167

Shades and tints

Shades of #3B2577

#3B2577
(59,37,119)
#36226D
(54,34,109)
#311F63
(49,31,99)
#2C1C59
(44,28,89)
#27194F
(39,25,79)
#221645
(34,22,69)
#1D133B
(29,19,59)
#181031
(24,16,49)
#130D27
(19,13,39)
#0E0A1D
(14,10,29)
#090713
(9,7,19)
#000000
(0,0,0)

Tints of #3B2577

#3B2577
(59,37,119)
#4C3883
(76,56,131)
#5D4B8F
(93,75,143)
#6E5E9B
(110,94,155)
#7F71A7
(127,113,167)
#9084B3
(144,132,179)
#A197BF
(161,151,191)
#B2AACB
(178,170,203)
#C3BDD7
(195,189,215)
#D4D0E3
(212,208,227)
#E5E3EF
(229,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2577 color. Also use rgb(59,37,119) instead hex code.

Text Font Color

.myTextColor { color: #3B2577; }

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

This text font color is #3B2577.


Background Color

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

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

This div background color is #3B2577.


Border color

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

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

This div border color is #3B2577.


Opacity

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

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

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

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

This text has shadow with #3B2577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2577 on black background.


Color preview on white background

This text has color #3B2577 on white background.



Black color preview on #3B2577 background

This text has black color on #3B2577 background.


White color preview on #3B2577 background

This text has white color on #3B2577 background.