COLOR #3B4E76

HEX: #3B4E76
RGB: (59,78,118)

Color info

#3B4E76 contains red, green and blue colors in about the same proportion. Web safe color of #3B4E76 is #336666 (or #366).

RGB color model

#3B4E76 color RGB value is (59,78,118).

  • red value is 59;
  • green value is 78;
  • blue value is 118.
RGB:
(59,78,118)
(23%,31%,46%)

RGB channels and saturation

R 59 of 255 = 23%
G 78 of 255 = 31%
B 118 of 255 = 46%

59
78
118

R + G + B ~ 33%. #3B4E76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 78 + 118 = 255 (100%)
R 59 of 255 ~ 23.14%
G 78 of 255 ~ 30.59%
B 118 of 255 ~ 46.27%

%23.14
%30.59
%46.27

CMYK color model

#3B4E76 color CMYK value is (50,34,0,54).

  • cyan value is 50.00%
  • magenta value is 33.90%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(50,34,0,54)
C50M34Y0K54 
(50%,34%,0%,54%)
(0.50/0.34/0.00/0.54)	

CMYK percentages

%50
%33.9
%0
%53.73

Codes

Color #3B4E76 in popluar color models

3B4E76
RGB5978118
HSL221°33.33%34.71%
HSB/HSV221°50.00%46.27%
CMYK50.00%33.90%0.00%
53.73%

Color #3B4E76 in popluar number systems.

HEX3B4E76
Decimal5978118
Binary11101110011101110110
Octal73116166

Shades and tints

Shades of #3B4E76

#3B4E76
(59,78,118)
#36476C
(54,71,108)
#314062
(49,64,98)
#2C3958
(44,57,88)
#27324E
(39,50,78)
#222B44
(34,43,68)
#1D243A
(29,36,58)
#181D30
(24,29,48)
#131626
(19,22,38)
#0E0F1C
(14,15,28)
#090812
(9,8,18)
#000000
(0,0,0)

Tints of #3B4E76

#3B4E76
(59,78,118)
#4C5E82
(76,94,130)
#5D6E8E
(93,110,142)
#6E7E9A
(110,126,154)
#7F8EA6
(127,142,166)
#909EB2
(144,158,178)
#A1AEBE
(161,174,190)
#B2BECA
(178,190,202)
#C3CED6
(195,206,214)
#D4DEE2
(212,222,226)
#E5EEEE
(229,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4E76 color. Also use rgb(59,78,118) instead hex code.

Text Font Color

.myTextColor { color: #3B4E76; }

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

This text font color is #3B4E76.


Background Color

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

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

This div background color is #3B4E76.


Border color

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

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

This div border color is #3B4E76.


Opacity

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

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

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

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

This text has shadow with #3B4E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4E76 on black background.


Color preview on white background

This text has color #3B4E76 on white background.



Black color preview on #3B4E76 background

This text has black color on #3B4E76 background.


White color preview on #3B4E76 background

This text has white color on #3B4E76 background.