COLOR #3B2E77

HEX: #3B2E77 RGB: (59,46,119)

Color info

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

RGB color model

#3B2E77 color RGB value is (59,46,119).

RGB: (59,46,119) (23%, 18%, 47%)

RGB channels and saturation

R 59 of 255 = 23%
G 46 of 255 = 18%
B 119 of 255 = 47%

59
46
119

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

Portions of RGB colors in percentages

R + G + B = 59 + 46 + 119 = 224 (100%)
R 59 of 224 ~ 26.34%
G 46 of 224 ~ 20.54%
B 119 of 224 ~ 53.13'%

%26.34
%20.54
%53.13

CMYK color model

#3B2E77 color CMYK value is (50,61,0,53).

  • cyan value is 50.42%
  • magenta value is 61.34%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK: (50,61,0,53) C50M61Y0K53 (50%,61%,0%,53%) (0.50/0.61/0.00/0.53) 

CMYK percentages

%50.42
%61.34
%0
%53.33

Codes

Color #3B2E77 in popluar color models

3B 2E 77
RGB 59 46 119
HSL 251° 44.24% 32.35%
HSB/HSV 251° 61.34% 46.67%
CMYK 50.42% 61.34% 0.00%
53.33%

Color #3B2E77 in popluar number systems.

HEX 3B 2E 77
Decimal 59 46 119
Binary 111011 101110 1110111
Octal 73 56 167

Shades and tints

Shades of #3B2E77

#3B2E77
(59,46,119)
#362A6D
(54,42,109)
#312663
(49,38,99)
#2C2259
(44,34,89)
#271E4F
(39,30,79)
#221A45
(34,26,69)
#1D163B
(29,22,59)
#181231
(24,18,49)
#130E27
(19,14,39)
#0E0A1D
(14,10,29)
#090613
(9,6,19)
#000000
(0,0,0)

Tints of #3B2E77

#3B2E77
(59,46,119)
#4C4183
(76,65,131)
#5D548F
(93,84,143)
#6E679B
(110,103,155)
#7F7AA7
(127,122,167)
#908DB3
(144,141,179)
#A1A0BF
(161,160,191)
#B2B3CB
(178,179,203)
#C3C6D7
(195,198,215)
#D4D9E3
(212,217,227)
#E5ECEF
(229,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2E77; }

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

This text font color is #3B2E77.

Background Color

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

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

This div background color is #3B2E77.

Border color

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

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

This div border color is #3B2E77.

Opacity

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

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

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

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

This text has shadow with #3B2E77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2E77.

Preview

Color preview on black background

This text has color #3B2E77 on black background.


Color preview on white background

This text has color #3B2E77 on white background.


Black color preview on #3B2E77 background

This text has black color on #3B2E77 background.


White color preview on #3B2E77 background

This text has white color on #3B2E77 background.


Related colors

Complementary color

Complementary color for #hex is #C4D188.


I love getcolorcode.com

Triadic colors

1 #773B2E and #2E773B with #3B2E77 are triadic colors.

2 #772E3B and #2E3B77 with #3B2E77 are triadic colors.