COLOR #3B4C79

HEX: #3B4C79
RGB: (59,76,121)

Color info

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

RGB color model

#3B4C79 color RGB value is (59,76,121).

  • red value is 59;
  • green value is 76;
  • blue value is 121.
RGB:
(59,76,121)
(23%,30%,47%)

RGB channels and saturation

R 59 of 255 = 23%
G 76 of 255 = 30%
B 121 of 255 = 47%

59
76
121

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

Portions of RGB colors in percentages

R + G + B =
59 + 76 + 121 = 256 (100%)
R 59 of 256 ~ 23.05%
G 76 of 256 ~ 29.69%
B 121 of 256 ~ 47.27%

%23.05
%29.69
%47.27

CMYK color model

#3B4C79 color CMYK value is (51,37,0,53).

  • cyan value is 51.24%
  • magenta value is 37.19%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(51,37,0,53)
C51M37Y0K53 
(51%,37%,0%,53%)
(0.51/0.37/0.00/0.53)	

CMYK percentages

%51.24
%37.19
%0
%52.55

Codes

Color #3B4C79 in popluar color models

3B4C79
RGB5976121
HSL224°34.44%35.29%
HSB/HSV224°51.24%47.45%
CMYK51.24%37.19%0.00%
52.55%

Color #3B4C79 in popluar number systems.

HEX3B4C79
Decimal5976121
Binary11101110011001111001
Octal73114171

Shades and tints

Shades of #3B4C79

#3B4C79
(59,76,121)
#36466E
(54,70,110)
#314063
(49,64,99)
#2C3A58
(44,58,88)
#27344D
(39,52,77)
#222E42
(34,46,66)
#1D2837
(29,40,55)
#18222C
(24,34,44)
#131C21
(19,28,33)
#0E1616
(14,22,22)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #3B4C79

#3B4C79
(59,76,121)
#4C5C85
(76,92,133)
#5D6C91
(93,108,145)
#6E7C9D
(110,124,157)
#7F8CA9
(127,140,169)
#909CB5
(144,156,181)
#A1ACC1
(161,172,193)
#B2BCCD
(178,188,205)
#C3CCD9
(195,204,217)
#D4DCE5
(212,220,229)
#E5ECF1
(229,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4C79 color. Also use rgb(59,76,121) instead hex code.

Text Font Color

.myTextColor { color: #3B4C79; }

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

This text font color is #3B4C79.


Background Color

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

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

This div background color is #3B4C79.


Border color

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

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

This div border color is #3B4C79.


Opacity

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

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

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

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

This text has shadow with #3B4C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4C79 on black background.


Color preview on white background

This text has color #3B4C79 on white background.



Black color preview on #3B4C79 background

This text has black color on #3B4C79 background.


White color preview on #3B4C79 background

This text has white color on #3B4C79 background.